Shades of Midnight Express #112247
Tints of Midnight Express #112247
RGB
CMYK
RGB Variations
Color information
#112247 (or 0x112247) is known color: Midnight Express. HEX triplet: 11, 22 and 47. RGB value is (17,34,71). Sum of RGB (Red+Green+Blue) = 17+34+71=122 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.93% from 122); Green value is 34 (13.67% from 255 or 27.87% from 122); Blue value is 71 (28.12% from 255 or 58.20% from 122); Max value from RGB is 71 - color contains mainly: blue. Hex color #112247 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112247 is #EEDDB8. Grayscale: #202020. Windows color (decimal): -15654329 or 4661777. OLE color: 4661777.
HSL color Cylindrical-coordinate representation of color #112247: hue angle of 221.11º 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 #112247 is Cyan = 0.76, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 17 | 34 | 71 | - |
| CMYK | 0.76 | 0.52 | 0 | 0.72 |
| HSL | 221.11º | 0.61% | 0.17% | - |
| HSV(B) | 221.11º | 0.76% | 0.28% | - |
| XYZ | 1.94 | 1.72 | 6.19 | - |
| YUV | 33.14 | 149.37 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 34 | 71 | 0.76 | 0.52 | 0 | 0.72 | 221.11 | 0.61 | 0.17 |
| Hex | 11 | 22 | 47 | 4C | 34 | 0 | 48 | DD | 3D | 11 |
| Octal | 21 | 42 | 107 | 114 | 64 | 0 | 110 | 335 | 75 | 21 |
| Binary | 10001 | 100010 | 1000111 | 1001100 | 110100 | 0 | 1001000 | 11011101 | 111101 | 10001 |
Color Harmonies of #112247
Complementary color
Monochromatic Colors of #112247
Black with #112247
Text Example
Text Example
White with #112247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112247; }
p { color: rgb(17,34,71); }
H1.HeaderClassName
{
color: #112247;
}
.AnyTagClassName
{
color: #112247;
}
</style>
background-color css
<style>
a { background-color: #112247; }
a { background-color: rgb(17,34,71); }
div.DivClassName
{
background-color: #112247;
}
.BgClassName
{
background-color: #112247;
}
</style>
border-color css
<style>
span { border-color: #112247; }
span { border-color: rgb(17,34,71); }
td.TdClassName
{
border-color: #112247;
}
.TagClassName
{
border-color: #112247;
}
</style>