Shades of Midnight Express #111446
Tints of Midnight Express #111446
RGB
CMYK
RGB Variations
Color information
#111446 (or 0x111446) is known color: Midnight Express. HEX triplet: 11, 14 and 46. RGB value is (17,20,70). Sum of RGB (Red+Green+Blue) = 17+20+70=107 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.89% from 107); Green value is 20 (8.20% from 255 or 18.69% from 107); Blue value is 70 (27.73% from 255 or 65.42% from 107); Max value from RGB is 70 - color contains mainly: blue. Hex color #111446 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111446 is #EEEBB9. Grayscale: #181818. Windows color (decimal): -15657914 or 4592657. OLE color: 4592657.
HSL color Cylindrical-coordinate representation of color #111446: hue angle of 236.6º 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 #111446 is Cyan = 0.76, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 17 | 20 | 70 | - |
| CMYK | 0.76 | 0.71 | 0 | 0.73 |
| HSL | 236.6º | 0.61% | 0.17% | - |
| HSV(B) | 236.6º | 0.76% | 0.27% | - |
| XYZ | 1.59 | 1.06 | 5.92 | - |
| YUV | 24.8 | 153.51 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 20 | 70 | 0.76 | 0.71 | 0 | 0.73 | 236.6 | 0.61 | 0.17 |
| Hex | 11 | 14 | 46 | 4C | 47 | 0 | 49 | ED | 3D | 11 |
| Octal | 21 | 24 | 106 | 114 | 107 | 0 | 111 | 355 | 75 | 21 |
| Binary | 10001 | 10100 | 1000110 | 1001100 | 1000111 | 0 | 1001001 | 11101101 | 111101 | 10001 |
Color Harmonies of #111446
Complementary color
Monochromatic Colors of #111446
Black with #111446
Text Example
Text Example
White with #111446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111446; }
p { color: rgb(17,20,70); }
H1.HeaderClassName
{
color: #111446;
}
.AnyTagClassName
{
color: #111446;
}
</style>
background-color css
<style>
a { background-color: #111446; }
a { background-color: rgb(17,20,70); }
div.DivClassName
{
background-color: #111446;
}
.BgClassName
{
background-color: #111446;
}
</style>
border-color css
<style>
span { border-color: #111446; }
span { border-color: rgb(17,20,70); }
td.TdClassName
{
border-color: #111446;
}
.TagClassName
{
border-color: #111446;
}
</style>