Shades of Midnight Express #0A0E47
Tints of Midnight Express #0A0E47
RGB
CMYK
RGB Variations
Color information
#0A0E47 (or 0x0A0E47) is known color: Midnight Express. HEX triplet: 0A, 0E and 47. RGB value is (10,14,71). Sum of RGB (Red+Green+Blue) = 10+14+71=95 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.53% from 95); Green value is 14 (5.86% from 255 or 14.74% from 95); Blue value is 71 (28.12% from 255 or 74.74% from 95); Max value from RGB is 71 - color contains mainly: blue. Hex color #0A0E47 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0E47 is #F5F1B8. Grayscale: #131313. Windows color (decimal): -16118201 or 4656650. OLE color: 4656650.
HSL color Cylindrical-coordinate representation of color #0A0E47: hue angle of 236.07º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A0E47 is Cyan = 0.86, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 10 | 14 | 71 | - |
| CMYK | 0.86 | 0.80 | 0 | 0.72 |
| HSL | 236.07º | 0.75% | 0.16% | - |
| HSV(B) | 236.07º | 0.86% | 0.28% | - |
| XYZ | 1.42 | 0.83 | 6.05 | - |
| YUV | 19.3 | 157.17 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 14 | 71 | 0.86 | 0.80 | 0 | 0.72 | 236.07 | 0.75 | 0.16 |
| Hex | A | E | 47 | 56 | 50 | 0 | 48 | EC | 4B | 10 |
| Octal | 12 | 16 | 107 | 126 | 120 | 0 | 110 | 354 | 113 | 20 |
| Binary | 1010 | 1110 | 1000111 | 1010110 | 1010000 | 0 | 1001000 | 11101100 | 1001011 | 10000 |
Color Harmonies of #0A0E47
Complementary color
Monochromatic Colors of #0A0E47
Black with #0A0E47
Text Example
Text Example
White with #0A0E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0E47; }
p { color: rgb(10,14,71); }
H1.HeaderClassName
{
color: #0A0E47;
}
.AnyTagClassName
{
color: #0A0E47;
}
</style>
background-color css
<style>
a { background-color: #0A0E47; }
a { background-color: rgb(10,14,71); }
div.DivClassName
{
background-color: #0A0E47;
}
.BgClassName
{
background-color: #0A0E47;
}
</style>
border-color css
<style>
span { border-color: #0A0E47; }
span { border-color: rgb(10,14,71); }
td.TdClassName
{
border-color: #0A0E47;
}
.TagClassName
{
border-color: #0A0E47;
}
</style>