Shades of Midnight Blue #16117F
Tints of Midnight Blue #16117F
RGB
CMYK
RGB Variations
Color information
#16117F (or 0x16117F) is known color: Midnight Blue. HEX triplet: 16, 11 and 7F. RGB value is (22,17,127). Sum of RGB (Red+Green+Blue) = 22+17+127=166 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.25% from 166); Green value is 17 (7.03% from 255 or 10.24% from 166); Blue value is 127 (50% from 255 or 76.51% from 166); Max value from RGB is 127 - color contains mainly: blue. Hex color #16117F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16117F is #E9EE80. Grayscale: #1E1E1E. Windows color (decimal): -15330945 or 8327446. OLE color: 8327446.
HSL color Cylindrical-coordinate representation of color #16117F: hue angle of 242.73º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #16117F is Cyan = 0.83, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 22 | 17 | 127 | - |
| CMYK | 0.83 | 0.87 | 0 | 0.50 |
| HSL | 242.73º | 0.76% | 0.28% | - |
| HSV(B) | 242.73º | 0.87% | 0.5% | - |
| XYZ | 4.36 | 2.1 | 20.25 | - |
| YUV | 31.04 | 182.16 | 121.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 17 | 127 | 0.83 | 0.87 | 0 | 0.50 | 242.73 | 0.76 | 0.28 |
| Hex | 16 | 11 | 7F | 53 | 57 | 0 | 32 | F3 | 4C | 1C |
| Octal | 26 | 21 | 177 | 123 | 127 | 0 | 62 | 363 | 114 | 34 |
| Binary | 10110 | 10001 | 1111111 | 1010011 | 1010111 | 0 | 110010 | 11110011 | 1001100 | 11100 |
Color Harmonies of #16117F
Complementary color
Monochromatic Colors of #16117F
Black with #16117F
Text Example
Text Example
White with #16117F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16117F; }
p { color: rgb(22,17,127); }
H1.HeaderClassName
{
color: #16117F;
}
.AnyTagClassName
{
color: #16117F;
}
</style>
background-color css
<style>
a { background-color: #16117F; }
a { background-color: rgb(22,17,127); }
div.DivClassName
{
background-color: #16117F;
}
.BgClassName
{
background-color: #16117F;
}
</style>
border-color css
<style>
span { border-color: #16117F; }
span { border-color: rgb(22,17,127); }
td.TdClassName
{
border-color: #16117F;
}
.TagClassName
{
border-color: #16117F;
}
</style>