Shades of Midnight Express #0A1847
Tints of Midnight Express #0A1847
RGB
CMYK
RGB Variations
Color information
#0A1847 (or 0x0A1847) is known color: Midnight Express. HEX triplet: 0A, 18 and 47. RGB value is (10,24,71). Sum of RGB (Red+Green+Blue) = 10+24+71=105 (13% of max value = 765). Red value is 10 (4.30% from 255 or 9.52% from 105); Green value is 24 (9.77% from 255 or 22.86% from 105); Blue value is 71 (28.12% from 255 or 67.62% from 105); Max value from RGB is 71 - color contains mainly: blue. Hex color #0A1847 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A1847 is #F5E7B8. Grayscale: #181818. Windows color (decimal): -16115641 or 4659210. OLE color: 4659210.
HSL color Cylindrical-coordinate representation of color #0A1847: hue angle of 226.23º 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 #0A1847 is Cyan = 0.86, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 10 | 24 | 71 | - |
| CMYK | 0.86 | 0.66 | 0 | 0.72 |
| HSL | 226.23º | 0.75% | 0.16% | - |
| HSV(B) | 226.23º | 0.86% | 0.28% | - |
| XYZ | 1.59 | 1.17 | 6.1 | - |
| YUV | 25.17 | 153.86 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 24 | 71 | 0.86 | 0.66 | 0 | 0.72 | 226.23 | 0.75 | 0.16 |
| Hex | A | 18 | 47 | 56 | 42 | 0 | 48 | E2 | 4B | 10 |
| Octal | 12 | 30 | 107 | 126 | 102 | 0 | 110 | 342 | 113 | 20 |
| Binary | 1010 | 11000 | 1000111 | 1010110 | 1000010 | 0 | 1001000 | 11100010 | 1001011 | 10000 |
Color Harmonies of #0A1847
Complementary color
Monochromatic Colors of #0A1847
Black with #0A1847
Text Example
Text Example
White with #0A1847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1847; }
p { color: rgb(10,24,71); }
H1.HeaderClassName
{
color: #0A1847;
}
.AnyTagClassName
{
color: #0A1847;
}
</style>
background-color css
<style>
a { background-color: #0A1847; }
a { background-color: rgb(10,24,71); }
div.DivClassName
{
background-color: #0A1847;
}
.BgClassName
{
background-color: #0A1847;
}
</style>
border-color css
<style>
span { border-color: #0A1847; }
span { border-color: rgb(10,24,71); }
td.TdClassName
{
border-color: #0A1847;
}
.TagClassName
{
border-color: #0A1847;
}
</style>