UNHCR color darkblue.

darkblue provides the preferred color of unhcr_pal_darkblue (as an atomic HEX character value) and is defined as unhcr_pal_darkblue[[6]].

See https://media.unhcr.org/archive/Data-visualisation-colour-palette-2CZ7A2HOVFP9.html for details.

unhcr_darkblue

Format

An object of class character of length 1.

See also

unhcr_pal_darkblue for the corresponding color palette; unhcr_pal for the UNHCR default color palette with all 5 colors of unhcr_pal_blue; unhcr_pal_primary for a UNHCR color palette with primary colors; seecol to show color palettes; usecol to use color palettes.

Other preferred colors: unhcr_black, unhcr_blue, unhcr_green, unhcr_grey, unhcr_red, unhcr_white, unhcr_yellow

Examples

{ unhcr_darkblue # HEX character "#18375F" (as value) all.equal(unhcr_darkblue, unhcr_pal_darkblue[[6]]) # TRUE (same HEX values) seecol(unhcr_darkblue) # view color and details }