#164876

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

Shades of Dark Cerulean #164876

Tints of Dark Cerulean #164876

Color information

#164876 (or 0x164876) is unknown color: approx Dark Cerulean. HEX triplet: 16, 48 and 76. RGB value is (22,72,118). Sum of RGB (Red+Green+Blue) = 22+72+118=212 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.38% from 212); Green value is 72 (28.52% from 255 or 33.96% from 212); Blue value is 118 (46.48% from 255 or 55.66% from 212); Max value from RGB is 118 - color contains mainly: blue. Hex color #164876 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164876 is #E9B789. Grayscale: #3E3E3E. Windows color (decimal): -15316874 or 7751702. OLE color: 7751702.

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

Color convert

RGB2272118-
CMYK0.810.3900.54
HSL208.75º68.57%27.45%-
HSV(B)208.75º81.36%46.27%-
XYZ5.926.1118.01-
YUV62.29159.4499.26-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.38%
GREEN value IS 72 (28.52% from 255) = 33.96%
BLUE value IS 118 (46.48% from 255) = 55.66%
R=10.38%
G=33.96%
B=55.66%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal22721180.810.3900.54208.7568.5727.45
Hex1648765127036d1451b
Octal261101661214706632110533
Binary10110100100011101101010001100111011011011010001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164876; }

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

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

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

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

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

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

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

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