#163976

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

Shades of Dark Cerulean #163976

Tints of Dark Cerulean #163976

Color information

#163976 (or 0x163976) is unknown color: approx Dark Cerulean. HEX triplet: 16, 39 and 76. RGB value is (22,57,118). Sum of RGB (Red+Green+Blue) = 22+57+118=197 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11.17% from 197); Green value is 57 (22.66% from 255 or 28.93% from 197); Blue value is 118 (46.48% from 255 or 59.90% from 197); Max value from RGB is 118 - color contains mainly: blue. Hex color #163976 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163976 is #E9C689. Grayscale: #353535. Windows color (decimal): -15320714 or 7747862. OLE color: 7747862.

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

Color convert

RGB2257118-
CMYK0.810.5200.54
HSL218.12º68.57%27.45%-
HSV(B)218.12º81.36%46.27%-
XYZ5.064.417.72-
YUV53.49164.4105.54-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.17%
GREEN value IS 57 (22.66% from 255) = 28.93%
BLUE value IS 118 (46.48% from 255) = 59.90%
R=11.17%
G=28.93%
B=59.90%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal22571180.810.5200.54218.1268.5727.45
Hex1639765134036da451b
Octal26711661216406633210533
Binary1011011100111101101010001110100011011011011010100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163976; }

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

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

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

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

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

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

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

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