Skip to contents

otago provides the four screen colours of the University of Otago, New Zealand.

Usage

otago

Format

An object of class character of length 4.

Source

Color definitions are based on the UOtago's Brand guide.

Value

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

Details

The four screen colours are Otago blue defined as R: 0, G: 80, B: 143 or HEX "#00508F", Otago gold defined as R: 250, G: 198, B: 0 or HEX "#f9c013", Otago red defined as R: 198, G: 53, B: 29 or HEX "#ce2227", and Otago black defined as R: 0, G: 0, B: 0 or HEX "#1b1c20".

otago uses the HEX color definitions.

See also

seecol for viewing and comparing color palettes; usecol for using color palettes; simcol for finding similar colors; newpal for defining new color palettes; grepal for finding named colors.

Other New Zealand university color palettes: auckland_1, auckland_2, waikato

Author

unicol, 2023-09-08.

Examples

otago
#>  Otago blue  Otago bold   Otago red Otago black 
#>   "#00508F"   "#f9c013"   "#ce2227"   "#1b1c20" 
unikn::seecol(otago, main = "Colours of the University of Otago, NZ")  # view color palette