Shades of Midnight Express #0A0640
Tints of Midnight Express #0A0640
RGB
CMYK
RGB Variations
Color information
#0A0640 (or 0x0A0640) is known color: Midnight Express. HEX triplet: 0A, 06 and 40. RGB value is (10,6,64). Sum of RGB (Red+Green+Blue) = 10+6+64=80 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.5% from 80); Green value is 6 (2.73% from 255 or 7.5% from 80); Blue value is 64 (25.39% from 255 or 80% from 80); Max value from RGB is 64 - color contains mainly: blue. Hex color #0A0640 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0640 is #F5F9BF. Grayscale: #0D0D0D. Windows color (decimal): -16120256 or 4195850. OLE color: 4195850.
HSL color Cylindrical-coordinate representation of color #0A0640: hue angle of 244.14º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A0640 is Cyan = 0.84, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 10 | 6 | 64 | - |
| CMYK | 0.84 | 0.91 | 0 | 0.75 |
| HSL | 244.14º | 0.83% | 0.14% | - |
| HSV(B) | 244.14º | 0.91% | 0.25% | - |
| XYZ | 1.12 | 0.56 | 4.9 | - |
| YUV | 13.81 | 156.33 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 6 | 64 | 0.84 | 0.91 | 0 | 0.75 | 244.14 | 0.83 | 0.14 |
| Hex | A | 6 | 40 | 54 | 5B | 0 | 4B | F4 | 53 | E |
| Octal | 12 | 6 | 100 | 124 | 133 | 0 | 113 | 364 | 123 | 16 |
| Binary | 1010 | 110 | 1000000 | 1010100 | 1011011 | 0 | 1001011 | 11110100 | 1010011 | 1110 |
Color Harmonies of #0A0640
Complementary color
Monochromatic Colors of #0A0640
Black with #0A0640
Text Example
Text Example
White with #0A0640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0640; }
p { color: rgb(10,6,64); }
H1.HeaderClassName
{
color: #0A0640;
}
.AnyTagClassName
{
color: #0A0640;
}
</style>
background-color css
<style>
a { background-color: #0A0640; }
a { background-color: rgb(10,6,64); }
div.DivClassName
{
background-color: #0A0640;
}
.BgClassName
{
background-color: #0A0640;
}
</style>
border-color css
<style>
span { border-color: #0A0640; }
span { border-color: rgb(10,6,64); }
td.TdClassName
{
border-color: #0A0640;
}
.TagClassName
{
border-color: #0A0640;
}
</style>