#211698

Color #211698 Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #211698

Tints of Ultramarine #211698

Color information

#211698 (or 0x211698) is unknown color: approx Ultramarine. HEX triplet: 21, 16 and 98. RGB value is (33,22,152). Sum of RGB (Red+Green+Blue) = 33+22+152=207 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.94% from 207); Green value is 22 (8.98% from 255 or 10.63% from 207); Blue value is 152 (59.77% from 255 or 73.43% from 207); Max value from RGB is 152 - color contains mainly: blue. Hex color #211698 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #211698 is #DEE967. Grayscale: #272727. Windows color (decimal): -14608744 or 9967137. OLE color: 9967137.

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

Color convert

RGB3322152-
CMYK0.780.8600.40
HSL245.08º74.71%34.12%-
HSV(B)245.08º85.53%59.61%-
XYZ6.583.1629.97-
YUV40.11191.14122.93-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.94%
GREEN value IS 22 (8.98% from 255) = 10.63%
BLUE value IS 152 (59.77% from 255) = 73.43%
R=15.94%
G=10.63%
B=73.43%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal33221520.780.8600.40245.0874.7134.12
Hex2116984E56028f54b22
Octal412623011612605036511342
Binary1000011011010011000100111010101100101000111101011001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211698; }

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

 H1.HeaderClassName
 {
   color: #211698;
 }
 .AnyTagClassName
 {
   color: #211698;
 }
</style>
background-color css

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

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

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

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

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

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