Shades of Midnight Express #010E41
Tints of Midnight Express #010E41
RGB
CMYK
RGB Variations
Color information
#010E41 (or 0x010E41) is known color: Midnight Express. HEX triplet: 01, 0E and 41. RGB value is (1,14,65). Sum of RGB (Red+Green+Blue) = 1+14+65=80 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.25% from 80); Green value is 14 (5.86% from 255 or 17.5% from 80); Blue value is 65 (25.78% from 255 or 81.25% from 80); Max value from RGB is 65 - color contains mainly: blue. Hex color #010E41 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010E41 is #FEF1BE. Grayscale: #0F0F0F. Windows color (decimal): -16708031 or 4263425. OLE color: 4263425.
HSL color Cylindrical-coordinate representation of color #010E41: hue angle of 227.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 #010E41 is Cyan = 0.98, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 1 | 14 | 65 | - |
| CMYK | 0.98 | 0.78 | 0 | 0.75 |
| HSL | 227.81º | 0.97% | 0.13% | - |
| HSV(B) | 227.81º | 0.98% | 0.25% | - |
| XYZ | 1.12 | 0.7 | 5.08 | - |
| YUV | 15.93 | 155.69 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 14 | 65 | 0.98 | 0.78 | 0 | 0.75 | 227.81 | 0.97 | 0.13 |
| Hex | 1 | E | 41 | 62 | 4E | 0 | 4B | E4 | 61 | D |
| Octal | 1 | 16 | 101 | 142 | 116 | 0 | 113 | 344 | 141 | 15 |
| Binary | 1 | 1110 | 1000001 | 1100010 | 1001110 | 0 | 1001011 | 11100100 | 1100001 | 1101 |
Color Harmonies of #010E41
Complementary color
Monochromatic Colors of #010E41
Black with #010E41
Text Example
Text Example
White with #010E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010E41; }
p { color: rgb(1,14,65); }
H1.HeaderClassName
{
color: #010E41;
}
.AnyTagClassName
{
color: #010E41;
}
</style>
background-color css
<style>
a { background-color: #010E41; }
a { background-color: rgb(1,14,65); }
div.DivClassName
{
background-color: #010E41;
}
.BgClassName
{
background-color: #010E41;
}
</style>
border-color css
<style>
span { border-color: #010E41; }
span { border-color: rgb(1,14,65); }
td.TdClassName
{
border-color: #010E41;
}
.TagClassName
{
border-color: #010E41;
}
</style>