Skip to contents

uni_jena_1 provides the main dunkelblau color and the auxiliary gold color of the University of Jena, Germany.

Usage

uni_jena_1

Format

An object of class character of length 2.

Source

Color definitions are based on https://www.uni-jena.de/corporate-design.

Value

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

Details

The main color dunkelblau is alternatively defined as RGB 0/47/93, CMYK 100/70/10/50, or HKS 41 K.

The auxiliary color gold is alternatively defined as RGB 174/154/99, CMYK 20/25/60/25, or HKS 98 K.

See the ac and usecol functions for creating color gradients.

The full name of the University of Jena is Friedrich-Schiller-Universität Jena.

Author

unicol, 2023-01-02.

Examples

uni_jena_1
#> dunkelblau       gold 
#>  "#002F5D"  "#AE9A63" 
unikn::seecol(uni_jena_1, main = "Primary colors of the University of Jena")

unikn::demopal(uni_jena_1, type = 2, seed = 5, main = "Primary colors of Jena University")


# Gradient: Mixing the main colors with "white":
jena_mix <- unikn::usecol(c(uni_jena_1[1], "white", uni_jena_1[2]), n = 7)
unikn::seecol(jena_mix, main = "A gradient of the University of Jena")