Shades of Midnight Express #010E45
Tints of Midnight Express #010E45
RGB
CMYK
RGB Variations
Color information
#010E45 (or 0x010E45) is known color: Midnight Express. HEX triplet: 01, 0E and 45. RGB value is (1,14,69). Sum of RGB (Red+Green+Blue) = 1+14+69=84 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.19% from 84); Green value is 14 (5.86% from 255 or 16.67% from 84); Blue value is 69 (27.34% from 255 or 82.14% from 84); Max value from RGB is 69 - color contains mainly: blue. Hex color #010E45 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010E45 is #FEF1BA. Grayscale: #101010. Windows color (decimal): -16708027 or 4525569. OLE color: 4525569.
HSL color Cylindrical-coordinate representation of color #010E45: hue angle of 228.53º 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 #010E45 is Cyan = 0.99, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 1 | 14 | 69 | - |
| CMYK | 0.99 | 0.80 | 0 | 0.73 |
| HSL | 228.53º | 0.97% | 0.14% | - |
| HSV(B) | 228.53º | 0.99% | 0.27% | - |
| XYZ | 1.24 | 0.75 | 5.71 | - |
| YUV | 16.38 | 157.69 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 14 | 69 | 0.99 | 0.80 | 0 | 0.73 | 228.53 | 0.97 | 0.14 |
| Hex | 1 | E | 45 | 63 | 50 | 0 | 49 | E5 | 61 | E |
| Octal | 1 | 16 | 105 | 143 | 120 | 0 | 111 | 345 | 141 | 16 |
| Binary | 1 | 1110 | 1000101 | 1100011 | 1010000 | 0 | 1001001 | 11100101 | 1100001 | 1110 |
Color Harmonies of #010E45
Complementary color
Monochromatic Colors of #010E45
Black with #010E45
Text Example
Text Example
White with #010E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010E45; }
p { color: rgb(1,14,69); }
H1.HeaderClassName
{
color: #010E45;
}
.AnyTagClassName
{
color: #010E45;
}
</style>
background-color css
<style>
a { background-color: #010E45; }
a { background-color: rgb(1,14,69); }
div.DivClassName
{
background-color: #010E45;
}
.BgClassName
{
background-color: #010E45;
}
</style>
border-color css
<style>
span { border-color: #010E45; }
span { border-color: rgb(1,14,69); }
td.TdClassName
{
border-color: #010E45;
}
.TagClassName
{
border-color: #010E45;
}
</style>