Shades of Midnight Blue #16015E
Tints of Midnight Blue #16015E
RGB
CMYK
RGB Variations
Color information
#16015E (or 0x16015E) is known color: Midnight Blue. HEX triplet: 16, 01 and 5E. RGB value is (22,1,94). Sum of RGB (Red+Green+Blue) = 22+1+94=117 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.80% from 117); Green value is 1 (0.78% from 255 or 0.85% from 117); Blue value is 94 (37.11% from 255 or 80.34% from 117); Max value from RGB is 94 - color contains mainly: blue. Hex color #16015E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16015E is #E9FEA1. Grayscale: #111111. Windows color (decimal): -15335074 or 6160662. OLE color: 6160662.
HSL color Cylindrical-coordinate representation of color #16015E: hue angle of 253.55º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #16015E is Cyan = 0.77, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 22 | 1 | 94 | - |
| CMYK | 0.77 | 0.99 | 0 | 0.63 |
| HSL | 253.55º | 0.98% | 0.19% | - |
| HSV(B) | 253.55º | 0.99% | 0.37% | - |
| XYZ | 2.36 | 1 | 10.66 | - |
| YUV | 17.88 | 170.96 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 1 | 94 | 0.77 | 0.99 | 0 | 0.63 | 253.55 | 0.98 | 0.19 |
| Hex | 16 | 1 | 5E | 4D | 63 | 0 | 3F | FE | 62 | 13 |
| Octal | 26 | 1 | 136 | 115 | 143 | 0 | 77 | 376 | 142 | 23 |
| Binary | 10110 | 1 | 1011110 | 1001101 | 1100011 | 0 | 111111 | 11111110 | 1100010 | 10011 |
Color Harmonies of #16015E
Complementary color
Monochromatic Colors of #16015E
Black with #16015E
Text Example
Text Example
White with #16015E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16015E; }
p { color: rgb(22,1,94); }
H1.HeaderClassName
{
color: #16015E;
}
.AnyTagClassName
{
color: #16015E;
}
</style>
background-color css
<style>
a { background-color: #16015E; }
a { background-color: rgb(22,1,94); }
div.DivClassName
{
background-color: #16015E;
}
.BgClassName
{
background-color: #16015E;
}
</style>
border-color css
<style>
span { border-color: #16015E; }
span { border-color: rgb(22,1,94); }
td.TdClassName
{
border-color: #16015E;
}
.TagClassName
{
border-color: #16015E;
}
</style>