Shades of Midnight Blue #160062
Tints of Midnight Blue #160062
RGB
CMYK
RGB Variations
Color information
#160062 (or 0x160062) is known color: Midnight Blue. HEX triplet: 16, 00 and 62. RGB value is (22,0,98). Sum of RGB (Red+Green+Blue) = 22+0+98=120 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.33% from 120); Green value is 0 (0.39% from 255 or 0% from 120); Blue value is 98 (38.67% from 255 or 81.67% from 120); Max value from RGB is 98 - color contains mainly: blue. Hex color #160062 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160062 is #E9FF9D. Grayscale: #111111. Windows color (decimal): -15335326 or 6422550. OLE color: 6422550.
HSL color Cylindrical-coordinate representation of color #160062: hue angle of 253.47º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #160062 is Cyan = 0.78, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 22 | 0 | 98 | - |
| CMYK | 0.78 | 1 | 0 | 0.62 |
| HSL | 253.47º | 1% | 0.19% | - |
| HSV(B) | 253.47º | 1% | 0.38% | - |
| XYZ | 2.54 | 1.05 | 11.62 | - |
| YUV | 17.75 | 173.29 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 0 | 98 | 0.78 | 1 | 0 | 0.62 | 253.47 | 1 | 0.19 |
| Hex | 16 | 0 | 62 | 4E | 64 | 0 | 3E | FD | 64 | 13 |
| Octal | 26 | 0 | 142 | 116 | 144 | 0 | 76 | 375 | 144 | 23 |
| Binary | 10110 | 0 | 1100010 | 1001110 | 1100100 | 0 | 111110 | 11111101 | 1100100 | 10011 |
Color Harmonies of #160062
Complementary color
Monochromatic Colors of #160062
Black with #160062
Text Example
Text Example
White with #160062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160062; }
p { color: rgb(22,0,98); }
H1.HeaderClassName
{
color: #160062;
}
.AnyTagClassName
{
color: #160062;
}
</style>
background-color css
<style>
a { background-color: #160062; }
a { background-color: rgb(22,0,98); }
div.DivClassName
{
background-color: #160062;
}
.BgClassName
{
background-color: #160062;
}
</style>
border-color css
<style>
span { border-color: #160062; }
span { border-color: rgb(22,0,98); }
td.TdClassName
{
border-color: #160062;
}
.TagClassName
{
border-color: #160062;
}
</style>