Shades of Midnight Express #0A1034
Tints of Midnight Express #0A1034
RGB
CMYK
RGB Variations
Color information
#0A1034 (or 0x0A1034) is known color: Midnight Express. HEX triplet: 0A, 10 and 34. RGB value is (10,16,52). Sum of RGB (Red+Green+Blue) = 10+16+52=78 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.82% from 78); Green value is 16 (6.64% from 255 or 20.51% from 78); Blue value is 52 (20.70% from 255 or 66.67% from 78); Max value from RGB is 52 - color contains mainly: blue. Hex color #0A1034 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A1034 is #F5EFCB. Grayscale: #121212. Windows color (decimal): -16117708 or 3411978. OLE color: 3411978.
HSL color Cylindrical-coordinate representation of color #0A1034: hue angle of 231.43º 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 #0A1034 is Cyan = 0.81, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 10 | 16 | 52 | - |
| CMYK | 0.81 | 0.69 | 0 | 0.80 |
| HSL | 231.43º | 0.68% | 0.12% | - |
| HSV(B) | 231.43º | 0.81% | 0.2% | - |
| XYZ | 0.93 | 0.68 | 3.33 | - |
| YUV | 18.31 | 147.01 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 16 | 52 | 0.81 | 0.69 | 0 | 0.80 | 231.43 | 0.68 | 0.12 |
| Hex | A | 10 | 34 | 51 | 45 | 0 | 50 | E7 | 44 | C |
| Octal | 12 | 20 | 64 | 121 | 105 | 0 | 120 | 347 | 104 | 14 |
| Binary | 1010 | 10000 | 110100 | 1010001 | 1000101 | 0 | 1010000 | 11100111 | 1000100 | 1100 |
Color Harmonies of #0A1034
Complementary color
Monochromatic Colors of #0A1034
Black with #0A1034
Text Example
Text Example
White with #0A1034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1034; }
p { color: rgb(10,16,52); }
H1.HeaderClassName
{
color: #0A1034;
}
.AnyTagClassName
{
color: #0A1034;
}
</style>
background-color css
<style>
a { background-color: #0A1034; }
a { background-color: rgb(10,16,52); }
div.DivClassName
{
background-color: #0A1034;
}
.BgClassName
{
background-color: #0A1034;
}
</style>
border-color css
<style>
span { border-color: #0A1034; }
span { border-color: rgb(10,16,52); }
td.TdClassName
{
border-color: #0A1034;
}
.TagClassName
{
border-color: #0A1034;
}
</style>