Shades of Midnight Express #0A0937
Tints of Midnight Express #0A0937
RGB
CMYK
RGB Variations
Color information
#0A0937 (or 0x0A0937) is known color: Midnight Express. HEX triplet: 0A, 09 and 37. RGB value is (10,9,55). Sum of RGB (Red+Green+Blue) = 10+9+55=74 (9% of max value = 765). Red value is 10 (4.30% from 255 or 13.51% from 74); Green value is 9 (3.91% from 255 or 12.16% from 74); Blue value is 55 (21.88% from 255 or 74.32% from 74); Max value from RGB is 55 - color contains mainly: blue. Hex color #0A0937 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0937 is #F5F6C8. Grayscale: #0E0E0E. Windows color (decimal): -16119497 or 3606794. OLE color: 3606794.
HSL color Cylindrical-coordinate representation of color #0A0937: hue angle of 241.3º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0A0937 is Cyan = 0.82, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 10 | 9 | 55 | - |
| CMYK | 0.82 | 0.84 | 0 | 0.78 |
| HSL | 241.3º | 0.72% | 0.13% | - |
| HSV(B) | 241.3º | 0.84% | 0.22% | - |
| XYZ | 0.91 | 0.54 | 3.67 | - |
| YUV | 14.54 | 150.83 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 9 | 55 | 0.82 | 0.84 | 0 | 0.78 | 241.3 | 0.72 | 0.13 |
| Hex | A | 9 | 37 | 52 | 54 | 0 | 4E | F1 | 48 | D |
| Octal | 12 | 11 | 67 | 122 | 124 | 0 | 116 | 361 | 110 | 15 |
| Binary | 1010 | 1001 | 110111 | 1010010 | 1010100 | 0 | 1001110 | 11110001 | 1001000 | 1101 |
Color Harmonies of #0A0937
Complementary color
Monochromatic Colors of #0A0937
Black with #0A0937
Text Example
Text Example
White with #0A0937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0937; }
p { color: rgb(10,9,55); }
H1.HeaderClassName
{
color: #0A0937;
}
.AnyTagClassName
{
color: #0A0937;
}
</style>
background-color css
<style>
a { background-color: #0A0937; }
a { background-color: rgb(10,9,55); }
div.DivClassName
{
background-color: #0A0937;
}
.BgClassName
{
background-color: #0A0937;
}
</style>
border-color css
<style>
span { border-color: #0A0937; }
span { border-color: rgb(10,9,55); }
td.TdClassName
{
border-color: #0A0937;
}
.TagClassName
{
border-color: #0A0937;
}
</style>