Shades of Midnight Blue #160F57
Tints of Midnight Blue #160F57
RGB
CMYK
RGB Variations
Color information
#160F57 (or 0x160F57) is known color: Midnight Blue. HEX triplet: 16, 0F and 57. RGB value is (22,15,87). Sum of RGB (Red+Green+Blue) = 22+15+87=124 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.74% from 124); Green value is 15 (6.25% from 255 or 12.10% from 124); Blue value is 87 (34.38% from 255 or 70.16% from 124); Max value from RGB is 87 - color contains mainly: blue. Hex color #160F57 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160F57 is #E9F0A8. Grayscale: #191919. Windows color (decimal): -15331497 or 5705494. OLE color: 5705494.
HSL color Cylindrical-coordinate representation of color #160F57: hue angle of 245.83º degrees, saturation: 0.71, 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 #160F57 is Cyan = 0.75, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 22 | 15 | 87 | - |
| CMYK | 0.75 | 0.83 | 0 | 0.66 |
| HSL | 245.83º | 0.71% | 0.2% | - |
| HSV(B) | 245.83º | 0.83% | 0.34% | - |
| XYZ | 2.22 | 1.2 | 9.13 | - |
| YUV | 25.3 | 162.82 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 15 | 87 | 0.75 | 0.83 | 0 | 0.66 | 245.83 | 0.71 | 0.2 |
| Hex | 16 | F | 57 | 4B | 53 | 0 | 42 | F6 | 47 | 14 |
| Octal | 26 | 17 | 127 | 113 | 123 | 0 | 102 | 366 | 107 | 24 |
| Binary | 10110 | 1111 | 1010111 | 1001011 | 1010011 | 0 | 1000010 | 11110110 | 1000111 | 10100 |
Color Harmonies of #160F57
Complementary color
Monochromatic Colors of #160F57
Black with #160F57
Text Example
Text Example
White with #160F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160F57; }
p { color: rgb(22,15,87); }
H1.HeaderClassName
{
color: #160F57;
}
.AnyTagClassName
{
color: #160F57;
}
</style>
background-color css
<style>
a { background-color: #160F57; }
a { background-color: rgb(22,15,87); }
div.DivClassName
{
background-color: #160F57;
}
.BgClassName
{
background-color: #160F57;
}
</style>
border-color css
<style>
span { border-color: #160F57; }
span { border-color: rgb(22,15,87); }
td.TdClassName
{
border-color: #160F57;
}
.TagClassName
{
border-color: #160F57;
}
</style>