#164C87

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

Shades of Dark Cerulean #164C87

Tints of Dark Cerulean #164C87

Color information

#164C87 (or 0x164C87) is unknown color: approx Dark Cerulean. HEX triplet: 16, 4C and 87. RGB value is (22,76,135). Sum of RGB (Red+Green+Blue) = 22+76+135=233 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.44% from 233); Green value is 76 (30.08% from 255 or 32.62% from 233); Blue value is 135 (53.12% from 255 or 57.94% from 233); Max value from RGB is 135 - color contains mainly: blue. Hex color #164C87 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164C87 is #E9B378. Grayscale: #424242. Windows color (decimal): -15315833 or 8866838. OLE color: 8866838.

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

Color convert

RGB2276135-
CMYK0.840.4400.47
HSL211.33º71.97%30.78%-
HSV(B)211.33º83.7%52.94%-
XYZ7.297.0923.91-
YUV66.58166.6196.2-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.44%
GREEN value IS 76 (30.08% from 255) = 32.62%
BLUE value IS 135 (53.12% from 255) = 57.94%
R=9.44%
G=32.62%
B=57.94%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal22761350.840.4400.47211.3371.9730.78
Hex164C87542C02Fd3481f
Octal261142071245405732311037
Binary101101001100100001111010100101100010111111010011100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164C87; }

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

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

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

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

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

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

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

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