#160E71

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

Shades of Midnight Blue #160E71

Tints of Midnight Blue #160E71

Color information

#160E71 (or 0x160E71) is unknown color: approx Midnight Blue. HEX triplet: 16, 0E and 71. RGB value is (22,14,113). Sum of RGB (Red+Green+Blue) = 22+14+113=149 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.77% from 149); Green value is 14 (5.86% from 255 or 9.40% from 149); Blue value is 113 (44.53% from 255 or 75.84% from 149); Max value from RGB is 113 - color contains mainly: blue. Hex color #160E71 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160E71 is #E9F18E. Grayscale: #1B1B1B. Windows color (decimal): -15331727 or 7409174. OLE color: 7409174.

HSL color Cylindrical-coordinate representation of color #160E71: hue angle of 244.85º 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 #160E71 is Cyan = 0.81, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2214113-
CMYK0.810.8800.56
HSL244.85º77.95%24.9%-
HSV(B)244.85º87.61%44.31%-
XYZ3.471.6815.76-
YUV27.68176.15123.95-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.77%
GREEN value IS 14 (5.86% from 255) = 9.40%
BLUE value IS 113 (44.53% from 255) = 75.84%
R=14.77%
G=9.40%
B=75.84%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal22141130.810.8800.56244.8577.9524.9
Hex16E715158038f54e19
Octal261616112113007036511631
Binary101101110111000110100011011000011100011110101100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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