Skip to contents

ucsd_1 provides four Core colors. of the UCSD, UC San Diego, University of California, USA.

Usage

ucsd_1

Format

An object of class character of length 4.

Source

Color definitions are based on UCSD's Color manual.

Value

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

Details

The 4 core colors are "UCSD navy" (defined as CMYK 100/86/42/42, RGB R24/43/73, HEX #182B49), "UCSD blue" (defined as CMYK 100/35/3/21, RGB R0/98/155, HEX #00629B), "UCSD yellow" (defined as CMYK 0/14/100/0, RGB R255/205/0, HEX #FFCD00), and "UCSD gold" (defined as CMYK 6/35/99/18, RGB R198/146/20, HEX #C69214).

ucsd_1 uses the HEX color definitions.

UCSD's core colors are the official colors of UC San Diego. Consistent use of these colors in all branding is essential to establishing our identity.

Author

unicol, 2023-06-16.

Examples

ucsd_1
#>   UCSD navy   UCSD blue UCSD yellow   UCSD gold 
#>   "#182B49"   "#00629B"   "#FFCD00"   "#C69214" 
unikn::seecol(ucsd_1, main = "The core colors of UCSD")  # view color palette