#164677

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

Shades of Dark Cerulean #164677

Tints of Dark Cerulean #164677

Color information

#164677 (or 0x164677) is unknown color: approx Dark Cerulean. HEX triplet: 16, 46 and 77. RGB value is (22,70,119). Sum of RGB (Red+Green+Blue) = 22+70+119=211 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.43% from 211); Green value is 70 (27.73% from 255 or 33.18% from 211); Blue value is 119 (46.88% from 255 or 56.40% from 211); Max value from RGB is 119 - color contains mainly: blue. Hex color #164677 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164677 is #E9B988. Grayscale: #3C3C3C. Windows color (decimal): -15317385 or 7816726. OLE color: 7816726.

HSL color Cylindrical-coordinate representation of color #164677: hue angle of 210.31º 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 #164677 is Cyan = 0.82, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2270119-
CMYK0.820.4100.53
HSL210.31º68.79%27.65%-
HSV(B)210.31º81.51%46.67%-
XYZ5.855.8818.28-
YUV61.23160.6100.02-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.43%
GREEN value IS 70 (27.73% from 255) = 33.18%
BLUE value IS 119 (46.88% from 255) = 56.40%
R=10.43%
G=33.18%
B=56.40%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal22701190.820.4100.53210.3168.7927.65
Hex1646775229035d2451c
Octal261061671225106532210534
Binary10110100011011101111010010101001011010111010010100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164677; }

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

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

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

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

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

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

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

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