Shades of Midnight Blue #16117E
Tints of Midnight Blue #16117E
RGB
CMYK
RGB Variations
Color information
#16117E (or 0x16117E) is known color: Midnight Blue. HEX triplet: 16, 11 and 7E. RGB value is (22,17,126). Sum of RGB (Red+Green+Blue) = 22+17+126=165 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.33% from 165); Green value is 17 (7.03% from 255 or 10.30% from 165); Blue value is 126 (49.61% from 255 or 76.36% from 165); Max value from RGB is 126 - color contains mainly: blue. Hex color #16117E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16117E is #E9EE81. Grayscale: #1E1E1E. Windows color (decimal): -15330946 or 8261910. OLE color: 8261910.
HSL color Cylindrical-coordinate representation of color #16117E: hue angle of 242.75º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #16117E is Cyan = 0.83, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 22 | 17 | 126 | - |
| CMYK | 0.83 | 0.87 | 0 | 0.51 |
| HSL | 242.75º | 0.76% | 0.28% | - |
| HSV(B) | 242.75º | 0.87% | 0.49% | - |
| XYZ | 4.3 | 2.08 | 19.91 | - |
| YUV | 30.92 | 181.66 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 17 | 126 | 0.83 | 0.87 | 0 | 0.51 | 242.75 | 0.76 | 0.28 |
| Hex | 16 | 11 | 7E | 53 | 57 | 0 | 33 | F3 | 4C | 1C |
| Octal | 26 | 21 | 176 | 123 | 127 | 0 | 63 | 363 | 114 | 34 |
| Binary | 10110 | 10001 | 1111110 | 1010011 | 1010111 | 0 | 110011 | 11110011 | 1001100 | 11100 |
Color Harmonies of #16117E
Complementary color
Monochromatic Colors of #16117E
Black with #16117E
Text Example
Text Example
White with #16117E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16117E; }
p { color: rgb(22,17,126); }
H1.HeaderClassName
{
color: #16117E;
}
.AnyTagClassName
{
color: #16117E;
}
</style>
background-color css
<style>
a { background-color: #16117E; }
a { background-color: rgb(22,17,126); }
div.DivClassName
{
background-color: #16117E;
}
.BgClassName
{
background-color: #16117E;
}
</style>
border-color css
<style>
span { border-color: #16117E; }
span { border-color: rgb(22,17,126); }
td.TdClassName
{
border-color: #16117E;
}
.TagClassName
{
border-color: #16117E;
}
</style>