Shades of Midnight Blue #160558
Tints of Midnight Blue #160558
RGB
CMYK
RGB Variations
Color information
#160558 (or 0x160558) is known color: Midnight Blue. HEX triplet: 16, 05 and 58. RGB value is (22,5,88). Sum of RGB (Red+Green+Blue) = 22+5+88=115 (15% of max value = 765). Red value is 22 (8.98% from 255 or 19.13% from 115); Green value is 5 (2.34% from 255 or 4.35% from 115); Blue value is 88 (34.77% from 255 or 76.52% from 115); Max value from RGB is 88 - color contains mainly: blue. Hex color #160558 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160558 is #E9FAA7. Grayscale: #131313. Windows color (decimal): -15334056 or 5768470. OLE color: 5768470.
HSL color Cylindrical-coordinate representation of color #160558: hue angle of 252.29º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #160558 is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 22 | 5 | 88 | - |
| CMYK | 0.75 | 0.94 | 0 | 0.65 |
| HSL | 252.29º | 0.89% | 0.18% | - |
| HSV(B) | 252.29º | 0.94% | 0.35% | - |
| XYZ | 2.15 | 0.98 | 9.31 | - |
| YUV | 19.55 | 166.63 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 5 | 88 | 0.75 | 0.94 | 0 | 0.65 | 252.29 | 0.89 | 0.18 |
| Hex | 16 | 5 | 58 | 4B | 5E | 0 | 41 | FC | 59 | 12 |
| Octal | 26 | 5 | 130 | 113 | 136 | 0 | 101 | 374 | 131 | 22 |
| Binary | 10110 | 101 | 1011000 | 1001011 | 1011110 | 0 | 1000001 | 11111100 | 1011001 | 10010 |
Color Harmonies of #160558
Complementary color
Monochromatic Colors of #160558
Black with #160558
Text Example
Text Example
White with #160558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160558; }
p { color: rgb(22,5,88); }
H1.HeaderClassName
{
color: #160558;
}
.AnyTagClassName
{
color: #160558;
}
</style>
background-color css
<style>
a { background-color: #160558; }
a { background-color: rgb(22,5,88); }
div.DivClassName
{
background-color: #160558;
}
.BgClassName
{
background-color: #160558;
}
</style>
border-color css
<style>
span { border-color: #160558; }
span { border-color: rgb(22,5,88); }
td.TdClassName
{
border-color: #160558;
}
.TagClassName
{
border-color: #160558;
}
</style>