#160370

Color #160370 Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Blue #160370

Tints of Midnight Blue #160370

Color information

#160370 (or 0x160370) is unknown color: approx Midnight Blue. HEX triplet: 16, 03 and 70. RGB value is (22,3,112). Sum of RGB (Red+Green+Blue) = 22+3+112=137 (18% of max value = 765). Red value is 22 (8.98% from 255 or 16.06% from 137); Green value is 3 (1.56% from 255 or 2.19% from 137); Blue value is 112 (44.14% from 255 or 81.75% from 137); Max value from RGB is 112 - color contains mainly: blue. Hex color #160370 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160370 is #E9FC8F. Grayscale: #141414. Windows color (decimal): -15334544 or 7340822. OLE color: 7340822.

HSL color Cylindrical-coordinate representation of color #160370: hue angle of 250.46º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #160370 is Cyan = 0.80, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB223112-
CMYK0.800.9700.56
HSL250.46º94.78%22.55%-
HSV(B)250.46º97.32%43.92%-
XYZ3.291.4115.43-
YUV21.11179.29128.64-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 16.06%
GREEN value IS 3 (1.56% from 255) = 2.19%
BLUE value IS 112 (44.14% from 255) = 81.75%
R=16.06%
G=2.19%
B=81.75%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2231120.800.9700.56250.4694.7822.55
Hex163705061038fa5f17
Octal26316012014107037213727
Binary1011011111000010100001100001011100011111010101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160370; }

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

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

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

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

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

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

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

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