Html Css Color HEX #211697 Ultramarine

📋 copy color: '#211697'

red 33 ◦ green 22 ◦ blue 151

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

Shades of Ultramarine #211697

Tints of Ultramarine #211697

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 73.3%

R = 16.02%
G = 10.68%
B = 73.3%

CMYK

 C value IS 0.78

 M value IS 0.85

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#211697 (or 0x211697) is known color: Ultramarine. HEX triplet: 21, 16 and 97. RGB value is (33,22,151). Sum of RGB (Red+Green+Blue) = 33+22+151=206 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.02% from 206); Green value is 22 (8.98% from 255 or 10.68% from 206); Blue value is 151 (59.38% from 255 or 73.30% from 206); Max value from RGB is 151 - color contains mainly: blue. Hex color #211697 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #211697 is #DEE968. Grayscale: #272727. Windows color (decimal): -14608745 or 9901601. OLE color: 9901601.

HSL color Cylindrical-coordinate representation of color #211697: hue angle of 245.12º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #211697 is Cyan = 0.78, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 33 22 151 -
CMYK 0.78 0.85 0 0.41
HSL 245.12º 0.75% 0.34% -
HSV(B) 245.12º 0.85% 0.59% -
XYZ 6.5 3.13 29.54 -
YUV 40 190.64 123.01 -
System Red Green Blue C M Y K H S L
Decimal 33 22 151 0.78 0.85 0 0.41 245.12 0.75 0.34
Hex 21 16 97 4E 55 0 29 F5 4B 22
Octal 41 26 227 116 125 0 51 365 113 42
Binary 100001 10110 10010111 1001110 1010101 0 101001 11110101 1001011 100010

Color Harmonies of #211697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211697

Black with #211697

Text Example


Text Example

White with #211697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211697; }

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

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

background-color css

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

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

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

border-color css

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

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

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