Shades of Midnight Express #112446
Tints of Midnight Express #112446
RGB
CMYK
RGB Variations
Color information
#112446 (or 0x112446) is known color: Midnight Express. HEX triplet: 11, 24 and 46. RGB value is (17,36,70). Sum of RGB (Red+Green+Blue) = 17+36+70=123 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.82% from 123); Green value is 36 (14.45% from 255 or 29.27% from 123); Blue value is 70 (27.73% from 255 or 56.91% from 123); Max value from RGB is 70 - color contains mainly: blue. Hex color #112446 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112446 is #EEDBB9. Grayscale: #222222. Windows color (decimal): -15653818 or 4596753. OLE color: 4596753.
HSL color Cylindrical-coordinate representation of color #112446: hue angle of 218.49º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #112446 is Cyan = 0.76, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 17 | 36 | 70 | - |
| CMYK | 0.76 | 0.49 | 0 | 0.73 |
| HSL | 218.49º | 0.61% | 0.17% | - |
| HSV(B) | 218.49º | 0.76% | 0.27% | - |
| XYZ | 1.97 | 1.82 | 6.04 | - |
| YUV | 34.2 | 148.21 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 36 | 70 | 0.76 | 0.49 | 0 | 0.73 | 218.49 | 0.61 | 0.17 |
| Hex | 11 | 24 | 46 | 4C | 31 | 0 | 49 | DA | 3D | 11 |
| Octal | 21 | 44 | 106 | 114 | 61 | 0 | 111 | 332 | 75 | 21 |
| Binary | 10001 | 100100 | 1000110 | 1001100 | 110001 | 0 | 1001001 | 11011010 | 111101 | 10001 |
Color Harmonies of #112446
Complementary color
Monochromatic Colors of #112446
Black with #112446
Text Example
Text Example
White with #112446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112446; }
p { color: rgb(17,36,70); }
H1.HeaderClassName
{
color: #112446;
}
.AnyTagClassName
{
color: #112446;
}
</style>
background-color css
<style>
a { background-color: #112446; }
a { background-color: rgb(17,36,70); }
div.DivClassName
{
background-color: #112446;
}
.BgClassName
{
background-color: #112446;
}
</style>
border-color css
<style>
span { border-color: #112446; }
span { border-color: rgb(17,36,70); }
td.TdClassName
{
border-color: #112446;
}
.TagClassName
{
border-color: #112446;
}
</style>