Shades of Midnight Express #0A152C
Tints of Midnight Express #0A152C
RGB
CMYK
RGB Variations
Color information
#0A152C (or 0x0A152C) is known color: Midnight Express. HEX triplet: 0A, 15 and 2C. RGB value is (10,21,44). Sum of RGB (Red+Green+Blue) = 10+21+44=75 (9% of max value = 765). Red value is 10 (4.30% from 255 or 13.33% from 75); Green value is 21 (8.59% from 255 or 28% from 75); Blue value is 44 (17.58% from 255 or 58.67% from 75); Max value from RGB is 44 - color contains mainly: blue. Hex color #0A152C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A152C is #F5EAD3. Grayscale: #141414. Windows color (decimal): -16116436 or 2888970. OLE color: 2888970.
HSL color Cylindrical-coordinate representation of color #0A152C: hue angle of 220.59º degrees, saturation: 0.63, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0A152C is Cyan = 0.77, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 10 | 21 | 44 | - |
| CMYK | 0.77 | 0.52 | 0 | 0.83 |
| HSL | 220.59º | 0.63% | 0.11% | - |
| HSV(B) | 220.59º | 0.77% | 0.17% | - |
| XYZ | 0.85 | 0.78 | 2.49 | - |
| YUV | 20.33 | 141.36 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 21 | 44 | 0.77 | 0.52 | 0 | 0.83 | 220.59 | 0.63 | 0.11 |
| Hex | A | 15 | 2C | 4D | 34 | 0 | 53 | DD | 3F | B |
| Octal | 12 | 25 | 54 | 115 | 64 | 0 | 123 | 335 | 77 | 13 |
| Binary | 1010 | 10101 | 101100 | 1001101 | 110100 | 0 | 1010011 | 11011101 | 111111 | 1011 |
Color Harmonies of #0A152C
Complementary color
Monochromatic Colors of #0A152C
Black with #0A152C
Text Example
Text Example
White with #0A152C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A152C; }
p { color: rgb(10,21,44); }
H1.HeaderClassName
{
color: #0A152C;
}
.AnyTagClassName
{
color: #0A152C;
}
</style>
background-color css
<style>
a { background-color: #0A152C; }
a { background-color: rgb(10,21,44); }
div.DivClassName
{
background-color: #0A152C;
}
.BgClassName
{
background-color: #0A152C;
}
</style>
border-color css
<style>
span { border-color: #0A152C; }
span { border-color: rgb(10,21,44); }
td.TdClassName
{
border-color: #0A152C;
}
.TagClassName
{
border-color: #0A152C;
}
</style>