Shades of Midnight Express #0A123A
Tints of Midnight Express #0A123A
RGB
CMYK
RGB Variations
Color information
#0A123A (or 0x0A123A) is known color: Midnight Express. HEX triplet: 0A, 12 and 3A. RGB value is (10,18,58). Sum of RGB (Red+Green+Blue) = 10+18+58=86 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.63% from 86); Green value is 18 (7.42% from 255 or 20.93% from 86); Blue value is 58 (23.05% from 255 or 67.44% from 86); Max value from RGB is 58 - color contains mainly: blue. Hex color #0A123A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A123A is #F5EDC5. Grayscale: #141414. Windows color (decimal): -16117190 or 3805706. OLE color: 3805706.
HSL color Cylindrical-coordinate representation of color #0A123A: hue angle of 230º 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 #0A123A is Cyan = 0.83, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 10 | 18 | 58 | - |
| CMYK | 0.83 | 0.69 | 0 | 0.77 |
| HSL | 230º | 0.71% | 0.13% | - |
| HSV(B) | 230º | 0.83% | 0.23% | - |
| XYZ | 1.11 | 0.8 | 4.1 | - |
| YUV | 20.17 | 149.35 | 120.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 18 | 58 | 0.83 | 0.69 | 0 | 0.77 | 230 | 0.71 | 0.13 |
| Hex | A | 12 | 3A | 53 | 45 | 0 | 4D | E6 | 47 | D |
| Octal | 12 | 22 | 72 | 123 | 105 | 0 | 115 | 346 | 107 | 15 |
| Binary | 1010 | 10010 | 111010 | 1010011 | 1000101 | 0 | 1001101 | 11100110 | 1000111 | 1101 |
Color Harmonies of #0A123A
Complementary color
Monochromatic Colors of #0A123A
Black with #0A123A
Text Example
Text Example
White with #0A123A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A123A; }
p { color: rgb(10,18,58); }
H1.HeaderClassName
{
color: #0A123A;
}
.AnyTagClassName
{
color: #0A123A;
}
</style>
background-color css
<style>
a { background-color: #0A123A; }
a { background-color: rgb(10,18,58); }
div.DivClassName
{
background-color: #0A123A;
}
.BgClassName
{
background-color: #0A123A;
}
</style>
border-color css
<style>
span { border-color: #0A123A; }
span { border-color: rgb(10,18,58); }
td.TdClassName
{
border-color: #0A123A;
}
.TagClassName
{
border-color: #0A123A;
}
</style>