Shades of Midnight Blue #162060
Tints of Midnight Blue #162060
RGB
CMYK
RGB Variations
Color information
#162060 (or 0x162060) is known color: Midnight Blue. HEX triplet: 16, 20 and 60. RGB value is (22,32,96). Sum of RGB (Red+Green+Blue) = 22+32+96=150 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.67% from 150); Green value is 32 (12.89% from 255 or 21.33% from 150); Blue value is 96 (37.89% from 255 or 64% from 150); Max value from RGB is 96 - color contains mainly: blue. Hex color #162060 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162060 is #E9DF9F. Grayscale: #242424. Windows color (decimal): -15327136 or 6299670. OLE color: 6299670.
HSL color Cylindrical-coordinate representation of color #162060: hue angle of 231.89º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #162060 is Cyan = 0.77, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 22 | 32 | 96 | - |
| CMYK | 0.77 | 0.67 | 0 | 0.62 |
| HSL | 231.89º | 0.63% | 0.23% | - |
| HSV(B) | 231.89º | 0.77% | 0.38% | - |
| XYZ | 2.96 | 2.05 | 11.31 | - |
| YUV | 36.31 | 161.69 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 32 | 96 | 0.77 | 0.67 | 0 | 0.62 | 231.89 | 0.63 | 0.23 |
| Hex | 16 | 20 | 60 | 4D | 43 | 0 | 3E | E8 | 3F | 17 |
| Octal | 26 | 40 | 140 | 115 | 103 | 0 | 76 | 350 | 77 | 27 |
| Binary | 10110 | 100000 | 1100000 | 1001101 | 1000011 | 0 | 111110 | 11101000 | 111111 | 10111 |
Color Harmonies of #162060
Complementary color
Monochromatic Colors of #162060
Black with #162060
Text Example
Text Example
White with #162060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162060; }
p { color: rgb(22,32,96); }
H1.HeaderClassName
{
color: #162060;
}
.AnyTagClassName
{
color: #162060;
}
</style>
background-color css
<style>
a { background-color: #162060; }
a { background-color: rgb(22,32,96); }
div.DivClassName
{
background-color: #162060;
}
.BgClassName
{
background-color: #162060;
}
</style>
border-color css
<style>
span { border-color: #162060; }
span { border-color: rgb(22,32,96); }
td.TdClassName
{
border-color: #162060;
}
.TagClassName
{
border-color: #162060;
}
</style>