Skip to contents

ucla_1 provides three primary colors. of the University of California, Los Angeles (UCLA), USA.

Usage

ucla_1

Format

An object of class character of length 3.

Source

Color definitions are based on UCLA's Color manual.

Value

A named vector of colors (HEX/HTML codes of type character).

Details

The 3 primary colors are "UCLA blue" (defined as CMYK 83/40/3/6, RGB 39/116/174, HEX #2774AE), "UCLA gold" (defined as CMYK 0/9/100/0, RGB 255/209/0, HEX #FFD100), and "white" (defined as CMYK 0/0/0/0, RGB 255/255/255, HEX #FFFFFF).

ucla_1 uses the HEX color definitions.

Over the years the "UCLA blue" color has always been more important than "UCLA gold" A field of "UCLA blue" with a "UCLA gold" accent says "UCLA". A field of "UCLA gold" with a "UCLA blue" accent does not.

Lavish use of "white" in layouts enhances the brilliance of the colors.

Author

unicol, 2023-06-16.

Examples

ucla_1
#> UCLA blue UCLA gold     white 
#> "#2774AE" "#FFD100" "#FFFFFF" 
unikn::seecol(ucla_1, col_bg = "grey85", 
              main = "The primary colors of UCLA")  # view color palette