Shades of Midnight Express #000247
Tints of Midnight Express #000247
RGB
CMYK
RGB Variations
Color information
#000247 (or 0x000247) is known color: Midnight Express. HEX triplet: 00, 02 and 47. RGB value is (0,2,71). Sum of RGB (Red+Green+Blue) = 0+2+71=73 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 73); Green value is 2 (1.17% from 255 or 2.74% from 73); Blue value is 71 (28.12% from 255 or 97.26% from 73); Max value from RGB is 71 - color contains mainly: blue. Hex color #000247 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000247 is #FFFDB8. Grayscale: #080808. Windows color (decimal): -16776633 or 4653568. OLE color: 4653568.
HSL color Cylindrical-coordinate representation of color #000247: hue angle of 238.31º 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 #000247 is Cyan = 1, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 0 | 2 | 71 | - |
| CMYK | 1 | 0.97 | 0 | 0.72 |
| HSL | 238.31º | 1% | 0.14% | - |
| HSV(B) | 238.31º | 1% | 0.28% | - |
| XYZ | 1.16 | 0.5 | 6 | - |
| YUV | 9.27 | 162.84 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 2 | 71 | 1 | 0.97 | 0 | 0.72 | 238.31 | 1 | 0.14 |
| Hex | 0 | 2 | 47 | 64 | 61 | 0 | 48 | EE | 64 | E |
| Octal | 0 | 2 | 107 | 144 | 141 | 0 | 110 | 356 | 144 | 16 |
| Binary | 0 | 10 | 1000111 | 1100100 | 1100001 | 0 | 1001000 | 11101110 | 1100100 | 1110 |
Color Harmonies of #000247
Complementary color
Monochromatic Colors of #000247
Black with #000247
Text Example
Text Example
White with #000247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000247; }
p { color: rgb(0,2,71); }
H1.HeaderClassName
{
color: #000247;
}
.AnyTagClassName
{
color: #000247;
}
</style>
background-color css
<style>
a { background-color: #000247; }
a { background-color: rgb(0,2,71); }
div.DivClassName
{
background-color: #000247;
}
.BgClassName
{
background-color: #000247;
}
</style>
border-color css
<style>
span { border-color: #000247; }
span { border-color: rgb(0,2,71); }
td.TdClassName
{
border-color: #000247;
}
.TagClassName
{
border-color: #000247;
}
</style>