#164C71

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

Shades of Dark Cerulean #164C71

Tints of Dark Cerulean #164C71

Color information

#164C71 (or 0x164C71) is unknown color: approx Dark Cerulean. HEX triplet: 16, 4C and 71. RGB value is (22,76,113). Sum of RGB (Red+Green+Blue) = 22+76+113=211 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.43% from 211); Green value is 76 (30.08% from 255 or 36.02% from 211); Blue value is 113 (44.53% from 255 or 53.55% from 211); Max value from RGB is 113 - color contains mainly: blue. Hex color #164C71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164C71 is #E9B38E. Grayscale: #3F3F3F. Windows color (decimal): -15315855 or 7425046. OLE color: 7425046.

HSL color Cylindrical-coordinate representation of color #164C71: hue angle of 204.4º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #164C71 is Cyan = 0.81, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2276113-
CMYK0.810.3300.56
HSL204.4º67.41%26.47%-
HSV(B)204.4º80.53%44.31%-
XYZ5.96.5316.57-
YUV64.07155.6197.99-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.43%
GREEN value IS 76 (30.08% from 255) = 36.02%
BLUE value IS 113 (44.53% from 255) = 53.55%
R=10.43%
G=36.02%
B=53.55%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal22761130.810.3300.56204.467.4126.47
Hex164C715121038cc431a
Octal261141611214107031410332
Binary10110100110011100011010001100001011100011001100100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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