Shades of Midnight Express #010931
Tints of Midnight Express #010931
RGB
CMYK
RGB Variations
Color information
#010931 (or 0x010931) is known color: Midnight Express. HEX triplet: 01, 09 and 31. RGB value is (1,9,49). Sum of RGB (Red+Green+Blue) = 1+9+49=59 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.69% from 59); Green value is 9 (3.91% from 255 or 15.25% from 59); Blue value is 49 (19.53% from 255 or 83.05% from 59); Max value from RGB is 49 - color contains mainly: blue. Hex color #010931 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010931 is #FEF6CE. Grayscale: #0B0B0B. Windows color (decimal): -16709327 or 3213569. OLE color: 3213569.
HSL color Cylindrical-coordinate representation of color #010931: hue angle of 230º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #010931 is Cyan = 0.98, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 1 | 9 | 49 | - |
| CMYK | 0.98 | 0.82 | 0 | 0.81 |
| HSL | 230º | 0.96% | 0.1% | - |
| HSV(B) | 230º | 0.98% | 0.19% | - |
| XYZ | 0.66 | 0.42 | 2.95 | - |
| YUV | 11.17 | 149.35 | 120.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 9 | 49 | 0.98 | 0.82 | 0 | 0.81 | 230 | 0.96 | 0.1 |
| Hex | 1 | 9 | 31 | 62 | 52 | 0 | 51 | E6 | 60 | A |
| Octal | 1 | 11 | 61 | 142 | 122 | 0 | 121 | 346 | 140 | 12 |
| Binary | 1 | 1001 | 110001 | 1100010 | 1010010 | 0 | 1010001 | 11100110 | 1100000 | 1010 |
Color Harmonies of #010931
Complementary color
Monochromatic Colors of #010931
Black with #010931
Text Example
Text Example
White with #010931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010931; }
p { color: rgb(1,9,49); }
H1.HeaderClassName
{
color: #010931;
}
.AnyTagClassName
{
color: #010931;
}
</style>
background-color css
<style>
a { background-color: #010931; }
a { background-color: rgb(1,9,49); }
div.DivClassName
{
background-color: #010931;
}
.BgClassName
{
background-color: #010931;
}
</style>
border-color css
<style>
span { border-color: #010931; }
span { border-color: rgb(1,9,49); }
td.TdClassName
{
border-color: #010931;
}
.TagClassName
{
border-color: #010931;
}
</style>