Skip to contents

uni_stuttgart_1 provides three primary colors and one secondary color of the University of Stuttgart, Germany.

Usage

uni_stuttgart_1

Format

An object of class character of length 4.

Source

Color definitions are based on the Uni Stuttgart's CD manual (PDF).

Value

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

Details

The three primary colors are "white", "anthrazit" (defined as PANTONE 432U, CMYK 50/35/25/70, RGB 62/68/76, HEX #323232), and "mittelblau" (defined as PANTONE 293U, CMYK 100/70/0/0, RGB 0/81/158, HEX #004191).

The secondary color is "hellblau" (defined as PANTONE 2985U, CMYK 70/0/0/0, RGB 0/190/255, HEX #00BEFF) and used for color accents.

uni_stuttgart_1 uses the HEX color definitions. CMYK color differs from RGB and HEX definition. For "anthrazit" and "mittelblau" the RGB and HEX definitions also differ numerically, yet are visually indistinguishable. Our color palette is based on the HEX definition.

Author

unicol, 2023-05-31.

Examples

uni_stuttgart_1
#>      weiss  anthrazit mittelblau   hellblau 
#>  "#FFFFFF"  "#323232"  "#004191"  "#00BEFF" 
unikn::seecol(uni_stuttgart_1, col_bg = "grey90",  
              main = "Primary colors of the University of Stuttgart")  # view palette