Shades of Midnight Blue #160C57
Tints of Midnight Blue #160C57
RGB
CMYK
RGB Variations
Color information
#160C57 (or 0x160C57) is known color: Midnight Blue. HEX triplet: 16, 0C and 57. RGB value is (22,12,87). Sum of RGB (Red+Green+Blue) = 22+12+87=121 (16% of max value = 765). Red value is 22 (8.98% from 255 or 18.18% from 121); Green value is 12 (5.08% from 255 or 9.92% from 121); Blue value is 87 (34.38% from 255 or 71.90% from 121); Max value from RGB is 87 - color contains mainly: blue. Hex color #160C57 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160C57 is #E9F3A8. Grayscale: #171717. Windows color (decimal): -15332265 or 5704726. OLE color: 5704726.
HSL color Cylindrical-coordinate representation of color #160C57: hue angle of 248º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #160C57 is Cyan = 0.75, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 22 | 12 | 87 | - |
| CMYK | 0.75 | 0.86 | 0 | 0.66 |
| HSL | 248º | 0.76% | 0.19% | - |
| HSV(B) | 248º | 0.86% | 0.34% | - |
| XYZ | 2.18 | 1.12 | 9.12 | - |
| YUV | 23.54 | 163.81 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 12 | 87 | 0.75 | 0.86 | 0 | 0.66 | 248 | 0.76 | 0.19 |
| Hex | 16 | C | 57 | 4B | 56 | 0 | 42 | F8 | 4C | 13 |
| Octal | 26 | 14 | 127 | 113 | 126 | 0 | 102 | 370 | 114 | 23 |
| Binary | 10110 | 1100 | 1010111 | 1001011 | 1010110 | 0 | 1000010 | 11111000 | 1001100 | 10011 |
Color Harmonies of #160C57
Complementary color
Monochromatic Colors of #160C57
Black with #160C57
Text Example
Text Example
White with #160C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160C57; }
p { color: rgb(22,12,87); }
H1.HeaderClassName
{
color: #160C57;
}
.AnyTagClassName
{
color: #160C57;
}
</style>
background-color css
<style>
a { background-color: #160C57; }
a { background-color: rgb(22,12,87); }
div.DivClassName
{
background-color: #160C57;
}
.BgClassName
{
background-color: #160C57;
}
</style>
border-color css
<style>
span { border-color: #160C57; }
span { border-color: rgb(22,12,87); }
td.TdClassName
{
border-color: #160C57;
}
.TagClassName
{
border-color: #160C57;
}
</style>