Shades of Midnight Express #0A124A
Tints of Midnight Express #0A124A
RGB
CMYK
RGB Variations
Color information
#0A124A (or 0x0A124A) is known color: Midnight Express. HEX triplet: 0A, 12 and 4A. RGB value is (10,18,74). Sum of RGB (Red+Green+Blue) = 10+18+74=102 (13% of max value = 765). Red value is 10 (4.30% from 255 or 9.80% from 102); Green value is 18 (7.42% from 255 or 17.65% from 102); Blue value is 74 (29.30% from 255 or 72.55% from 102); Max value from RGB is 74 - color contains mainly: blue. Hex color #0A124A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A124A is #F5EDB5. Grayscale: #151515. Windows color (decimal): -16117174 or 4854282. OLE color: 4854282.
HSL color Cylindrical-coordinate representation of color #0A124A: hue angle of 232.5º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A124A is Cyan = 0.86, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 10 | 18 | 74 | - |
| CMYK | 0.86 | 0.76 | 0 | 0.71 |
| HSL | 232.5º | 0.76% | 0.16% | - |
| HSV(B) | 232.5º | 0.86% | 0.29% | - |
| XYZ | 1.58 | 0.99 | 6.59 | - |
| YUV | 21.99 | 157.35 | 119.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 18 | 74 | 0.86 | 0.76 | 0 | 0.71 | 232.5 | 0.76 | 0.16 |
| Hex | A | 12 | 4A | 56 | 4C | 0 | 47 | E8 | 4C | 10 |
| Octal | 12 | 22 | 112 | 126 | 114 | 0 | 107 | 350 | 114 | 20 |
| Binary | 1010 | 10010 | 1001010 | 1010110 | 1001100 | 0 | 1000111 | 11101000 | 1001100 | 10000 |
Color Harmonies of #0A124A
Complementary color
Monochromatic Colors of #0A124A
Black with #0A124A
Text Example
Text Example
White with #0A124A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A124A; }
p { color: rgb(10,18,74); }
H1.HeaderClassName
{
color: #0A124A;
}
.AnyTagClassName
{
color: #0A124A;
}
</style>
background-color css
<style>
a { background-color: #0A124A; }
a { background-color: rgb(10,18,74); }
div.DivClassName
{
background-color: #0A124A;
}
.BgClassName
{
background-color: #0A124A;
}
</style>
border-color css
<style>
span { border-color: #0A124A; }
span { border-color: rgb(10,18,74); }
td.TdClassName
{
border-color: #0A124A;
}
.TagClassName
{
border-color: #0A124A;
}
</style>