Shades of Midnight Express #0A123B
Tints of Midnight Express #0A123B
RGB
CMYK
RGB Variations
Color information
#0A123B (or 0x0A123B) is known color: Midnight Express. HEX triplet: 0A, 12 and 3B. RGB value is (10,18,59). Sum of RGB (Red+Green+Blue) = 10+18+59=87 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.49% from 87); Green value is 18 (7.42% from 255 or 20.69% from 87); Blue value is 59 (23.44% from 255 or 67.82% from 87); Max value from RGB is 59 - color contains mainly: blue. Hex color #0A123B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A123B is #F5EDC4. Grayscale: #141414. Windows color (decimal): -16117189 or 3871242. OLE color: 3871242.
HSL color Cylindrical-coordinate representation of color #0A123B: hue angle of 230.2º degrees, saturation: 0.71, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0A123B is Cyan = 0.83, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 10 | 18 | 59 | - |
| CMYK | 0.83 | 0.69 | 0 | 0.77 |
| HSL | 230.2º | 0.71% | 0.14% | - |
| HSV(B) | 230.2º | 0.83% | 0.23% | - |
| XYZ | 1.13 | 0.81 | 4.23 | - |
| YUV | 20.28 | 149.85 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 18 | 59 | 0.83 | 0.69 | 0 | 0.77 | 230.2 | 0.71 | 0.14 |
| Hex | A | 12 | 3B | 53 | 45 | 0 | 4D | E6 | 47 | E |
| Octal | 12 | 22 | 73 | 123 | 105 | 0 | 115 | 346 | 107 | 16 |
| Binary | 1010 | 10010 | 111011 | 1010011 | 1000101 | 0 | 1001101 | 11100110 | 1000111 | 1110 |
Color Harmonies of #0A123B
Complementary color
Monochromatic Colors of #0A123B
Black with #0A123B
Text Example
Text Example
White with #0A123B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A123B; }
p { color: rgb(10,18,59); }
H1.HeaderClassName
{
color: #0A123B;
}
.AnyTagClassName
{
color: #0A123B;
}
</style>
background-color css
<style>
a { background-color: #0A123B; }
a { background-color: rgb(10,18,59); }
div.DivClassName
{
background-color: #0A123B;
}
.BgClassName
{
background-color: #0A123B;
}
</style>
border-color css
<style>
span { border-color: #0A123B; }
span { border-color: rgb(10,18,59); }
td.TdClassName
{
border-color: #0A123B;
}
.TagClassName
{
border-color: #0A123B;
}
</style>