Shades of Midnight Express #001140
Tints of Midnight Express #001140
RGB
CMYK
RGB Variations
Color information
#001140 (or 0x001140) is known color: Midnight Express. HEX triplet: 00, 11 and 40. RGB value is (0,17,64). Sum of RGB (Red+Green+Blue) = 0+17+64=81 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 81); Green value is 17 (7.03% from 255 or 20.99% from 81); Blue value is 64 (25.39% from 255 or 79.01% from 81); Max value from RGB is 64 - color contains mainly: blue. Hex color #001140 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001140 is #FFEEBF. Grayscale: #111111. Windows color (decimal): -16772800 or 4198656. OLE color: 4198656.
HSL color Cylindrical-coordinate representation of color #001140: hue angle of 224.06º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001140 is Cyan = 1, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 0 | 17 | 64 | - |
| CMYK | 1 | 0.73 | 0 | 0.75 |
| HSL | 224.06º | 1% | 0.13% | - |
| HSV(B) | 224.06º | 1% | 0.25% | - |
| XYZ | 1.13 | 0.77 | 4.94 | - |
| YUV | 17.28 | 154.37 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 17 | 64 | 1 | 0.73 | 0 | 0.75 | 224.06 | 1 | 0.13 |
| Hex | 0 | 11 | 40 | 64 | 49 | 0 | 4B | E0 | 64 | D |
| Octal | 0 | 21 | 100 | 144 | 111 | 0 | 113 | 340 | 144 | 15 |
| Binary | 0 | 10001 | 1000000 | 1100100 | 1001001 | 0 | 1001011 | 11100000 | 1100100 | 1101 |
Color Harmonies of #001140
Complementary color
Monochromatic Colors of #001140
Black with #001140
Text Example
Text Example
White with #001140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001140; }
p { color: rgb(0,17,64); }
H1.HeaderClassName
{
color: #001140;
}
.AnyTagClassName
{
color: #001140;
}
</style>
background-color css
<style>
a { background-color: #001140; }
a { background-color: rgb(0,17,64); }
div.DivClassName
{
background-color: #001140;
}
.BgClassName
{
background-color: #001140;
}
</style>
border-color css
<style>
span { border-color: #001140; }
span { border-color: rgb(0,17,64); }
td.TdClassName
{
border-color: #001140;
}
.TagClassName
{
border-color: #001140;
}
</style>