Html Css Color HEX #211991 Ultramarine

📋 copy color: '#211991'

red 33 ◦ green 25 ◦ blue 145

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

Shades of Ultramarine #211991

Tints of Ultramarine #211991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 71.43%

R = 16.26%
G = 12.32%
B = 71.43%

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

#211991 (or 0x211991) is known color: Ultramarine. HEX triplet: 21, 19 and 91. RGB value is (33,25,145). Sum of RGB (Red+Green+Blue) = 33+25+145=203 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.26% from 203); Green value is 25 (10.16% from 255 or 12.32% from 203); Blue value is 145 (57.03% from 255 or 71.43% from 203); Max value from RGB is 145 - color contains mainly: blue. Hex color #211991 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #211991 is #DEE66E. Grayscale: #282828. Windows color (decimal): -14607983 or 9509153. OLE color: 9509153.

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

Color convert

RGB 33 25 145 -
CMYK 0.77 0.83 0 0.43
HSL 244º 0.71% 0.33% -
HSV(B) 244º 0.83% 0.57% -
XYZ 6.09 3.06 27.06 -
YUV 41.07 186.65 122.24 -
System Red Green Blue C M Y K H S L
Decimal 33 25 145 0.77 0.83 0 0.43 244 0.71 0.33
Hex 21 19 91 4D 53 0 2B F4 47 21
Octal 41 31 221 115 123 0 53 364 107 41
Binary 100001 11001 10010001 1001101 1010011 0 101011 11110100 1000111 100001

Color Harmonies of #211991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211991

Black with #211991

Text Example


Text Example

White with #211991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211991; }

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

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

background-color css

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

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

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

border-color css

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

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

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