#163C71

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

Shades of Dark Cerulean #163C71

Tints of Dark Cerulean #163C71

Color information

#163C71 (or 0x163C71) is unknown color: approx Dark Cerulean. HEX triplet: 16, 3C and 71. RGB value is (22,60,113). Sum of RGB (Red+Green+Blue) = 22+60+113=195 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.28% from 195); Green value is 60 (23.83% from 255 or 30.77% from 195); Blue value is 113 (44.53% from 255 or 57.95% from 195); Max value from RGB is 113 - color contains mainly: blue. Hex color #163C71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163C71 is #E9C38E. Grayscale: #363636. Windows color (decimal): -15319951 or 7420950. OLE color: 7420950.

HSL color Cylindrical-coordinate representation of color #163C71: hue angle of 214.95º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #163C71 is Cyan = 0.81, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2260113-
CMYK0.810.4700.56
HSL214.95º67.41%26.47%-
HSV(B)214.95º80.53%44.31%-
XYZ4.934.5916.25-
YUV54.68160.91104.69-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.28%
GREEN value IS 60 (23.83% from 255) = 30.77%
BLUE value IS 113 (44.53% from 255) = 57.95%
R=11.28%
G=30.77%
B=57.95%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal22601130.810.4700.56214.9567.4126.47
Hex163C71512F038d7431a
Octal26741611215707032710332
Binary1011011110011100011010001101111011100011010111100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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