Shades of Midnight Express #0A1E47
Tints of Midnight Express #0A1E47
RGB
CMYK
RGB Variations
Color information
#0A1E47 (or 0x0A1E47) is known color: Midnight Express. HEX triplet: 0A, 1E and 47. RGB value is (10,30,71). Sum of RGB (Red+Green+Blue) = 10+30+71=111 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.01% from 111); Green value is 30 (12.11% from 255 or 27.03% from 111); Blue value is 71 (28.12% from 255 or 63.96% from 111); Max value from RGB is 71 - color contains mainly: blue. Hex color #0A1E47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A1E47 is #F5E1B8. Grayscale: #1C1C1C. Windows color (decimal): -16114105 or 4660746. OLE color: 4660746.
HSL color Cylindrical-coordinate representation of color #0A1E47: hue angle of 220.33º 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 #0A1E47 is Cyan = 0.86, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 10 | 30 | 71 | - |
| CMYK | 0.86 | 0.58 | 0 | 0.72 |
| HSL | 220.33º | 0.75% | 0.16% | - |
| HSV(B) | 220.33º | 0.86% | 0.28% | - |
| XYZ | 1.73 | 1.45 | 6.15 | - |
| YUV | 28.69 | 151.87 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 30 | 71 | 0.86 | 0.58 | 0 | 0.72 | 220.33 | 0.75 | 0.16 |
| Hex | A | 1E | 47 | 56 | 3A | 0 | 48 | DC | 4B | 10 |
| Octal | 12 | 36 | 107 | 126 | 72 | 0 | 110 | 334 | 113 | 20 |
| Binary | 1010 | 11110 | 1000111 | 1010110 | 111010 | 0 | 1001000 | 11011100 | 1001011 | 10000 |
Color Harmonies of #0A1E47
Complementary color
Monochromatic Colors of #0A1E47
Black with #0A1E47
Text Example
Text Example
White with #0A1E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1E47; }
p { color: rgb(10,30,71); }
H1.HeaderClassName
{
color: #0A1E47;
}
.AnyTagClassName
{
color: #0A1E47;
}
</style>
background-color css
<style>
a { background-color: #0A1E47; }
a { background-color: rgb(10,30,71); }
div.DivClassName
{
background-color: #0A1E47;
}
.BgClassName
{
background-color: #0A1E47;
}
</style>
border-color css
<style>
span { border-color: #0A1E47; }
span { border-color: rgb(10,30,71); }
td.TdClassName
{
border-color: #0A1E47;
}
.TagClassName
{
border-color: #0A1E47;
}
</style>