Shades of Midnight Express #0A1346
Tints of Midnight Express #0A1346
RGB
CMYK
RGB Variations
Color information
#0A1346 (or 0x0A1346) is known color: Midnight Express. HEX triplet: 0A, 13 and 46. RGB value is (10,19,70). Sum of RGB (Red+Green+Blue) = 10+19+70=99 (13% of max value = 765). Red value is 10 (4.30% from 255 or 10.10% from 99); Green value is 19 (7.81% from 255 or 19.19% from 99); Blue value is 70 (27.73% from 255 or 70.71% from 99); Max value from RGB is 70 - color contains mainly: blue. Hex color #0A1346 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A1346 is #F5ECB9. Grayscale: #151515. Windows color (decimal): -16116922 or 4592394. OLE color: 4592394.
HSL color Cylindrical-coordinate representation of color #0A1346: hue angle of 231º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A1346 is Cyan = 0.86, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 10 | 19 | 70 | - |
| CMYK | 0.86 | 0.73 | 0 | 0.73 |
| HSL | 231º | 0.75% | 0.16% | - |
| HSV(B) | 231º | 0.86% | 0.27% | - |
| XYZ | 1.46 | 0.97 | 5.9 | - |
| YUV | 22.12 | 155.02 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 19 | 70 | 0.86 | 0.73 | 0 | 0.73 | 231 | 0.75 | 0.16 |
| Hex | A | 13 | 46 | 56 | 49 | 0 | 49 | E7 | 4B | 10 |
| Octal | 12 | 23 | 106 | 126 | 111 | 0 | 111 | 347 | 113 | 20 |
| Binary | 1010 | 10011 | 1000110 | 1010110 | 1001001 | 0 | 1001001 | 11100111 | 1001011 | 10000 |
Color Harmonies of #0A1346
Complementary color
Monochromatic Colors of #0A1346
Black with #0A1346
Text Example
Text Example
White with #0A1346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1346; }
p { color: rgb(10,19,70); }
H1.HeaderClassName
{
color: #0A1346;
}
.AnyTagClassName
{
color: #0A1346;
}
</style>
background-color css
<style>
a { background-color: #0A1346; }
a { background-color: rgb(10,19,70); }
div.DivClassName
{
background-color: #0A1346;
}
.BgClassName
{
background-color: #0A1346;
}
</style>
border-color css
<style>
span { border-color: #0A1346; }
span { border-color: rgb(10,19,70); }
td.TdClassName
{
border-color: #0A1346;
}
.TagClassName
{
border-color: #0A1346;
}
</style>