Shades of Midnight Express #010E43
Tints of Midnight Express #010E43
RGB
CMYK
RGB Variations
Color information
#010E43 (or 0x010E43) is known color: Midnight Express. HEX triplet: 01, 0E and 43. RGB value is (1,14,67). Sum of RGB (Red+Green+Blue) = 1+14+67=82 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.22% from 82); Green value is 14 (5.86% from 255 or 17.07% from 82); Blue value is 67 (26.56% from 255 or 81.71% from 82); Max value from RGB is 67 - color contains mainly: blue. Hex color #010E43 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010E43 is #FEF1BC. Grayscale: #0F0F0F. Windows color (decimal): -16708029 or 4394497. OLE color: 4394497.
HSL color Cylindrical-coordinate representation of color #010E43: hue angle of 228.18º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010E43 is Cyan = 0.99, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 1 | 14 | 67 | - |
| CMYK | 0.99 | 0.79 | 0 | 0.74 |
| HSL | 228.18º | 0.97% | 0.13% | - |
| HSV(B) | 228.18º | 0.99% | 0.26% | - |
| XYZ | 1.18 | 0.73 | 5.39 | - |
| YUV | 16.16 | 156.69 | 117.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 14 | 67 | 0.99 | 0.79 | 0 | 0.74 | 228.18 | 0.97 | 0.13 |
| Hex | 1 | E | 43 | 63 | 4F | 0 | 4A | E4 | 61 | D |
| Octal | 1 | 16 | 103 | 143 | 117 | 0 | 112 | 344 | 141 | 15 |
| Binary | 1 | 1110 | 1000011 | 1100011 | 1001111 | 0 | 1001010 | 11100100 | 1100001 | 1101 |
Color Harmonies of #010E43
Complementary color
Monochromatic Colors of #010E43
Black with #010E43
Text Example
Text Example
White with #010E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010E43; }
p { color: rgb(1,14,67); }
H1.HeaderClassName
{
color: #010E43;
}
.AnyTagClassName
{
color: #010E43;
}
</style>
background-color css
<style>
a { background-color: #010E43; }
a { background-color: rgb(1,14,67); }
div.DivClassName
{
background-color: #010E43;
}
.BgClassName
{
background-color: #010E43;
}
</style>
border-color css
<style>
span { border-color: #010E43; }
span { border-color: rgb(1,14,67); }
td.TdClassName
{
border-color: #010E43;
}
.TagClassName
{
border-color: #010E43;
}
</style>