Shades of Midnight Express #010947
Tints of Midnight Express #010947
RGB
CMYK
RGB Variations
Color information
#010947 (or 0x010947) is known color: Midnight Express. HEX triplet: 01, 09 and 47. RGB value is (1,9,71). Sum of RGB (Red+Green+Blue) = 1+9+71=81 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.23% from 81); Green value is 9 (3.91% from 255 or 11.11% from 81); Blue value is 71 (28.12% from 255 or 87.65% from 81); Max value from RGB is 71 - color contains mainly: blue. Hex color #010947 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010947 is #FEF6B8. Grayscale: #0D0D0D. Windows color (decimal): -16709305 or 4655361. OLE color: 4655361.
HSL color Cylindrical-coordinate representation of color #010947: hue angle of 233.14º 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 #010947 is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 1 | 9 | 71 | - |
| CMYK | 0.99 | 0.87 | 0 | 0.72 |
| HSL | 233.14º | 0.97% | 0.14% | - |
| HSV(B) | 233.14º | 0.99% | 0.28% | - |
| XYZ | 1.25 | 0.66 | 6.02 | - |
| YUV | 13.68 | 160.35 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 9 | 71 | 0.99 | 0.87 | 0 | 0.72 | 233.14 | 0.97 | 0.14 |
| Hex | 1 | 9 | 47 | 63 | 57 | 0 | 48 | E9 | 61 | E |
| Octal | 1 | 11 | 107 | 143 | 127 | 0 | 110 | 351 | 141 | 16 |
| Binary | 1 | 1001 | 1000111 | 1100011 | 1010111 | 0 | 1001000 | 11101001 | 1100001 | 1110 |
Color Harmonies of #010947
Complementary color
Monochromatic Colors of #010947
Black with #010947
Text Example
Text Example
White with #010947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010947; }
p { color: rgb(1,9,71); }
H1.HeaderClassName
{
color: #010947;
}
.AnyTagClassName
{
color: #010947;
}
</style>
background-color css
<style>
a { background-color: #010947; }
a { background-color: rgb(1,9,71); }
div.DivClassName
{
background-color: #010947;
}
.BgClassName
{
background-color: #010947;
}
</style>
border-color css
<style>
span { border-color: #010947; }
span { border-color: rgb(1,9,71); }
td.TdClassName
{
border-color: #010947;
}
.TagClassName
{
border-color: #010947;
}
</style>