#163C70

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

Shades of Dark Cerulean #163C70

Tints of Dark Cerulean #163C70

Color information

#163C70 (or 0x163C70) is unknown color: approx Dark Cerulean. HEX triplet: 16, 3C and 70. RGB value is (22,60,112). Sum of RGB (Red+Green+Blue) = 22+60+112=194 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.34% from 194); Green value is 60 (23.83% from 255 or 30.93% from 194); Blue value is 112 (44.14% from 255 or 57.73% from 194); Max value from RGB is 112 - color contains mainly: blue. Hex color #163C70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163C70 is #E9C38F. Grayscale: #363636. Windows color (decimal): -15319952 or 7355414. OLE color: 7355414.

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

Color convert

RGB2260112-
CMYK0.800.4600.56
HSL214.67º67.16%26.27%-
HSV(B)214.67º80.36%43.92%-
XYZ4.874.5715.95-
YUV54.57160.41104.77-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.34%
GREEN value IS 60 (23.83% from 255) = 30.93%
BLUE value IS 112 (44.14% from 255) = 57.73%
R=11.34%
G=30.93%
B=57.73%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal22601120.800.4600.56214.6767.1626.27
Hex163C70502E038d7431a
Octal26741601205607032710332
Binary1011011110011100001010000101110011100011010111100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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