Shades of Midnight Express #0A0837
Tints of Midnight Express #0A0837
RGB
CMYK
RGB Variations
Color information
#0A0837 (or 0x0A0837) is known color: Midnight Express. HEX triplet: 0A, 08 and 37. RGB value is (10,8,55). Sum of RGB (Red+Green+Blue) = 10+8+55=73 (9% of max value = 765). Red value is 10 (4.30% from 255 or 13.70% from 73); Green value is 8 (3.52% from 255 or 10.96% from 73); Blue value is 55 (21.88% from 255 or 75.34% from 73); Max value from RGB is 55 - color contains mainly: blue. Hex color #0A0837 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0837 is #F5F7C8. Grayscale: #0D0D0D. Windows color (decimal): -16119753 or 3606538. OLE color: 3606538.
HSL color Cylindrical-coordinate representation of color #0A0837: hue angle of 242.55º degrees, saturation: 0.75, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0A0837 is Cyan = 0.82, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 10 | 8 | 55 | - |
| CMYK | 0.82 | 0.85 | 0 | 0.78 |
| HSL | 242.55º | 0.75% | 0.12% | - |
| HSV(B) | 242.55º | 0.85% | 0.22% | - |
| XYZ | 0.9 | 0.51 | 3.67 | - |
| YUV | 13.96 | 151.16 | 125.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 8 | 55 | 0.82 | 0.85 | 0 | 0.78 | 242.55 | 0.75 | 0.12 |
| Hex | A | 8 | 37 | 52 | 55 | 0 | 4E | F3 | 4B | C |
| Octal | 12 | 10 | 67 | 122 | 125 | 0 | 116 | 363 | 113 | 14 |
| Binary | 1010 | 1000 | 110111 | 1010010 | 1010101 | 0 | 1001110 | 11110011 | 1001011 | 1100 |
Color Harmonies of #0A0837
Complementary color
Monochromatic Colors of #0A0837
Black with #0A0837
Text Example
Text Example
White with #0A0837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0837; }
p { color: rgb(10,8,55); }
H1.HeaderClassName
{
color: #0A0837;
}
.AnyTagClassName
{
color: #0A0837;
}
</style>
background-color css
<style>
a { background-color: #0A0837; }
a { background-color: rgb(10,8,55); }
div.DivClassName
{
background-color: #0A0837;
}
.BgClassName
{
background-color: #0A0837;
}
</style>
border-color css
<style>
span { border-color: #0A0837; }
span { border-color: rgb(10,8,55); }
td.TdClassName
{
border-color: #0A0837;
}
.TagClassName
{
border-color: #0A0837;
}
</style>