darkblue CMYK 99 83 36 27 RGB 24 55 95 HEX #18375F unhcr_pal_darkblue provides an additional UNHCR color palette as a data frame containing 6 colors (shades of unhcr_darkblue).

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

unhcr_pal_darkblue

Format

An object of class data.frame with 1 rows and 6 columns.

See also

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

Other color palettes: unhcr_pal_blue, unhcr_pal_graphic, unhcr_pal_green, unhcr_pal_grey, unhcr_pal_primary, unhcr_pal_red, unhcr_pal_yellow, unhcr_pal

Examples

{ unhcr_pal_darkblue dim(unhcr_pal_darkblue) # 1 6 unhcr_pal_darkblue[6] # preferred (named) color "darkblue6" unhcr_pal_darkblue[[6]] # preferred color "darkblue6" OR "#18375F" # Plotting palette: seecol(unhcr_pal_darkblue) }