Shades of Midnight Express #011440
Tints of Midnight Express #011440
RGB
CMYK
RGB Variations
Color information
#011440 (or 0x011440) is known color: Midnight Express. HEX triplet: 01, 14 and 40. RGB value is (1,20,64). Sum of RGB (Red+Green+Blue) = 1+20+64=85 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.18% from 85); Green value is 20 (8.20% from 255 or 23.53% from 85); Blue value is 64 (25.39% from 255 or 75.29% from 85); Max value from RGB is 64 - color contains mainly: blue. Hex color #011440 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011440 is #FEEBBF. Grayscale: #131313. Windows color (decimal): -16706496 or 4199425. OLE color: 4199425.
HSL color Cylindrical-coordinate representation of color #011440: hue angle of 221.9º 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 #011440 is Cyan = 0.98, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 1 | 20 | 64 | - |
| CMYK | 0.98 | 0.69 | 0 | 0.75 |
| HSL | 221.9º | 0.97% | 0.13% | - |
| HSV(B) | 221.9º | 0.98% | 0.25% | - |
| XYZ | 1.19 | 0.88 | 4.96 | - |
| YUV | 19.34 | 153.21 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 20 | 64 | 0.98 | 0.69 | 0 | 0.75 | 221.9 | 0.97 | 0.13 |
| Hex | 1 | 14 | 40 | 62 | 45 | 0 | 4B | DE | 61 | D |
| Octal | 1 | 24 | 100 | 142 | 105 | 0 | 113 | 336 | 141 | 15 |
| Binary | 1 | 10100 | 1000000 | 1100010 | 1000101 | 0 | 1001011 | 11011110 | 1100001 | 1101 |
Color Harmonies of #011440
Complementary color
Monochromatic Colors of #011440
Black with #011440
Text Example
Text Example
White with #011440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011440; }
p { color: rgb(1,20,64); }
H1.HeaderClassName
{
color: #011440;
}
.AnyTagClassName
{
color: #011440;
}
</style>
background-color css
<style>
a { background-color: #011440; }
a { background-color: rgb(1,20,64); }
div.DivClassName
{
background-color: #011440;
}
.BgClassName
{
background-color: #011440;
}
</style>
border-color css
<style>
span { border-color: #011440; }
span { border-color: rgb(1,20,64); }
td.TdClassName
{
border-color: #011440;
}
.TagClassName
{
border-color: #011440;
}
</style>