Html Css Color HEX #211992 Ultramarine

📋 copy color: '#211992'

red 33 ◦ green 25 ◦ blue 146

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

Shades of Ultramarine #211992

Tints of Ultramarine #211992

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.25%

 BLUE value IS 146 (57.42% from 255) = 71.57%

R = 16.18%
G = 12.25%
B = 71.57%

CMYK

 C value IS 0.77

 M value IS 0.83

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#211992 (or 0x211992) is known color: Ultramarine. HEX triplet: 21, 19 and 92. RGB value is (33,25,146). Sum of RGB (Red+Green+Blue) = 33+25+146=204 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.18% from 204); Green value is 25 (10.16% from 255 or 12.25% from 204); Blue value is 146 (57.42% from 255 or 71.57% from 204); Max value from RGB is 146 - color contains mainly: blue. Hex color #211992 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #211992 is #DEE66D. Grayscale: #282828. Windows color (decimal): -14607982 or 9574689. OLE color: 9574689.

HSL color Cylindrical-coordinate representation of color #211992: hue angle of 243.97º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #211992 is Cyan = 0.77, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 33 25 146 -
CMYK 0.77 0.83 0 0.43
HSL 243.97º 0.71% 0.34% -
HSV(B) 243.97º 0.83% 0.57% -
XYZ 6.16 3.09 27.47 -
YUV 41.19 187.15 122.16 -
System Red Green Blue C M Y K H S L
Decimal 33 25 146 0.77 0.83 0 0.43 243.97 0.71 0.34
Hex 21 19 92 4D 53 0 2B F4 47 22
Octal 41 31 222 115 123 0 53 364 107 42
Binary 100001 11001 10010010 1001101 1010011 0 101011 11110100 1000111 100010

Color Harmonies of #211992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211992

Black with #211992

Text Example


Text Example

White with #211992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211992; }

 p { color: rgb(33,25,146); }

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

background-color css

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

 a { background-color: rgb(33,25,146); }

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

border-color css

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

 span { border-color: rgb(33,25,146); }

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