Shades of Midnight Express #0A1849
Tints of Midnight Express #0A1849
RGB
CMYK
RGB Variations
Color information
#0A1849 (or 0x0A1849) is known color: Midnight Express. HEX triplet: 0A, 18 and 49. RGB value is (10,24,73). Sum of RGB (Red+Green+Blue) = 10+24+73=107 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.35% from 107); Green value is 24 (9.77% from 255 or 22.43% from 107); Blue value is 73 (28.91% from 255 or 68.22% from 107); Max value from RGB is 73 - color contains mainly: blue. Hex color #0A1849 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A1849 is #F5E7B6. Grayscale: #191919. Windows color (decimal): -16115639 or 4790282. OLE color: 4790282.
HSL color Cylindrical-coordinate representation of color #0A1849: hue angle of 226.67º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A1849 is Cyan = 0.86, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 10 | 24 | 73 | - |
| CMYK | 0.86 | 0.67 | 0 | 0.71 |
| HSL | 226.67º | 0.76% | 0.16% | - |
| HSV(B) | 226.67º | 0.86% | 0.29% | - |
| XYZ | 1.65 | 1.2 | 6.45 | - |
| YUV | 25.4 | 154.86 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 24 | 73 | 0.86 | 0.67 | 0 | 0.71 | 226.67 | 0.76 | 0.16 |
| Hex | A | 18 | 49 | 56 | 43 | 0 | 47 | E3 | 4C | 10 |
| Octal | 12 | 30 | 111 | 126 | 103 | 0 | 107 | 343 | 114 | 20 |
| Binary | 1010 | 11000 | 1001001 | 1010110 | 1000011 | 0 | 1000111 | 11100011 | 1001100 | 10000 |
Color Harmonies of #0A1849
Complementary color
Monochromatic Colors of #0A1849
Black with #0A1849
Text Example
Text Example
White with #0A1849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1849; }
p { color: rgb(10,24,73); }
H1.HeaderClassName
{
color: #0A1849;
}
.AnyTagClassName
{
color: #0A1849;
}
</style>
background-color css
<style>
a { background-color: #0A1849; }
a { background-color: rgb(10,24,73); }
div.DivClassName
{
background-color: #0A1849;
}
.BgClassName
{
background-color: #0A1849;
}
</style>
border-color css
<style>
span { border-color: #0A1849; }
span { border-color: rgb(10,24,73); }
td.TdClassName
{
border-color: #0A1849;
}
.TagClassName
{
border-color: #0A1849;
}
</style>