Skip to contents

ubc provides the two primary colors and the five secondary colors of the University of British Columbia, Canada.

Usage

ubc

Format

An object of class character of length 7.

Source

Color definitions are based on the UBC Colour and Fonts guidelines.

Value

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

Details

The two primary colors are "ubc_blue " (defined as RGB 12/35/68, HEX #002145), and "white" (defined as RGB 255/255/255, HEX #FFFFFF).

The five secondary colors are "pms_2935" (defined as RGB 0/85/183, HEX #0055B7), "pms_2995" (defined as RGB 0/167/225, HEX #00A7E1), "pms_298" (defined as RGB 64/180/229, HEX #40B4E5), "pms_297" (defined as RGB 110/196/232, HEX #6EC4E8), and "pms_2975" (defined as RGB 151/212/233, HEX ##97D4E9).

ubc uses the HEX color definitions. For "ubc_blue" the RGB and HEX definitions differ numerically, yet are visually indistinguishable. Our color palette is based on the HEX definition.

Author

unicol, 2023-06-24.

Examples

ubc
#>  ubc_blue     white  pms_2935  pms_2995   pms_298   pms_297  pms_2975 
#> "#002145" "#FFFFFF" "#0055B7" "#00A7E1" "#40B4E5" "#6EC4E8" "#97D4E9" 
unikn::seecol(ubc, main = "University of British Columbia") # view color palette