Shades of Midnight Express #112040
Tints of Midnight Express #112040
RGB
CMYK
RGB Variations
Color information
#112040 (or 0x112040) is known color: Midnight Express. HEX triplet: 11, 20 and 40. RGB value is (17,32,64). Sum of RGB (Red+Green+Blue) = 17+32+64=113 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.04% from 113); Green value is 32 (12.89% from 255 or 28.32% from 113); Blue value is 64 (25.39% from 255 or 56.64% from 113); Max value from RGB is 64 - color contains mainly: blue. Hex color #112040 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112040 is #EEDFBF. Grayscale: #1F1F1F. Windows color (decimal): -15654848 or 4202513. OLE color: 4202513.
HSL color Cylindrical-coordinate representation of color #112040: hue angle of 220.85º degrees, saturation: 0.58, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #112040 is Cyan = 0.73, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 17 | 32 | 64 | - |
| CMYK | 0.73 | 0.50 | 0 | 0.75 |
| HSL | 220.85º | 0.58% | 0.16% | - |
| HSV(B) | 220.85º | 0.73% | 0.25% | - |
| XYZ | 1.67 | 1.52 | 5.06 | - |
| YUV | 31.16 | 146.53 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 32 | 64 | 0.73 | 0.50 | 0 | 0.75 | 220.85 | 0.58 | 0.16 |
| Hex | 11 | 20 | 40 | 49 | 32 | 0 | 4B | DD | 3A | 10 |
| Octal | 21 | 40 | 100 | 111 | 62 | 0 | 113 | 335 | 72 | 20 |
| Binary | 10001 | 100000 | 1000000 | 1001001 | 110010 | 0 | 1001011 | 11011101 | 111010 | 10000 |
Color Harmonies of #112040
Complementary color
Monochromatic Colors of #112040
Black with #112040
Text Example
Text Example
White with #112040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112040; }
p { color: rgb(17,32,64); }
H1.HeaderClassName
{
color: #112040;
}
.AnyTagClassName
{
color: #112040;
}
</style>
background-color css
<style>
a { background-color: #112040; }
a { background-color: rgb(17,32,64); }
div.DivClassName
{
background-color: #112040;
}
.BgClassName
{
background-color: #112040;
}
</style>
border-color css
<style>
span { border-color: #112040; }
span { border-color: rgb(17,32,64); }
td.TdClassName
{
border-color: #112040;
}
.TagClassName
{
border-color: #112040;
}
</style>