#160E70

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

Shades of Midnight Blue #160E70

Tints of Midnight Blue #160E70

Color information

#160E70 (or 0x160E70) is unknown color: approx Midnight Blue. HEX triplet: 16, 0E and 70. RGB value is (22,14,112). Sum of RGB (Red+Green+Blue) = 22+14+112=148 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.86% from 148); Green value is 14 (5.86% from 255 or 9.46% from 148); Blue value is 112 (44.14% from 255 or 75.68% from 148); Max value from RGB is 112 - color contains mainly: blue. Hex color #160E70 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160E70 is #E9F18F. Grayscale: #1B1B1B. Windows color (decimal): -15331728 or 7343638. OLE color: 7343638.

HSL color Cylindrical-coordinate representation of color #160E70: hue angle of 244.9º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #160E70 is Cyan = 0.80, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2214112-
CMYK0.800.8800.56
HSL244.9º77.78%24.71%-
HSV(B)244.9º87.5%43.92%-
XYZ3.411.6515.47-
YUV27.56175.65124.03-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.86%
GREEN value IS 14 (5.86% from 255) = 9.46%
BLUE value IS 112 (44.14% from 255) = 75.68%
R=14.86%
G=9.46%
B=75.68%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal22141120.800.8800.56244.977.7824.71
Hex16E705058038f54e19
Octal261616012013007036511631
Binary101101110111000010100001011000011100011110101100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160E70; }

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

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

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

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

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

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

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

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