#164A76

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

Shades of Dark Cerulean #164A76

Tints of Dark Cerulean #164A76

Color information

#164A76 (or 0x164A76) is unknown color: approx Dark Cerulean. HEX triplet: 16, 4A and 76. RGB value is (22,74,118). Sum of RGB (Red+Green+Blue) = 22+74+118=214 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.28% from 214); Green value is 74 (29.30% from 255 or 34.58% from 214); Blue value is 118 (46.48% from 255 or 55.14% from 214); Max value from RGB is 118 - color contains mainly: blue. Hex color #164A76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164A76 is #E9B589. Grayscale: #3F3F3F. Windows color (decimal): -15316362 or 7752214. OLE color: 7752214.

HSL color Cylindrical-coordinate representation of color #164A76: hue angle of 207.5º 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 #164A76 is Cyan = 0.81, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2274118-
CMYK0.810.3700.54
HSL207.5º68.57%27.45%-
HSV(B)207.5º81.36%46.27%-
XYZ6.056.3818.05-
YUV63.47158.7798.42-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.28%
GREEN value IS 74 (29.30% from 255) = 34.58%
BLUE value IS 118 (46.48% from 255) = 55.14%
R=10.28%
G=34.58%
B=55.14%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal22741180.810.3700.54207.568.5727.45
Hex164A765125036d0451b
Octal261121661214506632010533
Binary10110100101011101101010001100101011011011010000100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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