Shades of Midnight Express #000147
Tints of Midnight Express #000147
RGB
CMYK
RGB Variations
Color information
#000147 (or 0x000147) is known color: Midnight Express. HEX triplet: 00, 01 and 47. RGB value is (0,1,71). Sum of RGB (Red+Green+Blue) = 0+1+71=72 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 72); Green value is 1 (0.78% from 255 or 1.39% from 72); Blue value is 71 (28.12% from 255 or 98.61% from 72); Max value from RGB is 71 - color contains mainly: blue. Hex color #000147 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000147 is #FFFEB8. Grayscale: #080808. Windows color (decimal): -16776889 or 4653312. OLE color: 4653312.
HSL color Cylindrical-coordinate representation of color #000147: hue angle of 239.15º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000147 is Cyan = 1, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 0 | 1 | 71 | - |
| CMYK | 1 | 0.99 | 0 | 0.72 |
| HSL | 239.15º | 1% | 0.14% | - |
| HSV(B) | 239.15º | 1% | 0.28% | - |
| XYZ | 1.15 | 0.48 | 5.99 | - |
| YUV | 8.68 | 163.17 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 1 | 71 | 1 | 0.99 | 0 | 0.72 | 239.15 | 1 | 0.14 |
| Hex | 0 | 1 | 47 | 64 | 63 | 0 | 48 | EF | 64 | E |
| Octal | 0 | 1 | 107 | 144 | 143 | 0 | 110 | 357 | 144 | 16 |
| Binary | 0 | 1 | 1000111 | 1100100 | 1100011 | 0 | 1001000 | 11101111 | 1100100 | 1110 |
Color Harmonies of #000147
Complementary color
Monochromatic Colors of #000147
Black with #000147
Text Example
Text Example
White with #000147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000147; }
p { color: rgb(0,1,71); }
H1.HeaderClassName
{
color: #000147;
}
.AnyTagClassName
{
color: #000147;
}
</style>
background-color css
<style>
a { background-color: #000147; }
a { background-color: rgb(0,1,71); }
div.DivClassName
{
background-color: #000147;
}
.BgClassName
{
background-color: #000147;
}
</style>
border-color css
<style>
span { border-color: #000147; }
span { border-color: rgb(0,1,71); }
td.TdClassName
{
border-color: #000147;
}
.TagClassName
{
border-color: #000147;
}
</style>