Shades of Midnight Express #010E42
Tints of Midnight Express #010E42
RGB
CMYK
RGB Variations
Color information
#010E42 (or 0x010E42) is known color: Midnight Express. HEX triplet: 01, 0E and 42. RGB value is (1,14,66). Sum of RGB (Red+Green+Blue) = 1+14+66=81 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.23% from 81); Green value is 14 (5.86% from 255 or 17.28% from 81); Blue value is 66 (26.17% from 255 or 81.48% from 81); Max value from RGB is 66 - color contains mainly: blue. Hex color #010E42 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010E42 is #FEF1BD. Grayscale: #0F0F0F. Windows color (decimal): -16708030 or 4328961. OLE color: 4328961.
HSL color Cylindrical-coordinate representation of color #010E42: hue angle of 228º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #010E42 is Cyan = 0.98, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 1 | 14 | 66 | - |
| CMYK | 0.98 | 0.79 | 0 | 0.74 |
| HSL | 228º | 0.97% | 0.13% | - |
| HSV(B) | 228º | 0.98% | 0.26% | - |
| XYZ | 1.15 | 0.71 | 5.23 | - |
| YUV | 16.04 | 156.19 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 14 | 66 | 0.98 | 0.79 | 0 | 0.74 | 228 | 0.97 | 0.13 |
| Hex | 1 | E | 42 | 62 | 4F | 0 | 4A | E4 | 61 | D |
| Octal | 1 | 16 | 102 | 142 | 117 | 0 | 112 | 344 | 141 | 15 |
| Binary | 1 | 1110 | 1000010 | 1100010 | 1001111 | 0 | 1001010 | 11100100 | 1100001 | 1101 |
Color Harmonies of #010E42
Complementary color
Monochromatic Colors of #010E42
Black with #010E42
Text Example
Text Example
White with #010E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010E42; }
p { color: rgb(1,14,66); }
H1.HeaderClassName
{
color: #010E42;
}
.AnyTagClassName
{
color: #010E42;
}
</style>
background-color css
<style>
a { background-color: #010E42; }
a { background-color: rgb(1,14,66); }
div.DivClassName
{
background-color: #010E42;
}
.BgClassName
{
background-color: #010E42;
}
</style>
border-color css
<style>
span { border-color: #010E42; }
span { border-color: rgb(1,14,66); }
td.TdClassName
{
border-color: #010E42;
}
.TagClassName
{
border-color: #010E42;
}
</style>