#164C8E

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

Shades of Dark Cerulean #164C8E

Tints of Dark Cerulean #164C8E

Color information

#164C8E (or 0x164C8E) is unknown color: approx Dark Cerulean. HEX triplet: 16, 4C and 8E. RGB value is (22,76,142). Sum of RGB (Red+Green+Blue) = 22+76+142=240 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.17% from 240); Green value is 76 (30.08% from 255 or 31.67% from 240); Blue value is 142 (55.86% from 255 or 59.17% from 240); Max value from RGB is 142 - color contains mainly: blue. Hex color #164C8E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164C8E is #E9B371. Grayscale: #434343. Windows color (decimal): -15315826 or 9325590. OLE color: 9325590.

HSL color Cylindrical-coordinate representation of color #164C8E: hue angle of 213º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #164C8E is Cyan = 0.85, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2276142-
CMYK0.850.4600.44
HSL213º73.17%32.16%-
HSV(B)213º84.51%55.69%-
XYZ7.87.2926.59-
YUV67.38170.1195.63-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.17%
GREEN value IS 76 (30.08% from 255) = 31.67%
BLUE value IS 142 (55.86% from 255) = 59.17%
R=9.17%
G=31.67%
B=59.17%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal22761420.850.4600.4421373.1732.16
Hex164C8E552E02Cd54920
Octal261142161255605432511140
Binary1011010011001000111010101011011100101100110101011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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