Shades of Midnight Express #011241
Tints of Midnight Express #011241
RGB
CMYK
RGB Variations
Color information
#011241 (or 0x011241) is known color: Midnight Express. HEX triplet: 01, 12 and 41. RGB value is (1,18,65). Sum of RGB (Red+Green+Blue) = 1+18+65=84 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.19% from 84); Green value is 18 (7.42% from 255 or 21.43% from 84); Blue value is 65 (25.78% from 255 or 77.38% from 84); Max value from RGB is 65 - color contains mainly: blue. Hex color #011241 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011241 is #FEEDBE. Grayscale: #121212. Windows color (decimal): -16707007 or 4264449. OLE color: 4264449.
HSL color Cylindrical-coordinate representation of color #011241: hue angle of 224.06º 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 #011241 is Cyan = 0.98, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 1 | 18 | 65 | - |
| CMYK | 0.98 | 0.72 | 0 | 0.75 |
| HSL | 224.06º | 0.97% | 0.13% | - |
| HSV(B) | 224.06º | 0.98% | 0.25% | - |
| XYZ | 1.18 | 0.82 | 5.1 | - |
| YUV | 18.28 | 154.37 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 18 | 65 | 0.98 | 0.72 | 0 | 0.75 | 224.06 | 0.97 | 0.13 |
| Hex | 1 | 12 | 41 | 62 | 48 | 0 | 4B | E0 | 61 | D |
| Octal | 1 | 22 | 101 | 142 | 110 | 0 | 113 | 340 | 141 | 15 |
| Binary | 1 | 10010 | 1000001 | 1100010 | 1001000 | 0 | 1001011 | 11100000 | 1100001 | 1101 |
Color Harmonies of #011241
Complementary color
Monochromatic Colors of #011241
Black with #011241
Text Example
Text Example
White with #011241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011241; }
p { color: rgb(1,18,65); }
H1.HeaderClassName
{
color: #011241;
}
.AnyTagClassName
{
color: #011241;
}
</style>
background-color css
<style>
a { background-color: #011241; }
a { background-color: rgb(1,18,65); }
div.DivClassName
{
background-color: #011241;
}
.BgClassName
{
background-color: #011241;
}
</style>
border-color css
<style>
span { border-color: #011241; }
span { border-color: rgb(1,18,65); }
td.TdClassName
{
border-color: #011241;
}
.TagClassName
{
border-color: #011241;
}
</style>