Html Css Color HEX #211699 Ultramarine

📋 copy color: '#211699'

red 33 ◦ green 22 ◦ blue 153

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

Shades of Ultramarine #211699

Tints of Ultramarine #211699

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.58%

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

R = 15.87%
G = 10.58%
B = 73.56%

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

#211699 (or 0x211699) is known color: Ultramarine. HEX triplet: 21, 16 and 99. RGB value is (33,22,153). Sum of RGB (Red+Green+Blue) = 33+22+153=208 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.87% from 208); Green value is 22 (8.98% from 255 or 10.58% from 208); Blue value is 153 (60.16% from 255 or 73.56% from 208); Max value from RGB is 153 - color contains mainly: blue. Hex color #211699 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #211699 is #DEE966. Grayscale: #272727. Windows color (decimal): -14608743 or 10032673. OLE color: 10032673.

HSL color Cylindrical-coordinate representation of color #211699: hue angle of 245.04º degrees, saturation: 0.75, 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 #211699 is Cyan = 0.78, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 33 22 153 -
CMYK 0.78 0.86 0 0.4
HSL 245.04º 0.75% 0.34% -
HSV(B) 245.04º 0.86% 0.6% -
XYZ 6.66 3.2 30.4 -
YUV 40.22 191.64 122.85 -
System Red Green Blue C M Y K H S L
Decimal 33 22 153 0.78 0.86 0 0.4 245.04 0.75 0.34
Hex 21 16 99 4E 56 0 28 F5 4B 22
Octal 41 26 231 116 126 0 50 365 113 42
Binary 100001 10110 10011001 1001110 1010110 0 101000 11110101 1001011 100010

Color Harmonies of #211699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211699

Black with #211699

Text Example


Text Example

White with #211699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211699; }

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

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

background-color css

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

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

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

border-color css

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

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

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