Shades of Midnight Express #000647
Tints of Midnight Express #000647
RGB
CMYK
RGB Variations
Color information
#000647 (or 0x000647) is known color: Midnight Express. HEX triplet: 00, 06 and 47. RGB value is (0,6,71). Sum of RGB (Red+Green+Blue) = 0+6+71=77 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 77); Green value is 6 (2.73% from 255 or 7.79% from 77); Blue value is 71 (28.12% from 255 or 92.21% from 77); Max value from RGB is 71 - color contains mainly: blue. Hex color #000647 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000647 is #FFF9B8. Grayscale: #0B0B0B. Windows color (decimal): -16775609 or 4654592. OLE color: 4654592.
HSL color Cylindrical-coordinate representation of color #000647: hue angle of 234.93º 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 #000647 is Cyan = 1, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 0 | 6 | 71 | - |
| CMYK | 1 | 0.92 | 0 | 0.72 |
| HSL | 234.93º | 1% | 0.14% | - |
| HSV(B) | 234.93º | 1% | 0.28% | - |
| XYZ | 1.2 | 0.59 | 6.01 | - |
| YUV | 11.62 | 161.51 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 6 | 71 | 1 | 0.92 | 0 | 0.72 | 234.93 | 1 | 0.14 |
| Hex | 0 | 6 | 47 | 64 | 5C | 0 | 48 | EB | 64 | E |
| Octal | 0 | 6 | 107 | 144 | 134 | 0 | 110 | 353 | 144 | 16 |
| Binary | 0 | 110 | 1000111 | 1100100 | 1011100 | 0 | 1001000 | 11101011 | 1100100 | 1110 |
Color Harmonies of #000647
Complementary color
Monochromatic Colors of #000647
Black with #000647
Text Example
Text Example
White with #000647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000647; }
p { color: rgb(0,6,71); }
H1.HeaderClassName
{
color: #000647;
}
.AnyTagClassName
{
color: #000647;
}
</style>
background-color css
<style>
a { background-color: #000647; }
a { background-color: rgb(0,6,71); }
div.DivClassName
{
background-color: #000647;
}
.BgClassName
{
background-color: #000647;
}
</style>
border-color css
<style>
span { border-color: #000647; }
span { border-color: rgb(0,6,71); }
td.TdClassName
{
border-color: #000647;
}
.TagClassName
{
border-color: #000647;
}
</style>