Html Css Color HEX #211399 Ultramarine

📋 copy color: '#211399'

red 33 ◦ green 19 ◦ blue 153

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

Shades of Ultramarine #211399

Tints of Ultramarine #211399

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.27%

 BLUE value IS 153 (60.16% from 255) = 74.63%

R = 16.1%
G = 9.27%
B = 74.63%

CMYK

 C value IS 0.78

 M value IS 0.88

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#211399 (or 0x211399) is known color: Ultramarine. HEX triplet: 21, 13 and 99. RGB value is (33,19,153). Sum of RGB (Red+Green+Blue) = 33+19+153=205 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.10% from 205); Green value is 19 (7.81% from 255 or 9.27% from 205); Blue value is 153 (60.16% from 255 or 74.63% from 205); Max value from RGB is 153 - color contains mainly: blue. Hex color #211399 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #211399 is #DEEC66. Grayscale: #252525. Windows color (decimal): -14609511 or 10031905. OLE color: 10031905.

HSL color Cylindrical-coordinate representation of color #211399: hue angle of 246.27º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #211399 is Cyan = 0.78, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 33 19 153 -
CMYK 0.78 0.88 0 0.4
HSL 246.27º 0.78% 0.34% -
HSV(B) 246.27º 0.88% 0.6% -
XYZ 6.61 3.09 30.38 -
YUV 38.46 192.64 124.1 -
System Red Green Blue C M Y K H S L
Decimal 33 19 153 0.78 0.88 0 0.4 246.27 0.78 0.34
Hex 21 13 99 4E 58 0 28 F6 4E 22
Octal 41 23 231 116 130 0 50 366 116 42
Binary 100001 10011 10011001 1001110 1011000 0 101000 11110110 1001110 100010

Color Harmonies of #211399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211399

Black with #211399

Text Example


Text Example

White with #211399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211399; }

 p { color: rgb(33,19,153); }

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

background-color css

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

 a { background-color: rgb(33,19,153); }

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

border-color css

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

 span { border-color: rgb(33,19,153); }

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