Skip to contents

uni_potsdam provides the nine primary colors of the University of Potsdam, Germany.

Usage

uni_potsdam

Format

An object of class character of length 9.

Source

Color definitions are based on the University of Potsdam's Leitfaden (pdf).

Value

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

Details

The 9 primary colors are "hks_41" (defined as HEX #00305e), "hks_41_45" (defined as HEX #818bac), "web_color" (defined as HEX #c1d3e0), "faculty_of_law" (defined as HEX #e4003a), "faculty_of_philosophy" (defined as HEX #8b2939), "faculty_of_humanities" (defined as HEX #f59c00), "faculty_of_economics" (defined as HEX #52822f), "faculty_of_mathematics" (defined as HEX #0080b5), and "faculty_of_digital_engineering" (defined as HEX #5A5F62).

uni_potsdam uses the HEX color definitions.

Author

unicol, 2023-07-21.

Examples

uni_potsdam
#>                         hks_41                      hks_41_45 
#>                      "#00305e"                      "#818bac" 
#>                      web_color                 faculty_of_law 
#>                      "#c1d3e0"                      "#e4003a" 
#>          faculty_of_philosophy          faculty_of_humanities 
#>                      "#8b2939"                      "#f59c00" 
#>           faculty_of_economics         faculty_of_mathematics 
#>                      "#52822f"                      "#52822f" 
#> faculty_of_digital_engineering 
#>                      "#5A5F62" 
unikn::seecol(uni_potsdam, main = "University of Potsdam") # view color palette.