Shades of Midnight Blue #112075
Tints of Midnight Blue #112075
RGB
CMYK
RGB Variations
Color information
#112075 (or 0x112075) is known color: Midnight Blue. HEX triplet: 11, 20 and 75. RGB value is (17,32,117). Sum of RGB (Red+Green+Blue) = 17+32+117=166 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.24% from 166); Green value is 32 (12.89% from 255 or 19.28% from 166); Blue value is 117 (46.09% from 255 or 70.48% from 166); Max value from RGB is 117 - color contains mainly: blue. Hex color #112075 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112075 is #EEDF8A. Grayscale: #242424. Windows color (decimal): -15654795 or 7675921. OLE color: 7675921.
HSL color Cylindrical-coordinate representation of color #112075: hue angle of 231º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #112075 is Cyan = 0.85, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 17 | 32 | 117 | - |
| CMYK | 0.85 | 0.73 | 0 | 0.54 |
| HSL | 231º | 0.75% | 0.26% | - |
| HSV(B) | 231º | 0.85% | 0.46% | - |
| XYZ | 3.96 | 2.44 | 17.09 | - |
| YUV | 37.21 | 173.03 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 32 | 117 | 0.85 | 0.73 | 0 | 0.54 | 231 | 0.75 | 0.26 |
| Hex | 11 | 20 | 75 | 55 | 49 | 0 | 36 | E7 | 4B | 1A |
| Octal | 21 | 40 | 165 | 125 | 111 | 0 | 66 | 347 | 113 | 32 |
| Binary | 10001 | 100000 | 1110101 | 1010101 | 1001001 | 0 | 110110 | 11100111 | 1001011 | 11010 |
Color Harmonies of #112075
Complementary color
Monochromatic Colors of #112075
Black with #112075
Text Example
Text Example
White with #112075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112075; }
p { color: rgb(17,32,117); }
H1.HeaderClassName
{
color: #112075;
}
.AnyTagClassName
{
color: #112075;
}
</style>
background-color css
<style>
a { background-color: #112075; }
a { background-color: rgb(17,32,117); }
div.DivClassName
{
background-color: #112075;
}
.BgClassName
{
background-color: #112075;
}
</style>
border-color css
<style>
span { border-color: #112075; }
span { border-color: rgb(17,32,117); }
td.TdClassName
{
border-color: #112075;
}
.TagClassName
{
border-color: #112075;
}
</style>