Shades of Midnight Blue #160F56
Tints of Midnight Blue #160F56
RGB
CMYK
RGB Variations
Color information
#160F56 (or 0x160F56) is known color: Midnight Blue. HEX triplet: 16, 0F and 56. RGB value is (22,15,86). Sum of RGB (Red+Green+Blue) = 22+15+86=123 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.89% from 123); Green value is 15 (6.25% from 255 or 12.20% from 123); Blue value is 86 (33.98% from 255 or 69.92% from 123); Max value from RGB is 86 - color contains mainly: blue. Hex color #160F56 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160F56 is #E9F0A9. Grayscale: #181818. Windows color (decimal): -15331498 or 5639958. OLE color: 5639958.
HSL color Cylindrical-coordinate representation of color #160F56: hue angle of 245.92º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #160F56 is Cyan = 0.74, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 22 | 15 | 86 | - |
| CMYK | 0.74 | 0.83 | 0 | 0.66 |
| HSL | 245.92º | 0.7% | 0.2% | - |
| HSV(B) | 245.92º | 0.83% | 0.34% | - |
| XYZ | 2.18 | 1.18 | 8.92 | - |
| YUV | 25.19 | 162.32 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 15 | 86 | 0.74 | 0.83 | 0 | 0.66 | 245.92 | 0.7 | 0.2 |
| Hex | 16 | F | 56 | 4A | 53 | 0 | 42 | F6 | 46 | 14 |
| Octal | 26 | 17 | 126 | 112 | 123 | 0 | 102 | 366 | 106 | 24 |
| Binary | 10110 | 1111 | 1010110 | 1001010 | 1010011 | 0 | 1000010 | 11110110 | 1000110 | 10100 |
Color Harmonies of #160F56
Complementary color
Monochromatic Colors of #160F56
Black with #160F56
Text Example
Text Example
White with #160F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160F56; }
p { color: rgb(22,15,86); }
H1.HeaderClassName
{
color: #160F56;
}
.AnyTagClassName
{
color: #160F56;
}
</style>
background-color css
<style>
a { background-color: #160F56; }
a { background-color: rgb(22,15,86); }
div.DivClassName
{
background-color: #160F56;
}
.BgClassName
{
background-color: #160F56;
}
</style>
border-color css
<style>
span { border-color: #160F56; }
span { border-color: rgb(22,15,86); }
td.TdClassName
{
border-color: #160F56;
}
.TagClassName
{
border-color: #160F56;
}
</style>