#211587

Color #211587 Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #211587

Tints of Ultramarine #211587

Color information

#211587 (or 0x211587) is unknown color: approx Ultramarine. HEX triplet: 21, 15 and 87. RGB value is (33,21,135). Sum of RGB (Red+Green+Blue) = 33+21+135=189 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.46% from 189); Green value is 21 (8.59% from 255 or 11.11% from 189); Blue value is 135 (53.12% from 255 or 71.43% from 189); Max value from RGB is 135 - color contains mainly: blue. Hex color #211587 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #211587 is #DEEA78. Grayscale: #252525. Windows color (decimal): -14609017 or 8852769. OLE color: 8852769.

HSL color Cylindrical-coordinate representation of color #211587: hue angle of 246.32º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #211587 is Cyan = 0.76, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3321135-
CMYK0.760.8400.47
HSL246.32º73.08%30.59%-
HSV(B)246.32º84.44%52.94%-
XYZ5.272.6123.15-
YUV37.58182.98124.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 33 (13.28% from 255) = 17.46%
GREEN value IS 21 (8.59% from 255) = 11.11%
BLUE value IS 135 (53.12% from 255) = 71.43%
R=17.46%
G=11.11%
B=71.43%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal33211350.760.8400.47246.3273.0830.59
Hex2115874C5402Ff6491f
Octal412520711412405736611137
Binary100001101011000011110011001010100010111111110110100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211587; }

 p { color: rgb(33,21,135); }

 H1.HeaderClassName
 {
   color: #211587;
 }
 .AnyTagClassName
 {
   color: #211587;
 }
</style>
background-color css

<style>
 a { background-color: #211587; }

 a { background-color: rgb(33,21,135); }

 div.DivClassName
 {
   background-color: #211587;
 }
 .BgClassName
 {
   background-color: #211587;
 }
</style>
border-color css

<style>
 span { border-color: #211587; }

 span { border-color: rgb(33,21,135); }

 td.TdClassName
 {
   border-color: #211587;
 }
 .TagClassName
 {
   border-color: #211587;
 }
</style>