#163776

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

Shades of Dark Cerulean #163776

Tints of Dark Cerulean #163776

Color information

#163776 (or 0x163776) is unknown color: approx Dark Cerulean. HEX triplet: 16, 37 and 76. RGB value is (22,55,118). Sum of RGB (Red+Green+Blue) = 22+55+118=195 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.28% from 195); Green value is 55 (21.88% from 255 or 28.21% from 195); Blue value is 118 (46.48% from 255 or 60.51% from 195); Max value from RGB is 118 - color contains mainly: blue. Hex color #163776 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163776 is #E9C889. Grayscale: #343434. Windows color (decimal): -15321226 or 7747350. OLE color: 7747350.

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

Color convert

RGB2255118-
CMYK0.810.5300.54
HSL219.38º68.57%27.45%-
HSV(B)219.38º81.36%46.27%-
XYZ4.974.2117.69-
YUV52.32165.07106.38-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.28%
GREEN value IS 55 (21.88% from 255) = 28.21%
BLUE value IS 118 (46.48% from 255) = 60.51%
R=11.28%
G=28.21%
B=60.51%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal22551180.810.5300.54219.3868.5727.45
Hex1637765135036db451b
Octal26671661216506633310533
Binary1011011011111101101010001110101011011011011011100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163776; }

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

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

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

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

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

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

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

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