Shades of Midnight Blue #000047
Tints of Midnight Blue #000047
RGB
CMYK
RGB Variations
Color information
#000047 (or 0x000047) is known color: Midnight Blue. HEX triplet: 00, 00 and 47. RGB value is (0,0,71). Sum of RGB (Red+Green+Blue) = 0+0+71=71 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 71); Green value is 0 (0.39% from 255 or 0% from 71); Blue value is 71 (28.12% from 255 or 100% from 71); Max value from RGB is 71 - color contains mainly: blue. Hex color #000047 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000047 is #FFFFB8. Grayscale: #070707. Windows color (decimal): -16777145 or 4653056. OLE color: 4653056.
HSL color Cylindrical-coordinate representation of color #000047: hue angle of 240º 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 #000047 is Cyan = 1, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 0 | 0 | 71 | - |
| CMYK | 1 | 1 | 0 | 0.72 |
| HSL | 240º | 1% | 0.14% | - |
| HSV(B) | 240º | 1% | 0.28% | - |
| XYZ | 1.14 | 0.45 | 5.99 | - |
| YUV | 8.09 | 163.5 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 0 | 71 | 1 | 1 | 0 | 0.72 | 240 | 1 | 0.14 |
| Hex | 0 | 0 | 47 | 64 | 64 | 0 | 48 | F0 | 64 | E |
| Octal | 0 | 0 | 107 | 144 | 144 | 0 | 110 | 360 | 144 | 16 |
| Binary | 0 | 0 | 1000111 | 1100100 | 1100100 | 0 | 1001000 | 11110000 | 1100100 | 1110 |
Color Harmonies of #000047
Complementary color
Monochromatic Colors of #000047
Black with #000047
Text Example
Text Example
White with #000047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000047; }
p { color: rgb(0,0,71); }
H1.HeaderClassName
{
color: #000047;
}
.AnyTagClassName
{
color: #000047;
}
</style>
background-color css
<style>
a { background-color: #000047; }
a { background-color: rgb(0,0,71); }
div.DivClassName
{
background-color: #000047;
}
.BgClassName
{
background-color: #000047;
}
</style>
border-color css
<style>
span { border-color: #000047; }
span { border-color: rgb(0,0,71); }
td.TdClassName
{
border-color: #000047;
}
.TagClassName
{
border-color: #000047;
}
</style>