Learn R Programming

unicol (version 0.3.0)

laval: Colours of the Laval University, Canada

Description

laval provides the two primary colours and the four secondary colours of Laval University, Canada.

Usage

laval

Arguments

Value

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

Format

An object of class character of length 6.

Author

unicol, 2023-07-04.

Details

The 2 primary colours are "Laval red" (defined as RGB 227/5/19, or HEX #e30513), and "Laval yellow" (defined as RGB 255/193/3, or HEX #ffc103).

The 4 secondary colours are "Laval light grey" (defined as RGB 217/217/217, HEX #d9d9d9), "Laval medium grey" (defined as RGB 127/127/127, HEX #7f7f7f), "Laval dark grey" (defined as RGB 81/81/81, HEX #515151), and "black" (defined as RGB 0/0/0, HEX #000000).

laval uses the HEX colour 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 Canadian university color palettes: carleton, concordia_1, concordia_2, concordia_3, concordia_4, guelph, manitoba_1, manitoba_2, mcgill_brights, mcgill_darks, mcgill_grey, mcgill_muted, mcgill_pastels, mcgill_red, mcmaster_brighterworld, mcmaster_heritage, mun_1, mun_2, queensu_1, queensu_2, sfu_brand, ubc, ucalgary_1, ucalgary_2, ucalgary_accent, ucalgary_warmgreys, uottawa, utoronto, uvic_1, uvic_2, uwaterloo_arts, uwaterloo_engineering, uwaterloo_environment, uwaterloo_health, uwaterloo_main, uwaterloo_math, uwaterloo_science, western_uni, yorku_1, yorku_2

Examples

Run this code
laval
unikn::seecol(laval, main = "Les couleurs de Laval University, CA")  # view color palette

Run the code above in your browser using DataLab