Shades of Midnight Blue #16116B
Tints of Midnight Blue #16116B
RGB
CMYK
RGB Variations
Color information
#16116B (or 0x16116B) is known color: Midnight Blue. HEX triplet: 16, 11 and 6B. RGB value is (22,17,107). Sum of RGB (Red+Green+Blue) = 22+17+107=146 (19% of max value = 765). Red value is 22 (8.98% from 255 or 15.07% from 146); Green value is 17 (7.03% from 255 or 11.64% from 146); Blue value is 107 (42.19% from 255 or 73.29% from 146); Max value from RGB is 107 - color contains mainly: blue. Hex color #16116B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16116B is #E9EE94. Grayscale: #1C1C1C. Windows color (decimal): -15330965 or 7016726. OLE color: 7016726.
HSL color Cylindrical-coordinate representation of color #16116B: hue angle of 243.33º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #16116B is Cyan = 0.79, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 22 | 17 | 107 | - |
| CMYK | 0.79 | 0.84 | 0 | 0.58 |
| HSL | 243.33º | 0.73% | 0.24% | - |
| HSV(B) | 243.33º | 0.84% | 0.42% | - |
| XYZ | 3.19 | 1.63 | 14.06 | - |
| YUV | 28.76 | 172.16 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 17 | 107 | 0.79 | 0.84 | 0 | 0.58 | 243.33 | 0.73 | 0.24 |
| Hex | 16 | 11 | 6B | 4F | 54 | 0 | 3A | F3 | 49 | 18 |
| Octal | 26 | 21 | 153 | 117 | 124 | 0 | 72 | 363 | 111 | 30 |
| Binary | 10110 | 10001 | 1101011 | 1001111 | 1010100 | 0 | 111010 | 11110011 | 1001001 | 11000 |
Color Harmonies of #16116B
Complementary color
Monochromatic Colors of #16116B
Black with #16116B
Text Example
Text Example
White with #16116B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16116B; }
p { color: rgb(22,17,107); }
H1.HeaderClassName
{
color: #16116B;
}
.AnyTagClassName
{
color: #16116B;
}
</style>
background-color css
<style>
a { background-color: #16116B; }
a { background-color: rgb(22,17,107); }
div.DivClassName
{
background-color: #16116B;
}
.BgClassName
{
background-color: #16116B;
}
</style>
border-color css
<style>
span { border-color: #16116B; }
span { border-color: rgb(22,17,107); }
td.TdClassName
{
border-color: #16116B;
}
.TagClassName
{
border-color: #16116B;
}
</style>