Shades of Midnight Express #0A123C
Tints of Midnight Express #0A123C
RGB
CMYK
RGB Variations
Color information
#0A123C (or 0x0A123C) is known color: Midnight Express. HEX triplet: 0A, 12 and 3C. RGB value is (10,18,60). Sum of RGB (Red+Green+Blue) = 10+18+60=88 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.36% from 88); Green value is 18 (7.42% from 255 or 20.45% from 88); Blue value is 60 (23.83% from 255 or 68.18% from 88); Max value from RGB is 60 - color contains mainly: blue. Hex color #0A123C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A123C is #F5EDC3. Grayscale: #141414. Windows color (decimal): -16117188 or 3936778. OLE color: 3936778.
HSL color Cylindrical-coordinate representation of color #0A123C: hue angle of 230.4º degrees, saturation: 0.71, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0A123C is Cyan = 0.83, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 10 | 18 | 60 | - |
| CMYK | 0.83 | 0.7 | 0 | 0.76 |
| HSL | 230.4º | 0.71% | 0.14% | - |
| HSV(B) | 230.4º | 0.83% | 0.24% | - |
| XYZ | 1.16 | 0.82 | 4.37 | - |
| YUV | 20.4 | 150.35 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 18 | 60 | 0.83 | 0.7 | 0 | 0.76 | 230.4 | 0.71 | 0.14 |
| Hex | A | 12 | 3C | 53 | 46 | 0 | 4C | E6 | 47 | E |
| Octal | 12 | 22 | 74 | 123 | 106 | 0 | 114 | 346 | 107 | 16 |
| Binary | 1010 | 10010 | 111100 | 1010011 | 1000110 | 0 | 1001100 | 11100110 | 1000111 | 1110 |
Color Harmonies of #0A123C
Complementary color
Monochromatic Colors of #0A123C
Black with #0A123C
Text Example
Text Example
White with #0A123C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A123C; }
p { color: rgb(10,18,60); }
H1.HeaderClassName
{
color: #0A123C;
}
.AnyTagClassName
{
color: #0A123C;
}
</style>
background-color css
<style>
a { background-color: #0A123C; }
a { background-color: rgb(10,18,60); }
div.DivClassName
{
background-color: #0A123C;
}
.BgClassName
{
background-color: #0A123C;
}
</style>
border-color css
<style>
span { border-color: #0A123C; }
span { border-color: rgb(10,18,60); }
td.TdClassName
{
border-color: #0A123C;
}
.TagClassName
{
border-color: #0A123C;
}
</style>