Html Css Color HEX #211995 Ultramarine

📋 copy color: '#211995'

red 33 ◦ green 25 ◦ blue 149

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

Shades of Ultramarine #211995

Tints of Ultramarine #211995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 71.98%

R = 15.94%
G = 12.08%
B = 71.98%

CMYK

 C value IS 0.78

 M value IS 0.83

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#211995 (or 0x211995) is known color: Ultramarine. HEX triplet: 21, 19 and 95. RGB value is (33,25,149). Sum of RGB (Red+Green+Blue) = 33+25+149=207 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.94% from 207); Green value is 25 (10.16% from 255 or 12.08% from 207); Blue value is 149 (58.59% from 255 or 71.98% from 207); Max value from RGB is 149 - color contains mainly: blue. Hex color #211995 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #211995 is #DEE66A. Grayscale: #292929. Windows color (decimal): -14607979 or 9771297. OLE color: 9771297.

HSL color Cylindrical-coordinate representation of color #211995: hue angle of 243.87º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #211995 is Cyan = 0.78, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 33 25 149 -
CMYK 0.78 0.83 0 0.42
HSL 243.87º 0.71% 0.34% -
HSV(B) 243.87º 0.83% 0.58% -
XYZ 6.4 3.19 28.71 -
YUV 41.53 188.65 121.92 -
System Red Green Blue C M Y K H S L
Decimal 33 25 149 0.78 0.83 0 0.42 243.87 0.71 0.34
Hex 21 19 95 4E 53 0 2A F4 47 22
Octal 41 31 225 116 123 0 52 364 107 42
Binary 100001 11001 10010101 1001110 1010011 0 101010 11110100 1000111 100010

Color Harmonies of #211995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211995

Black with #211995

Text Example


Text Example

White with #211995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211995; }

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

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

background-color css

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

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

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

border-color css

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

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

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