Shades of Midnight Express #011144
Tints of Midnight Express #011144
RGB
CMYK
RGB Variations
Color information
#011144 (or 0x011144) is known color: Midnight Express. HEX triplet: 01, 11 and 44. RGB value is (1,17,68). Sum of RGB (Red+Green+Blue) = 1+17+68=86 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.16% from 86); Green value is 17 (7.03% from 255 or 19.77% from 86); Blue value is 68 (26.95% from 255 or 79.07% from 86); Max value from RGB is 68 - color contains mainly: blue. Hex color #011144 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011144 is #FEEEBB. Grayscale: #111111. Windows color (decimal): -16707260 or 4460801. OLE color: 4460801.
HSL color Cylindrical-coordinate representation of color #011144: hue angle of 225.67º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011144 is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 1 | 17 | 68 | - |
| CMYK | 0.99 | 0.75 | 0 | 0.73 |
| HSL | 225.67º | 0.97% | 0.14% | - |
| HSV(B) | 225.67º | 0.99% | 0.27% | - |
| XYZ | 1.26 | 0.82 | 5.56 | - |
| YUV | 18.03 | 156.2 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 17 | 68 | 0.99 | 0.75 | 0 | 0.73 | 225.67 | 0.97 | 0.14 |
| Hex | 1 | 11 | 44 | 63 | 4B | 0 | 49 | E2 | 61 | E |
| Octal | 1 | 21 | 104 | 143 | 113 | 0 | 111 | 342 | 141 | 16 |
| Binary | 1 | 10001 | 1000100 | 1100011 | 1001011 | 0 | 1001001 | 11100010 | 1100001 | 1110 |
Color Harmonies of #011144
Complementary color
Monochromatic Colors of #011144
Black with #011144
Text Example
Text Example
White with #011144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011144; }
p { color: rgb(1,17,68); }
H1.HeaderClassName
{
color: #011144;
}
.AnyTagClassName
{
color: #011144;
}
</style>
background-color css
<style>
a { background-color: #011144; }
a { background-color: rgb(1,17,68); }
div.DivClassName
{
background-color: #011144;
}
.BgClassName
{
background-color: #011144;
}
</style>
border-color css
<style>
span { border-color: #011144; }
span { border-color: rgb(1,17,68); }
td.TdClassName
{
border-color: #011144;
}
.TagClassName
{
border-color: #011144;
}
</style>