Html Css Color HEX #211791 Ultramarine

📋 copy color: '#211791'

red 33 ◦ green 23 ◦ blue 145

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

Shades of Ultramarine #211791

Tints of Ultramarine #211791

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.44%

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

R = 16.42%
G = 11.44%
B = 72.14%

CMYK

 C value IS 0.77

 M value IS 0.84

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#211791 (or 0x211791) is known color: Ultramarine. HEX triplet: 21, 17 and 91. RGB value is (33,23,145). Sum of RGB (Red+Green+Blue) = 33+23+145=201 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.42% from 201); Green value is 23 (9.38% from 255 or 11.44% from 201); Blue value is 145 (57.03% from 255 or 72.14% from 201); Max value from RGB is 145 - color contains mainly: blue. Hex color #211791 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #211791 is #DEE86E. Grayscale: #272727. Windows color (decimal): -14608495 or 9508641. OLE color: 9508641.

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

Color convert

RGB 33 23 145 -
CMYK 0.77 0.84 0 0.43
HSL 244.92º 0.73% 0.33% -
HSV(B) 244.92º 0.84% 0.57% -
XYZ 6.04 2.98 27.04 -
YUV 39.9 187.31 123.08 -
System Red Green Blue C M Y K H S L
Decimal 33 23 145 0.77 0.84 0 0.43 244.92 0.73 0.33
Hex 21 17 91 4D 54 0 2B F5 49 21
Octal 41 27 221 115 124 0 53 365 111 41
Binary 100001 10111 10010001 1001101 1010100 0 101011 11110101 1001001 100001

Color Harmonies of #211791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211791

Black with #211791

Text Example


Text Example

White with #211791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211791; }

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

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

background-color css

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

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

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

border-color css

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

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

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