#160E5B

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

Shades of Midnight Blue #160E5B

Tints of Midnight Blue #160E5B

Color information

#160E5B (or 0x160E5B) is unknown color: approx Midnight Blue. HEX triplet: 16, 0E and 5B. RGB value is (22,14,91). Sum of RGB (Red+Green+Blue) = 22+14+91=127 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.32% from 127); Green value is 14 (5.86% from 255 or 11.02% from 127); Blue value is 91 (35.94% from 255 or 71.65% from 127); Max value from RGB is 91 - color contains mainly: blue. Hex color #160E5B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160E5B is #E9F1A4. Grayscale: #181818. Windows color (decimal): -15331749 or 5967382. OLE color: 5967382.

HSL color Cylindrical-coordinate representation of color #160E5B: hue angle of 246.23º degrees, saturation: 0.73, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #160E5B is Cyan = 0.76, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB221491-
CMYK0.760.8500.64
HSL246.23º73.33%20.59%-
HSV(B)246.23º84.62%35.69%-
XYZ2.381.2410.01-
YUV25.17165.15125.74-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 17.32%
GREEN value IS 14 (5.86% from 255) = 11.02%
BLUE value IS 91 (35.94% from 255) = 71.65%
R=17.32%
G=11.02%
B=71.65%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2214910.760.8500.64246.2373.3320.59
Hex16E5B4C55040f64915
Octal2616133114125010036611125
Binary1011011101011011100110010101010100000011110110100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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