Shades of Midnight Express #011240
Tints of Midnight Express #011240
RGB
CMYK
RGB Variations
Color information
#011240 (or 0x011240) is known color: Midnight Express. HEX triplet: 01, 12 and 40. RGB value is (1,18,64). Sum of RGB (Red+Green+Blue) = 1+18+64=83 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.20% from 83); Green value is 18 (7.42% from 255 or 21.69% from 83); Blue value is 64 (25.39% from 255 or 77.11% from 83); Max value from RGB is 64 - color contains mainly: blue. Hex color #011240 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011240 is #FEEDBF. Grayscale: #111111. Windows color (decimal): -16707008 or 4198913. OLE color: 4198913.
HSL color Cylindrical-coordinate representation of color #011240: hue angle of 223.81º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #011240 is Cyan = 0.98, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 1 | 18 | 64 | - |
| CMYK | 0.98 | 0.72 | 0 | 0.75 |
| HSL | 223.81º | 0.97% | 0.13% | - |
| HSV(B) | 223.81º | 0.98% | 0.25% | - |
| XYZ | 1.15 | 0.81 | 4.95 | - |
| YUV | 18.16 | 153.87 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 18 | 64 | 0.98 | 0.72 | 0 | 0.75 | 223.81 | 0.97 | 0.13 |
| Hex | 1 | 12 | 40 | 62 | 48 | 0 | 4B | E0 | 61 | D |
| Octal | 1 | 22 | 100 | 142 | 110 | 0 | 113 | 340 | 141 | 15 |
| Binary | 1 | 10010 | 1000000 | 1100010 | 1001000 | 0 | 1001011 | 11100000 | 1100001 | 1101 |
Color Harmonies of #011240
Complementary color
Monochromatic Colors of #011240
Black with #011240
Text Example
Text Example
White with #011240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011240; }
p { color: rgb(1,18,64); }
H1.HeaderClassName
{
color: #011240;
}
.AnyTagClassName
{
color: #011240;
}
</style>
background-color css
<style>
a { background-color: #011240; }
a { background-color: rgb(1,18,64); }
div.DivClassName
{
background-color: #011240;
}
.BgClassName
{
background-color: #011240;
}
</style>
border-color css
<style>
span { border-color: #011240; }
span { border-color: rgb(1,18,64); }
td.TdClassName
{
border-color: #011240;
}
.TagClassName
{
border-color: #011240;
}
</style>