Shades of Midnight Blue #160460
Tints of Midnight Blue #160460
RGB
CMYK
RGB Variations
Color information
#160460 (or 0x160460) is known color: Midnight Blue. HEX triplet: 16, 04 and 60. RGB value is (22,4,96). Sum of RGB (Red+Green+Blue) = 22+4+96=122 (16% of max value = 765). Red value is 22 (8.98% from 255 or 18.03% from 122); Green value is 4 (1.95% from 255 or 3.28% from 122); Blue value is 96 (37.89% from 255 or 78.69% from 122); Max value from RGB is 96 - color contains mainly: blue. Hex color #160460 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160460 is #E9FB9F. Grayscale: #131313. Windows color (decimal): -15334304 or 6292502. OLE color: 6292502.
HSL color Cylindrical-coordinate representation of color #160460: hue angle of 251.74º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #160460 is Cyan = 0.77, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 22 | 4 | 96 | - |
| CMYK | 0.77 | 0.96 | 0 | 0.62 |
| HSL | 251.74º | 0.92% | 0.2% | - |
| HSV(B) | 251.74º | 0.96% | 0.38% | - |
| XYZ | 2.49 | 1.1 | 11.15 | - |
| YUV | 19.87 | 170.96 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 4 | 96 | 0.77 | 0.96 | 0 | 0.62 | 251.74 | 0.92 | 0.2 |
| Hex | 16 | 4 | 60 | 4D | 60 | 0 | 3E | FC | 5C | 14 |
| Octal | 26 | 4 | 140 | 115 | 140 | 0 | 76 | 374 | 134 | 24 |
| Binary | 10110 | 100 | 1100000 | 1001101 | 1100000 | 0 | 111110 | 11111100 | 1011100 | 10100 |
Color Harmonies of #160460
Complementary color
Monochromatic Colors of #160460
Black with #160460
Text Example
Text Example
White with #160460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160460; }
p { color: rgb(22,4,96); }
H1.HeaderClassName
{
color: #160460;
}
.AnyTagClassName
{
color: #160460;
}
</style>
background-color css
<style>
a { background-color: #160460; }
a { background-color: rgb(22,4,96); }
div.DivClassName
{
background-color: #160460;
}
.BgClassName
{
background-color: #160460;
}
</style>
border-color css
<style>
span { border-color: #160460; }
span { border-color: rgb(22,4,96); }
td.TdClassName
{
border-color: #160460;
}
.TagClassName
{
border-color: #160460;
}
</style>