#164987

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

Shades of Dark Cerulean #164987

Tints of Dark Cerulean #164987

Color information

#164987 (or 0x164987) is unknown color: approx Dark Cerulean. HEX triplet: 16, 49 and 87. RGB value is (22,73,135). Sum of RGB (Red+Green+Blue) = 22+73+135=230 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.57% from 230); Green value is 73 (28.91% from 255 or 31.74% from 230); Blue value is 135 (53.12% from 255 or 58.70% from 230); Max value from RGB is 135 - color contains mainly: blue. Hex color #164987 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164987 is #E9B678. Grayscale: #404040. Windows color (decimal): -15316601 or 8866070. OLE color: 8866070.

HSL color Cylindrical-coordinate representation of color #164987: hue angle of 212.92º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #164987 is Cyan = 0.84, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB2273135-
CMYK0.840.4600.47
HSL212.92º71.97%30.78%-
HSV(B)212.92º83.7%52.94%-
XYZ7.096.6823.84-
YUV64.82167.697.46-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.57%
GREEN value IS 73 (28.91% from 255) = 31.74%
BLUE value IS 135 (53.12% from 255) = 58.70%
R=9.57%
G=31.74%
B=58.70%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal22731350.840.4600.47212.9271.9730.78
Hex164987542E02Fd5481f
Octal261112071245605732511037
Binary101101001001100001111010100101110010111111010101100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164987; }

 p { color: rgb(22,73,135); }

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

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

 a { background-color: rgb(22,73,135); }

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

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

 span { border-color: rgb(22,73,135); }

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