Html Css Color HEX #211F91 Ultramarine

📋 copy color: '#211F91'

red 33 ◦ green 31 ◦ blue 145

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

Shades of Ultramarine #211F91

Tints of Ultramarine #211F91

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.83%

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

R = 15.79%
G = 14.83%
B = 69.38%

CMYK

 C value IS 0.77

 M value IS 0.79

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#211F91 (or 0x211F91) is known color: Ultramarine. HEX triplet: 21, 1F and 91. RGB value is (33,31,145). Sum of RGB (Red+Green+Blue) = 33+31+145=209 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.79% from 209); Green value is 31 (12.5% from 255 or 14.83% from 209); Blue value is 145 (57.03% from 255 or 69.38% from 209); Max value from RGB is 145 - color contains mainly: blue. Hex color #211F91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #211F91 is #DEE06E. Grayscale: #2C2C2C. Windows color (decimal): -14606447 or 9510689. OLE color: 9510689.

HSL color Cylindrical-coordinate representation of color #211F91: hue angle of 241.05º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #211F91 is Cyan = 0.77, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 33 31 145 -
CMYK 0.77 0.79 0 0.43
HSL 241.05º 0.65% 0.35% -
HSV(B) 241.05º 0.79% 0.57% -
XYZ 6.23 3.35 27.11 -
YUV 44.59 184.66 119.73 -
System Red Green Blue C M Y K H S L
Decimal 33 31 145 0.77 0.79 0 0.43 241.05 0.65 0.35
Hex 21 1F 91 4D 4F 0 2B F1 41 23
Octal 41 37 221 115 117 0 53 361 101 43
Binary 100001 11111 10010001 1001101 1001111 0 101011 11110001 1000001 100011

Color Harmonies of #211F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211F91

Black with #211F91

Text Example


Text Example

White with #211F91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211F91; }

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

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

background-color css

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

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

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

border-color css

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

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

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