#163C76

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

Shades of Dark Cerulean #163C76

Tints of Dark Cerulean #163C76

Color information

#163C76 (or 0x163C76) is unknown color: approx Dark Cerulean. HEX triplet: 16, 3C and 76. RGB value is (22,60,118). Sum of RGB (Red+Green+Blue) = 22+60+118=200 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11% from 200); Green value is 60 (23.83% from 255 or 30% from 200); Blue value is 118 (46.48% from 255 or 59% from 200); Max value from RGB is 118 - color contains mainly: blue. Hex color #163C76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163C76 is #E9C389. Grayscale: #363636. Windows color (decimal): -15319946 or 7748630. OLE color: 7748630.

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

Color convert

RGB2260118-
CMYK0.810.4900.54
HSL216.25º68.57%27.45%-
HSV(B)216.25º81.36%46.27%-
XYZ5.224.7117.77-
YUV55.25163.41104.28-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11%
GREEN value IS 60 (23.83% from 255) = 30%
BLUE value IS 118 (46.48% from 255) = 59%
R=11%
G=30%
B=59%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal22601180.810.4900.54216.2568.5727.45
Hex163C765131036d8451b
Octal26741661216106633010533
Binary1011011110011101101010001110001011011011011000100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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