Shades of Midnight Blue #112586
Tints of Midnight Blue #112586
RGB
CMYK
RGB Variations
Color information
#112586 (or 0x112586) is known color: Midnight Blue. HEX triplet: 11, 25 and 86. RGB value is (17,37,134). Sum of RGB (Red+Green+Blue) = 17+37+134=188 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.04% from 188); Green value is 37 (14.84% from 255 or 19.68% from 188); Blue value is 134 (52.73% from 255 or 71.28% from 188); Max value from RGB is 134 - color contains mainly: blue. Hex color #112586 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112586 is #EEDA79. Grayscale: #292929. Windows color (decimal): -15653498 or 8791313. OLE color: 8791313.
HSL color Cylindrical-coordinate representation of color #112586: hue angle of 229.74º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #112586 is Cyan = 0.87, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 17 | 37 | 134 | - |
| CMYK | 0.87 | 0.72 | 0 | 0.47 |
| HSL | 229.74º | 0.77% | 0.3% | - |
| HSV(B) | 229.74º | 0.87% | 0.53% | - |
| XYZ | 5.2 | 3.16 | 22.89 | - |
| YUV | 42.08 | 179.87 | 110.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 37 | 134 | 0.87 | 0.72 | 0 | 0.47 | 229.74 | 0.77 | 0.3 |
| Hex | 11 | 25 | 86 | 57 | 48 | 0 | 2F | E6 | 4D | 1E |
| Octal | 21 | 45 | 206 | 127 | 110 | 0 | 57 | 346 | 115 | 36 |
| Binary | 10001 | 100101 | 10000110 | 1010111 | 1001000 | 0 | 101111 | 11100110 | 1001101 | 11110 |
Color Harmonies of #112586
Complementary color
Monochromatic Colors of #112586
Black with #112586
Text Example
Text Example
White with #112586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112586; }
p { color: rgb(17,37,134); }
H1.HeaderClassName
{
color: #112586;
}
.AnyTagClassName
{
color: #112586;
}
</style>
background-color css
<style>
a { background-color: #112586; }
a { background-color: rgb(17,37,134); }
div.DivClassName
{
background-color: #112586;
}
.BgClassName
{
background-color: #112586;
}
</style>
border-color css
<style>
span { border-color: #112586; }
span { border-color: rgb(17,37,134); }
td.TdClassName
{
border-color: #112586;
}
.TagClassName
{
border-color: #112586;
}
</style>