Shades of Midnight Express #010747
Tints of Midnight Express #010747
RGB
CMYK
RGB Variations
Color information
#010747 (or 0x010747) is known color: Midnight Express. HEX triplet: 01, 07 and 47. RGB value is (1,7,71). Sum of RGB (Red+Green+Blue) = 1+7+71=79 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.27% from 79); Green value is 7 (3.12% from 255 or 8.86% from 79); Blue value is 71 (28.12% from 255 or 89.87% from 79); Max value from RGB is 71 - color contains mainly: blue. Hex color #010747 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010747 is #FEF8B8. Grayscale: #0C0C0C. Windows color (decimal): -16709817 or 4654849. OLE color: 4654849.
HSL color Cylindrical-coordinate representation of color #010747: hue angle of 234.86º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010747 is Cyan = 0.99, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 1 | 7 | 71 | - |
| CMYK | 0.99 | 0.90 | 0 | 0.72 |
| HSL | 234.86º | 0.97% | 0.14% | - |
| HSV(B) | 234.86º | 0.99% | 0.28% | - |
| XYZ | 1.23 | 0.61 | 6.02 | - |
| YUV | 12.5 | 161.01 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 7 | 71 | 0.99 | 0.90 | 0 | 0.72 | 234.86 | 0.97 | 0.14 |
| Hex | 1 | 7 | 47 | 63 | 5A | 0 | 48 | EB | 61 | E |
| Octal | 1 | 7 | 107 | 143 | 132 | 0 | 110 | 353 | 141 | 16 |
| Binary | 1 | 111 | 1000111 | 1100011 | 1011010 | 0 | 1001000 | 11101011 | 1100001 | 1110 |
Color Harmonies of #010747
Complementary color
Monochromatic Colors of #010747
Black with #010747
Text Example
Text Example
White with #010747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010747; }
p { color: rgb(1,7,71); }
H1.HeaderClassName
{
color: #010747;
}
.AnyTagClassName
{
color: #010747;
}
</style>
background-color css
<style>
a { background-color: #010747; }
a { background-color: rgb(1,7,71); }
div.DivClassName
{
background-color: #010747;
}
.BgClassName
{
background-color: #010747;
}
</style>
border-color css
<style>
span { border-color: #010747; }
span { border-color: rgb(1,7,71); }
td.TdClassName
{
border-color: #010747;
}
.TagClassName
{
border-color: #010747;
}
</style>