Shades of Midnight Express #011141
Tints of Midnight Express #011141
RGB
CMYK
RGB Variations
Color information
#011141 (or 0x011141) is known color: Midnight Express. HEX triplet: 01, 11 and 41. RGB value is (1,17,65). Sum of RGB (Red+Green+Blue) = 1+17+65=83 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.20% from 83); Green value is 17 (7.03% from 255 or 20.48% from 83); Blue value is 65 (25.78% from 255 or 78.31% from 83); Max value from RGB is 65 - color contains mainly: blue. Hex color #011141 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011141 is #FEEEBE. Grayscale: #111111. Windows color (decimal): -16707263 or 4264193. OLE color: 4264193.
HSL color Cylindrical-coordinate representation of color #011141: hue angle of 225º 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 #011141 is Cyan = 0.98, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 1 | 17 | 65 | - |
| CMYK | 0.98 | 0.74 | 0 | 0.75 |
| HSL | 225º | 0.97% | 0.13% | - |
| HSV(B) | 225º | 0.98% | 0.25% | - |
| XYZ | 1.17 | 0.79 | 5.09 | - |
| YUV | 17.69 | 154.7 | 116.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 17 | 65 | 0.98 | 0.74 | 0 | 0.75 | 225 | 0.97 | 0.13 |
| Hex | 1 | 11 | 41 | 62 | 4A | 0 | 4B | E1 | 61 | D |
| Octal | 1 | 21 | 101 | 142 | 112 | 0 | 113 | 341 | 141 | 15 |
| Binary | 1 | 10001 | 1000001 | 1100010 | 1001010 | 0 | 1001011 | 11100001 | 1100001 | 1101 |
Color Harmonies of #011141
Complementary color
Monochromatic Colors of #011141
Black with #011141
Text Example
Text Example
White with #011141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011141; }
p { color: rgb(1,17,65); }
H1.HeaderClassName
{
color: #011141;
}
.AnyTagClassName
{
color: #011141;
}
</style>
background-color css
<style>
a { background-color: #011141; }
a { background-color: rgb(1,17,65); }
div.DivClassName
{
background-color: #011141;
}
.BgClassName
{
background-color: #011141;
}
</style>
border-color css
<style>
span { border-color: #011141; }
span { border-color: rgb(1,17,65); }
td.TdClassName
{
border-color: #011141;
}
.TagClassName
{
border-color: #011141;
}
</style>