Shades of Midnight Express #0A1047
Tints of Midnight Express #0A1047
RGB
CMYK
RGB Variations
Color information
#0A1047 (or 0x0A1047) is known color: Midnight Express. HEX triplet: 0A, 10 and 47. RGB value is (10,16,71). Sum of RGB (Red+Green+Blue) = 10+16+71=97 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.31% from 97); Green value is 16 (6.64% from 255 or 16.49% from 97); Blue value is 71 (28.12% from 255 or 73.20% from 97); Max value from RGB is 71 - color contains mainly: blue. Hex color #0A1047 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A1047 is #F5EFB8. Grayscale: #141414. Windows color (decimal): -16117689 or 4657162. OLE color: 4657162.
HSL color Cylindrical-coordinate representation of color #0A1047: hue angle of 234.1º 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 #0A1047 is Cyan = 0.86, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 10 | 16 | 71 | - |
| CMYK | 0.86 | 0.77 | 0 | 0.72 |
| HSL | 234.1º | 0.75% | 0.16% | - |
| HSV(B) | 234.1º | 0.86% | 0.28% | - |
| XYZ | 1.45 | 0.89 | 6.06 | - |
| YUV | 20.48 | 156.51 | 120.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 16 | 71 | 0.86 | 0.77 | 0 | 0.72 | 234.1 | 0.75 | 0.16 |
| Hex | A | 10 | 47 | 56 | 4D | 0 | 48 | EA | 4B | 10 |
| Octal | 12 | 20 | 107 | 126 | 115 | 0 | 110 | 352 | 113 | 20 |
| Binary | 1010 | 10000 | 1000111 | 1010110 | 1001101 | 0 | 1001000 | 11101010 | 1001011 | 10000 |
Color Harmonies of #0A1047
Complementary color
Monochromatic Colors of #0A1047
Black with #0A1047
Text Example
Text Example
White with #0A1047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1047; }
p { color: rgb(10,16,71); }
H1.HeaderClassName
{
color: #0A1047;
}
.AnyTagClassName
{
color: #0A1047;
}
</style>
background-color css
<style>
a { background-color: #0A1047; }
a { background-color: rgb(10,16,71); }
div.DivClassName
{
background-color: #0A1047;
}
.BgClassName
{
background-color: #0A1047;
}
</style>
border-color css
<style>
span { border-color: #0A1047; }
span { border-color: rgb(10,16,71); }
td.TdClassName
{
border-color: #0A1047;
}
.TagClassName
{
border-color: #0A1047;
}
</style>