#163F76

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

Shades of Dark Cerulean #163F76

Tints of Dark Cerulean #163F76

Color information

#163F76 (or 0x163F76) is unknown color: approx Dark Cerulean. HEX triplet: 16, 3F and 76. RGB value is (22,63,118). Sum of RGB (Red+Green+Blue) = 22+63+118=203 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.84% from 203); Green value is 63 (25% from 255 or 31.03% from 203); Blue value is 118 (46.48% from 255 or 58.13% from 203); Max value from RGB is 118 - color contains mainly: blue. Hex color #163F76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163F76 is #E9C089. Grayscale: #383838. Windows color (decimal): -15319178 or 7749398. OLE color: 7749398.

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

Color convert

RGB2263118-
CMYK0.810.4700.54
HSL214.38º68.57%27.45%-
HSV(B)214.38º81.36%46.27%-
XYZ5.385.0317.83-
YUV57.01162.42103.03-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.84%
GREEN value IS 63 (25% from 255) = 31.03%
BLUE value IS 118 (46.48% from 255) = 58.13%
R=10.84%
G=31.03%
B=58.13%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal22631180.810.4700.54214.3868.5727.45
Hex163F76512F036d6451b
Octal26771661215706632610533
Binary1011011111111101101010001101111011011011010110100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163F76; }

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

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

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

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

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

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

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

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