Shades of Midnight Express #010E46
Tints of Midnight Express #010E46
RGB
CMYK
RGB Variations
Color information
#010E46 (or 0x010E46) is known color: Midnight Express. HEX triplet: 01, 0E and 46. RGB value is (1,14,70). Sum of RGB (Red+Green+Blue) = 1+14+70=85 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.18% from 85); Green value is 14 (5.86% from 255 or 16.47% from 85); Blue value is 70 (27.73% from 255 or 82.35% from 85); Max value from RGB is 70 - color contains mainly: blue. Hex color #010E46 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010E46 is #FEF1B9. Grayscale: #101010. Windows color (decimal): -16708026 or 4591105. OLE color: 4591105.
HSL color Cylindrical-coordinate representation of color #010E46: hue angle of 228.7º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010E46 is Cyan = 0.99, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 1 | 14 | 70 | - |
| CMYK | 0.99 | 0.80 | 0 | 0.73 |
| HSL | 228.7º | 0.97% | 0.14% | - |
| HSV(B) | 228.7º | 0.99% | 0.27% | - |
| XYZ | 1.28 | 0.76 | 5.87 | - |
| YUV | 16.5 | 158.19 | 116.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 14 | 70 | 0.99 | 0.80 | 0 | 0.73 | 228.7 | 0.97 | 0.14 |
| Hex | 1 | E | 46 | 63 | 50 | 0 | 49 | E5 | 61 | E |
| Octal | 1 | 16 | 106 | 143 | 120 | 0 | 111 | 345 | 141 | 16 |
| Binary | 1 | 1110 | 1000110 | 1100011 | 1010000 | 0 | 1001001 | 11100101 | 1100001 | 1110 |
Color Harmonies of #010E46
Complementary color
Monochromatic Colors of #010E46
Black with #010E46
Text Example
Text Example
White with #010E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010E46; }
p { color: rgb(1,14,70); }
H1.HeaderClassName
{
color: #010E46;
}
.AnyTagClassName
{
color: #010E46;
}
</style>
background-color css
<style>
a { background-color: #010E46; }
a { background-color: rgb(1,14,70); }
div.DivClassName
{
background-color: #010E46;
}
.BgClassName
{
background-color: #010E46;
}
</style>
border-color css
<style>
span { border-color: #010E46; }
span { border-color: rgb(1,14,70); }
td.TdClassName
{
border-color: #010E46;
}
.TagClassName
{
border-color: #010E46;
}
</style>