#164887

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

Shades of Dark Cerulean #164887

Tints of Dark Cerulean #164887

Color information

#164887 (or 0x164887) is unknown color: approx Dark Cerulean. HEX triplet: 16, 48 and 87. RGB value is (22,72,135). Sum of RGB (Red+Green+Blue) = 22+72+135=229 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.61% from 229); Green value is 72 (28.52% from 255 or 31.44% from 229); Blue value is 135 (53.12% from 255 or 58.95% from 229); Max value from RGB is 135 - color contains mainly: blue. Hex color #164887 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164887 is #E9B778. Grayscale: #3F3F3F. Windows color (decimal): -15316857 or 8865814. OLE color: 8865814.

HSL color Cylindrical-coordinate representation of color #164887: hue angle of 213.45º 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 #164887 is Cyan = 0.84, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB2272135-
CMYK0.840.4700.47
HSL213.45º71.97%30.78%-
HSV(B)213.45º83.7%52.94%-
XYZ7.026.5523.82-
YUV64.23167.9497.88-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.61%
GREEN value IS 72 (28.52% from 255) = 31.44%
BLUE value IS 135 (53.12% from 255) = 58.95%
R=9.61%
G=31.44%
B=58.95%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal22721350.840.4700.47213.4571.9730.78
Hex164887542F02Fd5481f
Octal261102071245705732511037
Binary101101001000100001111010100101111010111111010101100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164887; }

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

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

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

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

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

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

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

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