Shades of Midnight Express #0A1540
Tints of Midnight Express #0A1540
RGB
CMYK
RGB Variations
Color information
#0A1540 (or 0x0A1540) is known color: Midnight Express. HEX triplet: 0A, 15 and 40. RGB value is (10,21,64). Sum of RGB (Red+Green+Blue) = 10+21+64=95 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.53% from 95); Green value is 21 (8.59% from 255 or 22.11% from 95); Blue value is 64 (25.39% from 255 or 67.37% from 95); Max value from RGB is 64 - color contains mainly: blue. Hex color #0A1540 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A1540 is #F5EABF. Grayscale: #161616. Windows color (decimal): -16116416 or 4199690. OLE color: 4199690.
HSL color Cylindrical-coordinate representation of color #0A1540: hue angle of 227.78º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0A1540 is Cyan = 0.84, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 10 | 21 | 64 | - |
| CMYK | 0.84 | 0.67 | 0 | 0.75 |
| HSL | 227.78º | 0.73% | 0.15% | - |
| HSV(B) | 227.78º | 0.84% | 0.25% | - |
| XYZ | 1.32 | 0.97 | 4.97 | - |
| YUV | 22.61 | 151.36 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 21 | 64 | 0.84 | 0.67 | 0 | 0.75 | 227.78 | 0.73 | 0.15 |
| Hex | A | 15 | 40 | 54 | 43 | 0 | 4B | E4 | 49 | F |
| Octal | 12 | 25 | 100 | 124 | 103 | 0 | 113 | 344 | 111 | 17 |
| Binary | 1010 | 10101 | 1000000 | 1010100 | 1000011 | 0 | 1001011 | 11100100 | 1001001 | 1111 |
Color Harmonies of #0A1540
Complementary color
Monochromatic Colors of #0A1540
Black with #0A1540
Text Example
Text Example
White with #0A1540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1540; }
p { color: rgb(10,21,64); }
H1.HeaderClassName
{
color: #0A1540;
}
.AnyTagClassName
{
color: #0A1540;
}
</style>
background-color css
<style>
a { background-color: #0A1540; }
a { background-color: rgb(10,21,64); }
div.DivClassName
{
background-color: #0A1540;
}
.BgClassName
{
background-color: #0A1540;
}
</style>
border-color css
<style>
span { border-color: #0A1540; }
span { border-color: rgb(10,21,64); }
td.TdClassName
{
border-color: #0A1540;
}
.TagClassName
{
border-color: #0A1540;
}
</style>