Shades of Midnight Blue #112076
Tints of Midnight Blue #112076
RGB
CMYK
RGB Variations
Color information
#112076 (or 0x112076) is known color: Midnight Blue. HEX triplet: 11, 20 and 76. RGB value is (17,32,118). Sum of RGB (Red+Green+Blue) = 17+32+118=167 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.18% from 167); Green value is 32 (12.89% from 255 or 19.16% from 167); Blue value is 118 (46.48% from 255 or 70.66% from 167); Max value from RGB is 118 - color contains mainly: blue. Hex color #112076 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112076 is #EEDF89. Grayscale: #242424. Windows color (decimal): -15654794 or 7741457. OLE color: 7741457.
HSL color Cylindrical-coordinate representation of color #112076: hue angle of 231.09º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #112076 is Cyan = 0.86, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 17 | 32 | 118 | - |
| CMYK | 0.86 | 0.73 | 0 | 0.54 |
| HSL | 231.09º | 0.75% | 0.26% | - |
| HSV(B) | 231.09º | 0.86% | 0.46% | - |
| XYZ | 4.02 | 2.46 | 17.4 | - |
| YUV | 37.32 | 173.53 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 32 | 118 | 0.86 | 0.73 | 0 | 0.54 | 231.09 | 0.75 | 0.26 |
| Hex | 11 | 20 | 76 | 56 | 49 | 0 | 36 | E7 | 4B | 1A |
| Octal | 21 | 40 | 166 | 126 | 111 | 0 | 66 | 347 | 113 | 32 |
| Binary | 10001 | 100000 | 1110110 | 1010110 | 1001001 | 0 | 110110 | 11100111 | 1001011 | 11010 |
Color Harmonies of #112076
Complementary color
Monochromatic Colors of #112076
Black with #112076
Text Example
Text Example
White with #112076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112076; }
p { color: rgb(17,32,118); }
H1.HeaderClassName
{
color: #112076;
}
.AnyTagClassName
{
color: #112076;
}
</style>
background-color css
<style>
a { background-color: #112076; }
a { background-color: rgb(17,32,118); }
div.DivClassName
{
background-color: #112076;
}
.BgClassName
{
background-color: #112076;
}
</style>
border-color css
<style>
span { border-color: #112076; }
span { border-color: rgb(17,32,118); }
td.TdClassName
{
border-color: #112076;
}
.TagClassName
{
border-color: #112076;
}
</style>