BLUE: PANTONE 300 C/U / CMYK 99 50 0 0
RGB 0 114 188 / HEX #0072BC
unhcr_pal_blue
provides an additional UNHCR color palette
as a data frame containing 6 colors (shades of Blue
).
See https://media.unhcr.org/archive/Brand-Book-for-external-partners-2CZ7A2P0CGAY.html for details.
unhcr_pal_blue
An object of class data.frame
with 1 rows and 6 columns.
unhcr_pal
for the UNHCR default color palette with 5 main colors of unhcr_pal_blue
;
unhcr_pal_darkblue
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_darkblue
,
unhcr_pal_graphic
,
unhcr_pal_green
,
unhcr_pal_grey
,
unhcr_pal_primary
,
unhcr_pal_red
,
unhcr_pal_yellow
,
unhcr_pal
{ unhcr_pal_blue dim(unhcr_pal_blue) # 1 6 # Preferred color: unhcr_pal_blue[5] # preferred (named) color "blue5" (as df) unhcr_pal_blue[[5]] # preferred color value "#0072BC" # Access by position: unhcr_pal_blue[5] # named color "blue5" (as df) unhcr_pal_blue[[5]] # color value "#0072BC" # Access by name: unhcr_pal["blue5"] # color "blue5" (as df) unhcr_pal[["blue5"]] # color value "#0072BC" # Plotting palette: seecol(unhcr_pal_blue) }