Shades of Midnight Express #0A1234
Tints of Midnight Express #0A1234
RGB
CMYK
RGB Variations
Color information
#0A1234 (or 0x0A1234) is known color: Midnight Express. HEX triplet: 0A, 12 and 34. RGB value is (10,18,52). Sum of RGB (Red+Green+Blue) = 10+18+52=80 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.5% from 80); Green value is 18 (7.42% from 255 or 22.5% from 80); Blue value is 52 (20.70% from 255 or 65% from 80); Max value from RGB is 52 - color contains mainly: blue. Hex color #0A1234 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A1234 is #F5EDCB. Grayscale: #131313. Windows color (decimal): -16117196 or 3412490. OLE color: 3412490.
HSL color Cylindrical-coordinate representation of color #0A1234: hue angle of 228.57º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0A1234 is Cyan = 0.81, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 10 | 18 | 52 | - |
| CMYK | 0.81 | 0.65 | 0 | 0.80 |
| HSL | 228.57º | 0.68% | 0.12% | - |
| HSV(B) | 228.57º | 0.81% | 0.2% | - |
| XYZ | 0.96 | 0.75 | 3.34 | - |
| YUV | 19.48 | 146.35 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 18 | 52 | 0.81 | 0.65 | 0 | 0.80 | 228.57 | 0.68 | 0.12 |
| Hex | A | 12 | 34 | 51 | 41 | 0 | 50 | E5 | 44 | C |
| Octal | 12 | 22 | 64 | 121 | 101 | 0 | 120 | 345 | 104 | 14 |
| Binary | 1010 | 10010 | 110100 | 1010001 | 1000001 | 0 | 1010000 | 11100101 | 1000100 | 1100 |
Color Harmonies of #0A1234
Complementary color
Monochromatic Colors of #0A1234
Black with #0A1234
Text Example
Text Example
White with #0A1234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1234; }
p { color: rgb(10,18,52); }
H1.HeaderClassName
{
color: #0A1234;
}
.AnyTagClassName
{
color: #0A1234;
}
</style>
background-color css
<style>
a { background-color: #0A1234; }
a { background-color: rgb(10,18,52); }
div.DivClassName
{
background-color: #0A1234;
}
.BgClassName
{
background-color: #0A1234;
}
</style>
border-color css
<style>
span { border-color: #0A1234; }
span { border-color: rgb(10,18,52); }
td.TdClassName
{
border-color: #0A1234;
}
.TagClassName
{
border-color: #0A1234;
}
</style>