Skip to contents

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

Usage

laval

Format

An object of class character of length 6.

Source

Colour definitions are based on Laval's visual identity site.

Value

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

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.

Author

unicol, 2023-07-04.

Examples

laval
#>         Laval red      Laval yellow  Laval light grey Laval medium grey 
#>         "#e30513"         "#ffc103"         "#d9d9d9"         "#7f7f7f" 
#>   Laval dark grey             black 
#>         "#515151"         "#000000" 
unikn::seecol(laval, main = "Les couleurs de Laval University, CA")  # view color palette