Html Css Color HEX #211E8E Ultramarine

📋 copy color: '#211E8E'

red 33 ◦ green 30 ◦ blue 142

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

Shades of Ultramarine #211E8E

Tints of Ultramarine #211E8E

RGB

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

 GREEN value IS 30 (12.11% from 255) = 14.63%

 BLUE value IS 142 (55.86% from 255) = 69.27%

R = 16.1%
G = 14.63%
B = 69.27%

CMYK

 C value IS 0.77

 M value IS 0.79

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#211E8E (or 0x211E8E) is known color: Ultramarine. HEX triplet: 21, 1E and 8E. RGB value is (33,30,142). Sum of RGB (Red+Green+Blue) = 33+30+142=205 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.10% from 205); Green value is 30 (12.11% from 255 or 14.63% from 205); Blue value is 142 (55.86% from 255 or 69.27% from 205); Max value from RGB is 142 - color contains mainly: blue. Hex color #211E8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #211E8E is #DEE171. Grayscale: #2B2B2B. Windows color (decimal): -14606706 or 9313825. OLE color: 9313825.

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

Color convert

RGB 33 30 142 -
CMYK 0.77 0.79 0 0.44
HSL 241.61º 0.65% 0.34% -
HSV(B) 241.61º 0.79% 0.56% -
XYZ 5.97 3.2 25.89 -
YUV 43.67 183.49 120.39 -
System Red Green Blue C M Y K H S L
Decimal 33 30 142 0.77 0.79 0 0.44 241.61 0.65 0.34
Hex 21 1E 8E 4D 4F 0 2C F2 41 22
Octal 41 36 216 115 117 0 54 362 101 42
Binary 100001 11110 10001110 1001101 1001111 0 101100 11110010 1000001 100010

Color Harmonies of #211E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211E8E

Black with #211E8E

Text Example


Text Example

White with #211E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,30,142); }

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

background-color css

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

 a { background-color: rgb(33,30,142); }

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

border-color css

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

 span { border-color: rgb(33,30,142); }

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