Shades of Midnight Express #0A0637
Tints of Midnight Express #0A0637
RGB
CMYK
RGB Variations
Color information
#0A0637 (or 0x0A0637) is known color: Midnight Express. HEX triplet: 0A, 06 and 37. RGB value is (10,6,55). Sum of RGB (Red+Green+Blue) = 10+6+55=71 (9% of max value = 765). Red value is 10 (4.30% from 255 or 14.08% from 71); Green value is 6 (2.73% from 255 or 8.45% from 71); Blue value is 55 (21.88% from 255 or 77.46% from 71); Max value from RGB is 55 - color contains mainly: blue. Hex color #0A0637 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0637 is #F5F9C8. Grayscale: #0C0C0C. Windows color (decimal): -16120265 or 3606026. OLE color: 3606026.
HSL color Cylindrical-coordinate representation of color #0A0637: hue angle of 244.9º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A0637 is Cyan = 0.82, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 10 | 6 | 55 | - |
| CMYK | 0.82 | 0.89 | 0 | 0.78 |
| HSL | 244.9º | 0.8% | 0.12% | - |
| HSV(B) | 244.9º | 0.89% | 0.22% | - |
| XYZ | 0.88 | 0.47 | 3.66 | - |
| YUV | 12.78 | 151.83 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 6 | 55 | 0.82 | 0.89 | 0 | 0.78 | 244.9 | 0.8 | 0.12 |
| Hex | A | 6 | 37 | 52 | 59 | 0 | 4E | F5 | 50 | C |
| Octal | 12 | 6 | 67 | 122 | 131 | 0 | 116 | 365 | 120 | 14 |
| Binary | 1010 | 110 | 110111 | 1010010 | 1011001 | 0 | 1001110 | 11110101 | 1010000 | 1100 |
Color Harmonies of #0A0637
Complementary color
Monochromatic Colors of #0A0637
Black with #0A0637
Text Example
Text Example
White with #0A0637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0637; }
p { color: rgb(10,6,55); }
H1.HeaderClassName
{
color: #0A0637;
}
.AnyTagClassName
{
color: #0A0637;
}
</style>
background-color css
<style>
a { background-color: #0A0637; }
a { background-color: rgb(10,6,55); }
div.DivClassName
{
background-color: #0A0637;
}
.BgClassName
{
background-color: #0A0637;
}
</style>
border-color css
<style>
span { border-color: #0A0637; }
span { border-color: rgb(10,6,55); }
td.TdClassName
{
border-color: #0A0637;
}
.TagClassName
{
border-color: #0A0637;
}
</style>