Skip to contents

uni_ulm_1 provides the basic or main colors of the University of Ulm, Germany.

Usage

uni_ulm_1

Format

An object of class character of length 5.

Source

Color definitions are based on https://www.uni-ulm.de/misc/corporate-design/#c875952.

Value

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

Details

The color hellblau is alternatively defined as RGB 125/154/170, HEX #7D9AAA, Pantone 5425 C, or CMYK 30/0/0/35.

The color dunkelgrau is alternatively defined as RGB 87/87/86, HEX #575756, Pantone 431 C, or CMYK 0/0/0/80.

The auxiliary color akzent is used for decorative elements. It is alternatively defined as RGB 169/162/141, HEX #A9A28D, Pantone 7536 C, or CMYK 0/0/28/38.

See the ac and usecol functions for creating color gradients.

Author

unicol, 2022-12-30.

Examples

uni_ulm_1
#>    schwarz dunkelgrau   hellblau      weiss     akzent 
#>    "black"  "#575756"  "#7D9AAA"    "white"  "#A9A28D" 
unikn::seecol(uni_ulm_1, main = "Main colors of the University of Ulm")

unikn::demopal(uni_ulm_1, type = 1, 
               main = "Main colors of Ulm University")

        
# 5-color gradient:
uni_ulm_5 <- unikn::usecol(c(uni_ulm_1["hellblau"], "white"), n = 6)[1:5]