Shades of Midnight Express #111444
Tints of Midnight Express #111444
RGB
CMYK
RGB Variations
Color information
#111444 (or 0x111444) is known color: Midnight Express. HEX triplet: 11, 14 and 44. RGB value is (17,20,68). Sum of RGB (Red+Green+Blue) = 17+20+68=105 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.19% from 105); Green value is 20 (8.20% from 255 or 19.05% from 105); Blue value is 68 (26.95% from 255 or 64.76% from 105); Max value from RGB is 68 - color contains mainly: blue. Hex color #111444 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111444 is #EEEBBB. Grayscale: #181818. Windows color (decimal): -15657916 or 4461585. OLE color: 4461585.
HSL color Cylindrical-coordinate representation of color #111444: hue angle of 236.47º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #111444 is Cyan = 0.75, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 17 | 20 | 68 | - |
| CMYK | 0.75 | 0.71 | 0 | 0.73 |
| HSL | 236.47º | 0.6% | 0.17% | - |
| HSV(B) | 236.47º | 0.75% | 0.27% | - |
| XYZ | 1.52 | 1.04 | 5.59 | - |
| YUV | 24.58 | 152.51 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 20 | 68 | 0.75 | 0.71 | 0 | 0.73 | 236.47 | 0.6 | 0.17 |
| Hex | 11 | 14 | 44 | 4B | 47 | 0 | 49 | EC | 3C | 11 |
| Octal | 21 | 24 | 104 | 113 | 107 | 0 | 111 | 354 | 74 | 21 |
| Binary | 10001 | 10100 | 1000100 | 1001011 | 1000111 | 0 | 1001001 | 11101100 | 111100 | 10001 |
Color Harmonies of #111444
Complementary color
Monochromatic Colors of #111444
Black with #111444
Text Example
Text Example
White with #111444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111444; }
p { color: rgb(17,20,68); }
H1.HeaderClassName
{
color: #111444;
}
.AnyTagClassName
{
color: #111444;
}
</style>
background-color css
<style>
a { background-color: #111444; }
a { background-color: rgb(17,20,68); }
div.DivClassName
{
background-color: #111444;
}
.BgClassName
{
background-color: #111444;
}
</style>
border-color css
<style>
span { border-color: #111444; }
span { border-color: rgb(17,20,68); }
td.TdClassName
{
border-color: #111444;
}
.TagClassName
{
border-color: #111444;
}
</style>