Shades of Midnight Express #0A153A
Tints of Midnight Express #0A153A
RGB
CMYK
RGB Variations
Color information
#0A153A (or 0x0A153A) is known color: Midnight Express. HEX triplet: 0A, 15 and 3A. RGB value is (10,21,58). Sum of RGB (Red+Green+Blue) = 10+21+58=89 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.24% from 89); Green value is 21 (8.59% from 255 or 23.60% from 89); Blue value is 58 (23.05% from 255 or 65.17% from 89); Max value from RGB is 58 - color contains mainly: blue. Hex color #0A153A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A153A is #F5EAC5. Grayscale: #151515. Windows color (decimal): -16116422 or 3806474. OLE color: 3806474.
HSL color Cylindrical-coordinate representation of color #0A153A: hue angle of 226.25º degrees, saturation: 0.71, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0A153A is Cyan = 0.83, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 10 | 21 | 58 | - |
| CMYK | 0.83 | 0.64 | 0 | 0.77 |
| HSL | 226.25º | 0.71% | 0.13% | - |
| HSV(B) | 226.25º | 0.83% | 0.23% | - |
| XYZ | 1.16 | 0.91 | 4.12 | - |
| YUV | 21.93 | 148.36 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 21 | 58 | 0.83 | 0.64 | 0 | 0.77 | 226.25 | 0.71 | 0.13 |
| Hex | A | 15 | 3A | 53 | 40 | 0 | 4D | E2 | 47 | D |
| Octal | 12 | 25 | 72 | 123 | 100 | 0 | 115 | 342 | 107 | 15 |
| Binary | 1010 | 10101 | 111010 | 1010011 | 1000000 | 0 | 1001101 | 11100010 | 1000111 | 1101 |
Color Harmonies of #0A153A
Complementary color
Monochromatic Colors of #0A153A
Black with #0A153A
Text Example
Text Example
White with #0A153A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A153A; }
p { color: rgb(10,21,58); }
H1.HeaderClassName
{
color: #0A153A;
}
.AnyTagClassName
{
color: #0A153A;
}
</style>
background-color css
<style>
a { background-color: #0A153A; }
a { background-color: rgb(10,21,58); }
div.DivClassName
{
background-color: #0A153A;
}
.BgClassName
{
background-color: #0A153A;
}
</style>
border-color css
<style>
span { border-color: #0A153A; }
span { border-color: rgb(10,21,58); }
td.TdClassName
{
border-color: #0A153A;
}
.TagClassName
{
border-color: #0A153A;
}
</style>