Html Css Color HEX #211596 Ultramarine

📋 copy color: '#211596'

red 33 ◦ green 21 ◦ blue 150

#211596
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ultramarine #211596

Tints of Ultramarine #211596

RGB

 RED value IS 33 (13.28% from 255) = 16.18%

 GREEN value IS 21 (8.59% from 255) = 10.29%

 BLUE value IS 150 (58.98% from 255) = 73.53%

R = 16.18%
G = 10.29%
B = 73.53%

CMYK

 C value IS 0.78

 M value IS 0.86

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#211596 (or 0x211596) is known color: Ultramarine. HEX triplet: 21, 15 and 96. RGB value is (33,21,150). Sum of RGB (Red+Green+Blue) = 33+21+150=204 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.18% from 204); Green value is 21 (8.59% from 255 or 10.29% from 204); Blue value is 150 (58.98% from 255 or 73.53% from 204); Max value from RGB is 150 - color contains mainly: blue. Hex color #211596 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #211596 is #DEEA69. Grayscale: #262626. Windows color (decimal): -14609002 or 9835809. OLE color: 9835809.

HSL color Cylindrical-coordinate representation of color #211596: hue angle of 245.58º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #211596 is Cyan = 0.78, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 33 21 150 -
CMYK 0.78 0.86 0 0.41
HSL 245.58º 0.75% 0.34% -
HSV(B) 245.58º 0.86% 0.59% -
XYZ 6.4 3.06 29.11 -
YUV 39.29 190.48 123.51 -
System Red Green Blue C M Y K H S L
Decimal 33 21 150 0.78 0.86 0 0.41 245.58 0.75 0.34
Hex 21 15 96 4E 56 0 29 F6 4B 22
Octal 41 25 226 116 126 0 51 366 113 42
Binary 100001 10101 10010110 1001110 1010110 0 101001 11110110 1001011 100010

Color Harmonies of #211596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211596

Black with #211596

Text Example


Text Example

White with #211596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211596; }

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

 H1.HeaderClassName
 {
   color: #211596;
 }
 .AnyTagClassName
 {
   color: #211596;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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