Shades of Midnight Express #112447
Tints of Midnight Express #112447
RGB
CMYK
RGB Variations
Color information
#112447 (or 0x112447) is known color: Midnight Express. HEX triplet: 11, 24 and 47. RGB value is (17,36,71). Sum of RGB (Red+Green+Blue) = 17+36+71=124 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.71% from 124); Green value is 36 (14.45% from 255 or 29.03% from 124); Blue value is 71 (28.12% from 255 or 57.26% from 124); Max value from RGB is 71 - color contains mainly: blue. Hex color #112447 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112447 is #EEDBB8. Grayscale: #222222. Windows color (decimal): -15653817 or 4662289. OLE color: 4662289.
HSL color Cylindrical-coordinate representation of color #112447: hue angle of 218.89º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #112447 is Cyan = 0.76, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 17 | 36 | 71 | - |
| CMYK | 0.76 | 0.49 | 0 | 0.72 |
| HSL | 218.89º | 0.61% | 0.17% | - |
| HSV(B) | 218.89º | 0.76% | 0.28% | - |
| XYZ | 2 | 1.84 | 6.21 | - |
| YUV | 34.31 | 148.71 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 36 | 71 | 0.76 | 0.49 | 0 | 0.72 | 218.89 | 0.61 | 0.17 |
| Hex | 11 | 24 | 47 | 4C | 31 | 0 | 48 | DB | 3D | 11 |
| Octal | 21 | 44 | 107 | 114 | 61 | 0 | 110 | 333 | 75 | 21 |
| Binary | 10001 | 100100 | 1000111 | 1001100 | 110001 | 0 | 1001000 | 11011011 | 111101 | 10001 |
Color Harmonies of #112447
Complementary color
Monochromatic Colors of #112447
Black with #112447
Text Example
Text Example
White with #112447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112447; }
p { color: rgb(17,36,71); }
H1.HeaderClassName
{
color: #112447;
}
.AnyTagClassName
{
color: #112447;
}
</style>
background-color css
<style>
a { background-color: #112447; }
a { background-color: rgb(17,36,71); }
div.DivClassName
{
background-color: #112447;
}
.BgClassName
{
background-color: #112447;
}
</style>
border-color css
<style>
span { border-color: #112447; }
span { border-color: rgb(17,36,71); }
td.TdClassName
{
border-color: #112447;
}
.TagClassName
{
border-color: #112447;
}
</style>