Shades of Midnight Blue #160A56
Tints of Midnight Blue #160A56
RGB
CMYK
RGB Variations
Color information
#160A56 (or 0x160A56) is known color: Midnight Blue. HEX triplet: 16, 0A and 56. RGB value is (22,10,86). Sum of RGB (Red+Green+Blue) = 22+10+86=118 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.64% from 118); Green value is 10 (4.30% from 255 or 8.47% from 118); Blue value is 86 (33.98% from 255 or 72.88% from 118); Max value from RGB is 86 - color contains mainly: blue. Hex color #160A56 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160A56 is #E9F5A9. Grayscale: #151515. Windows color (decimal): -15332778 or 5638678. OLE color: 5638678.
HSL color Cylindrical-coordinate representation of color #160A56: hue angle of 249.47º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #160A56 is Cyan = 0.74, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 22 | 10 | 86 | - |
| CMYK | 0.74 | 0.88 | 0 | 0.66 |
| HSL | 249.47º | 0.79% | 0.19% | - |
| HSV(B) | 249.47º | 0.88% | 0.34% | - |
| XYZ | 2.12 | 1.06 | 8.9 | - |
| YUV | 22.25 | 163.98 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 10 | 86 | 0.74 | 0.88 | 0 | 0.66 | 249.47 | 0.79 | 0.19 |
| Hex | 16 | A | 56 | 4A | 58 | 0 | 42 | F9 | 4F | 13 |
| Octal | 26 | 12 | 126 | 112 | 130 | 0 | 102 | 371 | 117 | 23 |
| Binary | 10110 | 1010 | 1010110 | 1001010 | 1011000 | 0 | 1000010 | 11111001 | 1001111 | 10011 |
Color Harmonies of #160A56
Complementary color
Monochromatic Colors of #160A56
Black with #160A56
Text Example
Text Example
White with #160A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160A56; }
p { color: rgb(22,10,86); }
H1.HeaderClassName
{
color: #160A56;
}
.AnyTagClassName
{
color: #160A56;
}
</style>
background-color css
<style>
a { background-color: #160A56; }
a { background-color: rgb(22,10,86); }
div.DivClassName
{
background-color: #160A56;
}
.BgClassName
{
background-color: #160A56;
}
</style>
border-color css
<style>
span { border-color: #160A56; }
span { border-color: rgb(22,10,86); }
td.TdClassName
{
border-color: #160A56;
}
.TagClassName
{
border-color: #160A56;
}
</style>