Skip to contents

uni_bonn_1 provides the three primary colors (i.e., one main and two decorative colors) of the University of Bonn, Germany.

Usage

uni_bonn_1

Format

An object of class character of length 3.

Source

Color definitions are based on the CD manual.

Value

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

Details

The main color uni blau is defined as CMYK 100/70/0/0 and approximated by Pantone 286, RGB 0/78/159, HEX #004e9f, and RAL 5005.

The decorative color uni gelb is defined as CMYK 0/30/100/0 and approximated by Pantone 1235, RGB 252/186/0, HEX #fcba00, and RAL 1028.

The decorative color uni grau is defined as CMYK 0/0/15/55 and approximated by Pantone 415, RGB 144/144/133, HEX #909085, and RAL 7030.

Colors shades of 75 See examples and the ac and usecol functions for creating color gradients.

Author

unicol, 2022-12-10.

Examples

uni_bonn_1
#>  uni blau  uni gelb  uni grau 
#> "#004E9F" "#FCBA00" "#909085" 
unikn::seecol(uni_bonn_1, main = "Primary colors of the University of Bonn")  # view color palette 


# Color gradient:
uni_bonn_blau_gelb <- unikn::usecol(c(uni_bonn_1[1], "white", uni_bonn_1[2]), n = 9)
# unikn::seecol(uni_bonn_blau_gelb, main = "Divergent color gradient of Uni Bonn")
unikn::demopal(uni_bonn_blau_gelb, type = "polygon", seed = 9, main = "Color gradient of Uni Bonn")