Shades of Midnight Express #001144
Tints of Midnight Express #001144
RGB
CMYK
RGB Variations
Color information
#001144 (or 0x001144) is known color: Midnight Express. HEX triplet: 00, 11 and 44. RGB value is (0,17,68). Sum of RGB (Red+Green+Blue) = 0+17+68=85 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 85); Green value is 17 (7.03% from 255 or 20% from 85); Blue value is 68 (26.95% from 255 or 80% from 85); Max value from RGB is 68 - color contains mainly: blue. Hex color #001144 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001144 is #FFEEBB. Grayscale: #111111. Windows color (decimal): -16772796 or 4460800. OLE color: 4460800.
HSL color Cylindrical-coordinate representation of color #001144: hue angle of 225º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001144 is Cyan = 1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 0 | 17 | 68 | - |
| CMYK | 1 | 0.75 | 0 | 0.73 |
| HSL | 225º | 1% | 0.13% | - |
| HSV(B) | 225º | 1% | 0.27% | - |
| XYZ | 1.24 | 0.82 | 5.56 | - |
| YUV | 17.73 | 156.37 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 17 | 68 | 1 | 0.75 | 0 | 0.73 | 225 | 1 | 0.13 |
| Hex | 0 | 11 | 44 | 64 | 4B | 0 | 49 | E1 | 64 | D |
| Octal | 0 | 21 | 104 | 144 | 113 | 0 | 111 | 341 | 144 | 15 |
| Binary | 0 | 10001 | 1000100 | 1100100 | 1001011 | 0 | 1001001 | 11100001 | 1100100 | 1101 |
Color Harmonies of #001144
Complementary color
Monochromatic Colors of #001144
Black with #001144
Text Example
Text Example
White with #001144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001144; }
p { color: rgb(0,17,68); }
H1.HeaderClassName
{
color: #001144;
}
.AnyTagClassName
{
color: #001144;
}
</style>
background-color css
<style>
a { background-color: #001144; }
a { background-color: rgb(0,17,68); }
div.DivClassName
{
background-color: #001144;
}
.BgClassName
{
background-color: #001144;
}
</style>
border-color css
<style>
span { border-color: #001144; }
span { border-color: rgb(0,17,68); }
td.TdClassName
{
border-color: #001144;
}
.TagClassName
{
border-color: #001144;
}
</style>