#164C88

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

Shades of Dark Cerulean #164C88

Tints of Dark Cerulean #164C88

Color information

#164C88 (or 0x164C88) is unknown color: approx Dark Cerulean. HEX triplet: 16, 4C and 88. RGB value is (22,76,136). Sum of RGB (Red+Green+Blue) = 22+76+136=234 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.40% from 234); Green value is 76 (30.08% from 255 or 32.48% from 234); Blue value is 136 (53.52% from 255 or 58.12% from 234); Max value from RGB is 136 - color contains mainly: blue. Hex color #164C88 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164C88 is #E9B377. Grayscale: #424242. Windows color (decimal): -15315832 or 8932374. OLE color: 8932374.

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

Color convert

RGB2276136-
CMYK0.840.4400.47
HSL211.58º72.15%30.98%-
HSV(B)211.58º83.82%53.33%-
XYZ7.367.1224.28-
YUV66.69167.1196.12-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.40%
GREEN value IS 76 (30.08% from 255) = 32.48%
BLUE value IS 136 (53.52% from 255) = 58.12%
R=9.40%
G=32.48%
B=58.12%

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
Decimal22761360.840.4400.47211.5872.1530.98
Hex164C88542C02Fd4481f
Octal261142101245405732411037
Binary101101001100100010001010100101100010111111010100100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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