Shades of Midnight Blue #16095E
Tints of Midnight Blue #16095E
RGB
CMYK
RGB Variations
Color information
#16095E (or 0x16095E) is known color: Midnight Blue. HEX triplet: 16, 09 and 5E. RGB value is (22,9,94). Sum of RGB (Red+Green+Blue) = 22+9+94=125 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.6% from 125); Green value is 9 (3.91% from 255 or 7.2% from 125); Blue value is 94 (37.11% from 255 or 75.2% from 125); Max value from RGB is 94 - color contains mainly: blue. Hex color #16095E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16095E is #E9F6A1. Grayscale: #161616. Windows color (decimal): -15333026 or 6162710. OLE color: 6162710.
HSL color Cylindrical-coordinate representation of color #16095E: hue angle of 249.18º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16095E is Cyan = 0.77, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 22 | 9 | 94 | - |
| CMYK | 0.77 | 0.90 | 0 | 0.63 |
| HSL | 249.18º | 0.83% | 0.2% | - |
| HSV(B) | 249.18º | 0.9% | 0.37% | - |
| XYZ | 2.45 | 1.17 | 10.69 | - |
| YUV | 22.58 | 168.31 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 9 | 94 | 0.77 | 0.90 | 0 | 0.63 | 249.18 | 0.83 | 0.2 |
| Hex | 16 | 9 | 5E | 4D | 5A | 0 | 3F | F9 | 53 | 14 |
| Octal | 26 | 11 | 136 | 115 | 132 | 0 | 77 | 371 | 123 | 24 |
| Binary | 10110 | 1001 | 1011110 | 1001101 | 1011010 | 0 | 111111 | 11111001 | 1010011 | 10100 |
Color Harmonies of #16095E
Complementary color
Monochromatic Colors of #16095E
Black with #16095E
Text Example
Text Example
White with #16095E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16095E; }
p { color: rgb(22,9,94); }
H1.HeaderClassName
{
color: #16095E;
}
.AnyTagClassName
{
color: #16095E;
}
</style>
background-color css
<style>
a { background-color: #16095E; }
a { background-color: rgb(22,9,94); }
div.DivClassName
{
background-color: #16095E;
}
.BgClassName
{
background-color: #16095E;
}
</style>
border-color css
<style>
span { border-color: #16095E; }
span { border-color: rgb(22,9,94); }
td.TdClassName
{
border-color: #16095E;
}
.TagClassName
{
border-color: #16095E;
}
</style>