Shades of Midnight Blue #16115F
Tints of Midnight Blue #16115F
RGB
CMYK
RGB Variations
Color information
#16115F (or 0x16115F) is known color: Midnight Blue. HEX triplet: 16, 11 and 5F. RGB value is (22,17,95). Sum of RGB (Red+Green+Blue) = 22+17+95=134 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.42% from 134); Green value is 17 (7.03% from 255 or 12.69% from 134); Blue value is 95 (37.5% from 255 or 70.90% from 134); Max value from RGB is 95 - color contains mainly: blue. Hex color #16115F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16115F is #E9EEA0. Grayscale: #1B1B1B. Windows color (decimal): -15330977 or 6230294. OLE color: 6230294.
HSL color Cylindrical-coordinate representation of color #16115F: hue angle of 243.85º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #16115F is Cyan = 0.77, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 22 | 17 | 95 | - |
| CMYK | 0.77 | 0.82 | 0 | 0.63 |
| HSL | 243.85º | 0.7% | 0.22% | - |
| HSV(B) | 243.85º | 0.82% | 0.37% | - |
| XYZ | 2.6 | 1.4 | 10.96 | - |
| YUV | 27.39 | 166.16 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 17 | 95 | 0.77 | 0.82 | 0 | 0.63 | 243.85 | 0.7 | 0.22 |
| Hex | 16 | 11 | 5F | 4D | 52 | 0 | 3F | F4 | 46 | 16 |
| Octal | 26 | 21 | 137 | 115 | 122 | 0 | 77 | 364 | 106 | 26 |
| Binary | 10110 | 10001 | 1011111 | 1001101 | 1010010 | 0 | 111111 | 11110100 | 1000110 | 10110 |
Color Harmonies of #16115F
Complementary color
Monochromatic Colors of #16115F
Black with #16115F
Text Example
Text Example
White with #16115F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16115F; }
p { color: rgb(22,17,95); }
H1.HeaderClassName
{
color: #16115F;
}
.AnyTagClassName
{
color: #16115F;
}
</style>
background-color css
<style>
a { background-color: #16115F; }
a { background-color: rgb(22,17,95); }
div.DivClassName
{
background-color: #16115F;
}
.BgClassName
{
background-color: #16115F;
}
</style>
border-color css
<style>
span { border-color: #16115F; }
span { border-color: rgb(22,17,95); }
td.TdClassName
{
border-color: #16115F;
}
.TagClassName
{
border-color: #16115F;
}
</style>