Shades of Midnight Blue #112073
Tints of Midnight Blue #112073
RGB
CMYK
RGB Variations
Color information
#112073 (or 0x112073) is known color: Midnight Blue. HEX triplet: 11, 20 and 73. RGB value is (17,32,115). Sum of RGB (Red+Green+Blue) = 17+32+115=164 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.37% from 164); Green value is 32 (12.89% from 255 or 19.51% from 164); Blue value is 115 (45.31% from 255 or 70.12% from 164); Max value from RGB is 115 - color contains mainly: blue. Hex color #112073 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112073 is #EEDF8C. Grayscale: #242424. Windows color (decimal): -15654797 or 7544849. OLE color: 7544849.
HSL color Cylindrical-coordinate representation of color #112073: hue angle of 230.82º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #112073 is Cyan = 0.85, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 32 | 115 | - |
| CMYK | 0.85 | 0.72 | 0 | 0.55 |
| HSL | 230.82º | 0.74% | 0.26% | - |
| HSV(B) | 230.82º | 0.85% | 0.45% | - |
| XYZ | 3.84 | 2.39 | 16.48 | - |
| YUV | 36.98 | 172.03 | 113.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 32 | 115 | 0.85 | 0.72 | 0 | 0.55 | 230.82 | 0.74 | 0.26 |
| Hex | 11 | 20 | 73 | 55 | 48 | 0 | 37 | E7 | 4A | 1A |
| Octal | 21 | 40 | 163 | 125 | 110 | 0 | 67 | 347 | 112 | 32 |
| Binary | 10001 | 100000 | 1110011 | 1010101 | 1001000 | 0 | 110111 | 11100111 | 1001010 | 11010 |
Color Harmonies of #112073
Complementary color
Monochromatic Colors of #112073
Black with #112073
Text Example
Text Example
White with #112073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112073; }
p { color: rgb(17,32,115); }
H1.HeaderClassName
{
color: #112073;
}
.AnyTagClassName
{
color: #112073;
}
</style>
background-color css
<style>
a { background-color: #112073; }
a { background-color: rgb(17,32,115); }
div.DivClassName
{
background-color: #112073;
}
.BgClassName
{
background-color: #112073;
}
</style>
border-color css
<style>
span { border-color: #112073; }
span { border-color: rgb(17,32,115); }
td.TdClassName
{
border-color: #112073;
}
.TagClassName
{
border-color: #112073;
}
</style>