#164477

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

Shades of Dark Cerulean #164477

Tints of Dark Cerulean #164477

Color information

#164477 (or 0x164477) is unknown color: approx Dark Cerulean. HEX triplet: 16, 44 and 77. RGB value is (22,68,119). Sum of RGB (Red+Green+Blue) = 22+68+119=209 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.53% from 209); Green value is 68 (26.95% from 255 or 32.54% from 209); Blue value is 119 (46.88% from 255 or 56.94% from 209); Max value from RGB is 119 - color contains mainly: blue. Hex color #164477 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164477 is #E9BB88. Grayscale: #3B3B3B. Windows color (decimal): -15317897 or 7816214. OLE color: 7816214.

HSL color Cylindrical-coordinate representation of color #164477: hue angle of 211.55º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #164477 is Cyan = 0.82, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2268119-
CMYK0.820.4300.53
HSL211.55º68.79%27.65%-
HSV(B)211.55º81.51%46.67%-
XYZ5.735.6418.24-
YUV60.06161.26100.85-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.53%
GREEN value IS 68 (26.95% from 255) = 32.54%
BLUE value IS 119 (46.88% from 255) = 56.94%
R=10.53%
G=32.54%
B=56.94%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal22681190.820.4300.53211.5568.7927.65
Hex164477522B035d4451c
Octal261041671225306532410534
Binary10110100010011101111010010101011011010111010100100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164477; }

 p { color: rgb(22,68,119); }

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

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

 a { background-color: rgb(22,68,119); }

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

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

 span { border-color: rgb(22,68,119); }

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