Shades of Midnight Blue #160459
Tints of Midnight Blue #160459
RGB
CMYK
RGB Variations
Color information
#160459 (or 0x160459) is known color: Midnight Blue. HEX triplet: 16, 04 and 59. RGB value is (22,4,89). Sum of RGB (Red+Green+Blue) = 22+4+89=115 (15% of max value = 765). Red value is 22 (8.98% from 255 or 19.13% from 115); Green value is 4 (1.95% from 255 or 3.48% from 115); Blue value is 89 (35.16% from 255 or 77.39% from 115); Max value from RGB is 89 - color contains mainly: blue. Hex color #160459 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160459 is #E9FBA6. Grayscale: #121212. Windows color (decimal): -15334311 or 5833750. OLE color: 5833750.
HSL color Cylindrical-coordinate representation of color #160459: hue angle of 252.71º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #160459 is Cyan = 0.75, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 22 | 4 | 89 | - |
| CMYK | 0.75 | 0.96 | 0 | 0.65 |
| HSL | 252.71º | 0.91% | 0.18% | - |
| HSV(B) | 252.71º | 0.96% | 0.35% | - |
| XYZ | 2.18 | 0.98 | 9.53 | - |
| YUV | 19.07 | 167.46 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 4 | 89 | 0.75 | 0.96 | 0 | 0.65 | 252.71 | 0.91 | 0.18 |
| Hex | 16 | 4 | 59 | 4B | 60 | 0 | 41 | FD | 5B | 12 |
| Octal | 26 | 4 | 131 | 113 | 140 | 0 | 101 | 375 | 133 | 22 |
| Binary | 10110 | 100 | 1011001 | 1001011 | 1100000 | 0 | 1000001 | 11111101 | 1011011 | 10010 |
Color Harmonies of #160459
Complementary color
Monochromatic Colors of #160459
Black with #160459
Text Example
Text Example
White with #160459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160459; }
p { color: rgb(22,4,89); }
H1.HeaderClassName
{
color: #160459;
}
.AnyTagClassName
{
color: #160459;
}
</style>
background-color css
<style>
a { background-color: #160459; }
a { background-color: rgb(22,4,89); }
div.DivClassName
{
background-color: #160459;
}
.BgClassName
{
background-color: #160459;
}
</style>
border-color css
<style>
span { border-color: #160459; }
span { border-color: rgb(22,4,89); }
td.TdClassName
{
border-color: #160459;
}
.TagClassName
{
border-color: #160459;
}
</style>