Skip to contents

ucla_2 provides six secondary colors of the University of California, Los Angeles (UCLA), USA.

Usage

ucla_2

Format

An object of class character of length 6.

Source

Color definitions are based on UCLA's Color manual.

Value

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

Details

Secondary colors are "darkest blue" (defined as CMYK 100/48/12/58, RGB 0/59/92, HEX #003B5C), "darker blue" (defined as CMYK 100/45/0/45, RGB 0/85/135, HEX #005587), "lighter blue" (defined as CMYK 45/14/9/9, RGB 139/184/232, HEX #8BB8E8), "lightest blue" (defined as CMYK 20/6/0/0, RGB 218/235/254, HEX #DAEBFE), "darkest gold" (defined as CMYK 0/31/98/0, RGB 255/184/28, HEX #FFB81C), and "darker gold" (defined as CMYK 0/19/89/0, RGB 255/199/44, HEX #FFC72C).

ucla_2 uses the HEX color definitions.

A secondary palette has been developed to respect and complement the tradition of blue and gold, while adding an additional level of brightness or darkness to the palette.

Author

unicol, 2023-06-16.

Examples

ucla_2
#>  darkest blue   darker blue  lighter blue lightest blue  darkest gold 
#>     "#003B5C"     "#005587"     "#8BB8E8"     "#DAEBFE"     "#FFB81C" 
#>   darker gold 
#>     "#FFC72C" 
unikn::seecol(ucla_2, main = "The secondary colors of UCLA")  # view color palette