Shades of Midnight Express #000846
Tints of Midnight Express #000846
RGB
CMYK
RGB Variations
Color information
#000846 (or 0x000846) is known color: Midnight Express. HEX triplet: 00, 08 and 46. RGB value is (0,8,70). Sum of RGB (Red+Green+Blue) = 0+8+70=78 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 78); Green value is 8 (3.52% from 255 or 10.26% from 78); Blue value is 70 (27.73% from 255 or 89.74% from 78); Max value from RGB is 70 - color contains mainly: blue. Hex color #000846 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000846 is #FFF7B9. Grayscale: #0C0C0C. Windows color (decimal): -16775098 or 4589568. OLE color: 4589568.
HSL color Cylindrical-coordinate representation of color #000846: hue angle of 233.14º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000846 is Cyan = 1, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 0 | 8 | 70 | - |
| CMYK | 1 | 0.89 | 0 | 0.73 |
| HSL | 233.14º | 1% | 0.14% | - |
| HSV(B) | 233.14º | 1% | 0.27% | - |
| XYZ | 1.19 | 0.62 | 5.85 | - |
| YUV | 12.68 | 160.35 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 8 | 70 | 1 | 0.89 | 0 | 0.73 | 233.14 | 1 | 0.14 |
| Hex | 0 | 8 | 46 | 64 | 59 | 0 | 49 | E9 | 64 | E |
| Octal | 0 | 10 | 106 | 144 | 131 | 0 | 111 | 351 | 144 | 16 |
| Binary | 0 | 1000 | 1000110 | 1100100 | 1011001 | 0 | 1001001 | 11101001 | 1100100 | 1110 |
Color Harmonies of #000846
Complementary color
Monochromatic Colors of #000846
Black with #000846
Text Example
Text Example
White with #000846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000846; }
p { color: rgb(0,8,70); }
H1.HeaderClassName
{
color: #000846;
}
.AnyTagClassName
{
color: #000846;
}
</style>
background-color css
<style>
a { background-color: #000846; }
a { background-color: rgb(0,8,70); }
div.DivClassName
{
background-color: #000846;
}
.BgClassName
{
background-color: #000846;
}
</style>
border-color css
<style>
span { border-color: #000846; }
span { border-color: rgb(0,8,70); }
td.TdClassName
{
border-color: #000846;
}
.TagClassName
{
border-color: #000846;
}
</style>