Skip to contents

uci_1 provides the two primary colors of the University of California, Irvine, USA.

Usage

uci_1

Format

An object of class character of length 2.

Source

Color definitions are based on UCIrvine's brand guide.

Value

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

Details

The 2 primary colors are "UCI blue" (defined as PMS 7685, CMYK 93/73/11/1, RGB 0/100/164, or HEX #0064a4), and "UCI gold" (defined as PMS 109, CMYK 0/16/100/0, RGB 255/210/0, or HEX #ffd200).

uci_1 uses the HEX color definitions.

The primary color palette should be used on all design and marketing materials, both internally and externally.

PMS colors are purposefully different from their corresponding HEX values for quality purposes. Use the PMS/CMYK values for printed materials and use the RGB/HEX values for any digital projects.

Author

unicol, 2023-07-07.

Examples

uci_1
#>  UCI blue  UCI gold 
#> "#0064a4" "#ffd200" 
unikn::seecol(uci_1, main = "Primary colors of the University of California, Irvine")