Html Css Color HEX #211C91 Ultramarine

📋 copy color: '#211C91'

red 33 ◦ green 28 ◦ blue 145

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

Shades of Ultramarine #211C91

Tints of Ultramarine #211C91

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.59%

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

R = 16.02%
G = 13.59%
B = 70.39%

CMYK

 C value IS 0.77

 M value IS 0.81

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#211C91 (or 0x211C91) is known color: Ultramarine. HEX triplet: 21, 1C and 91. RGB value is (33,28,145). Sum of RGB (Red+Green+Blue) = 33+28+145=206 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.02% from 206); Green value is 28 (11.33% from 255 or 13.59% from 206); Blue value is 145 (57.03% from 255 or 70.39% from 206); Max value from RGB is 145 - color contains mainly: blue. Hex color #211C91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #211C91 is #DEE36E. Grayscale: #2A2A2A. Windows color (decimal): -14607215 or 9509921. OLE color: 9509921.

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

Color convert

RGB 33 28 145 -
CMYK 0.77 0.81 0 0.43
HSL 242.56º 0.68% 0.34% -
HSV(B) 242.56º 0.81% 0.57% -
XYZ 6.15 3.2 27.08 -
YUV 42.83 185.66 120.99 -
System Red Green Blue C M Y K H S L
Decimal 33 28 145 0.77 0.81 0 0.43 242.56 0.68 0.34
Hex 21 1C 91 4D 51 0 2B F3 44 22
Octal 41 34 221 115 121 0 53 363 104 42
Binary 100001 11100 10010001 1001101 1010001 0 101011 11110011 1000100 100010

Color Harmonies of #211C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211C91

Black with #211C91

Text Example


Text Example

White with #211C91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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