#164976

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

Shades of Dark Cerulean #164976

Tints of Dark Cerulean #164976

Color information

#164976 (or 0x164976) is unknown color: approx Dark Cerulean. HEX triplet: 16, 49 and 76. RGB value is (22,73,118). Sum of RGB (Red+Green+Blue) = 22+73+118=213 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.33% from 213); Green value is 73 (28.91% from 255 or 34.27% from 213); Blue value is 118 (46.48% from 255 or 55.40% from 213); Max value from RGB is 118 - color contains mainly: blue. Hex color #164976 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164976 is #E9B689. Grayscale: #3E3E3E. Windows color (decimal): -15316618 or 7751958. OLE color: 7751958.

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

Color convert

RGB2273118-
CMYK0.810.3800.54
HSL208.12º68.57%27.45%-
HSV(B)208.12º81.36%46.27%-
XYZ5.986.2418.03-
YUV62.88159.198.84-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.33%
GREEN value IS 73 (28.91% from 255) = 34.27%
BLUE value IS 118 (46.48% from 255) = 55.40%
R=10.33%
G=34.27%
B=55.40%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal22731180.810.3800.54208.1268.5727.45
Hex1649765126036d0451b
Octal261111661214606632010533
Binary10110100100111101101010001100110011011011010000100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164976; }

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

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

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

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

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

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

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

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