Html Css Color HEX #211599 Ultramarine

📋 copy color: '#211599'

red 33 ◦ green 21 ◦ blue 153

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

Shades of Ultramarine #211599

Tints of Ultramarine #211599

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.14%

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

R = 15.94%
G = 10.14%
B = 73.91%

CMYK

 C value IS 0.78

 M value IS 0.86

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#211599 (or 0x211599) is known color: Ultramarine. HEX triplet: 21, 15 and 99. RGB value is (33,21,153). Sum of RGB (Red+Green+Blue) = 33+21+153=207 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.94% from 207); Green value is 21 (8.59% from 255 or 10.14% from 207); Blue value is 153 (60.16% from 255 or 73.91% from 207); Max value from RGB is 153 - color contains mainly: blue. Hex color #211599 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #211599 is #DEEA66. Grayscale: #272727. Windows color (decimal): -14608999 or 10032417. OLE color: 10032417.

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

Color convert

RGB 33 21 153 -
CMYK 0.78 0.86 0 0.4
HSL 245.45º 0.76% 0.34% -
HSV(B) 245.45º 0.86% 0.6% -
XYZ 6.65 3.16 30.4 -
YUV 39.64 191.98 123.27 -
System Red Green Blue C M Y K H S L
Decimal 33 21 153 0.78 0.86 0 0.4 245.45 0.76 0.34
Hex 21 15 99 4E 56 0 28 F5 4C 22
Octal 41 25 231 116 126 0 50 365 114 42
Binary 100001 10101 10011001 1001110 1010110 0 101000 11110101 1001100 100010

Color Harmonies of #211599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211599

Black with #211599

Text Example


Text Example

White with #211599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211599; }

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

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

background-color css

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

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

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

border-color css

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

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

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