Shades of Midnight Express #0A152E
Tints of Midnight Express #0A152E
RGB
CMYK
RGB Variations
Color information
#0A152E (or 0x0A152E) is known color: Midnight Express. HEX triplet: 0A, 15 and 2E. RGB value is (10,21,46). Sum of RGB (Red+Green+Blue) = 10+21+46=77 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.99% from 77); Green value is 21 (8.59% from 255 or 27.27% from 77); Blue value is 46 (18.36% from 255 or 59.74% from 77); Max value from RGB is 46 - color contains mainly: blue. Hex color #0A152E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A152E is #F5EAD1. Grayscale: #141414. Windows color (decimal): -16116434 or 3020042. OLE color: 3020042.
HSL color Cylindrical-coordinate representation of color #0A152E: hue angle of 221.67º degrees, saturation: 0.64, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0A152E is Cyan = 0.78, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 10 | 21 | 46 | - |
| CMYK | 0.78 | 0.54 | 0 | 0.82 |
| HSL | 221.67º | 0.64% | 0.11% | - |
| HSV(B) | 221.67º | 0.78% | 0.18% | - |
| XYZ | 0.89 | 0.8 | 2.69 | - |
| YUV | 20.56 | 142.36 | 120.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 21 | 46 | 0.78 | 0.54 | 0 | 0.82 | 221.67 | 0.64 | 0.11 |
| Hex | A | 15 | 2E | 4E | 36 | 0 | 52 | DE | 40 | B |
| Octal | 12 | 25 | 56 | 116 | 66 | 0 | 122 | 336 | 100 | 13 |
| Binary | 1010 | 10101 | 101110 | 1001110 | 110110 | 0 | 1010010 | 11011110 | 1000000 | 1011 |
Color Harmonies of #0A152E
Complementary color
Monochromatic Colors of #0A152E
Black with #0A152E
Text Example
Text Example
White with #0A152E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A152E; }
p { color: rgb(10,21,46); }
H1.HeaderClassName
{
color: #0A152E;
}
.AnyTagClassName
{
color: #0A152E;
}
</style>
background-color css
<style>
a { background-color: #0A152E; }
a { background-color: rgb(10,21,46); }
div.DivClassName
{
background-color: #0A152E;
}
.BgClassName
{
background-color: #0A152E;
}
</style>
border-color css
<style>
span { border-color: #0A152E; }
span { border-color: rgb(10,21,46); }
td.TdClassName
{
border-color: #0A152E;
}
.TagClassName
{
border-color: #0A152E;
}
</style>