#164676

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

Shades of Dark Cerulean #164676

Tints of Dark Cerulean #164676

Color information

#164676 (or 0x164676) is unknown color: approx Dark Cerulean. HEX triplet: 16, 46 and 76. RGB value is (22,70,118). Sum of RGB (Red+Green+Blue) = 22+70+118=210 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.48% from 210); Green value is 70 (27.73% from 255 or 33.33% from 210); Blue value is 118 (46.48% from 255 or 56.19% from 210); Max value from RGB is 118 - color contains mainly: blue. Hex color #164676 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164676 is #E9B989. Grayscale: #3C3C3C. Windows color (decimal): -15317386 or 7751190. OLE color: 7751190.

HSL color Cylindrical-coordinate representation of color #164676: hue angle of 210º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #164676 is Cyan = 0.81, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2270118-
CMYK0.810.4100.54
HSL210º68.57%27.45%-
HSV(B)210º81.36%46.27%-
XYZ5.795.8617.97-
YUV61.12160.1100.1-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.48%
GREEN value IS 70 (27.73% from 255) = 33.33%
BLUE value IS 118 (46.48% from 255) = 56.19%
R=10.48%
G=33.33%
B=56.19%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal22701180.810.4100.5421068.5727.45
Hex1646765129036d2451b
Octal261061661215106632210533
Binary10110100011011101101010001101001011011011010010100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164676; }

 p { color: rgb(22,70,118); }

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

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

 a { background-color: rgb(22,70,118); }

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

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

 span { border-color: rgb(22,70,118); }

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