#164776

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

Shades of Dark Cerulean #164776

Tints of Dark Cerulean #164776

Color information

#164776 (or 0x164776) is unknown color: approx Dark Cerulean. HEX triplet: 16, 47 and 76. RGB value is (22,71,118). Sum of RGB (Red+Green+Blue) = 22+71+118=211 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.43% from 211); Green value is 71 (28.12% from 255 or 33.65% from 211); Blue value is 118 (46.48% from 255 or 55.92% from 211); Max value from RGB is 118 - color contains mainly: blue. Hex color #164776 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164776 is #E9B889. Grayscale: #3D3D3D. Windows color (decimal): -15317130 or 7751446. OLE color: 7751446.

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

Color convert

RGB2271118-
CMYK0.810.4000.54
HSL209.38º68.57%27.45%-
HSV(B)209.38º81.36%46.27%-
XYZ5.855.9917.99-
YUV61.71159.7799.68-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.43%
GREEN value IS 71 (28.12% from 255) = 33.65%
BLUE value IS 118 (46.48% from 255) = 55.92%
R=10.43%
G=33.65%
B=55.92%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal22711180.810.4000.54209.3868.5727.45
Hex1647765128036d1451b
Octal261071661215006632110533
Binary10110100011111101101010001101000011011011010001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164776; }

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

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

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

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

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

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

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

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