Shades of Midnight Express #000946
Tints of Midnight Express #000946
RGB
CMYK
RGB Variations
Color information
#000946 (or 0x000946) is known color: Midnight Express. HEX triplet: 00, 09 and 46. RGB value is (0,9,70). Sum of RGB (Red+Green+Blue) = 0+9+70=79 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 79); Green value is 9 (3.91% from 255 or 11.39% from 79); Blue value is 70 (27.73% from 255 or 88.61% from 79); Max value from RGB is 70 - color contains mainly: blue. Hex color #000946 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000946 is #FFF6B9. Grayscale: #0D0D0D. Windows color (decimal): -16774842 or 4589824. OLE color: 4589824.
HSL color Cylindrical-coordinate representation of color #000946: hue angle of 232.29º 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 #000946 is Cyan = 1, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 0 | 9 | 70 | - |
| CMYK | 1 | 0.87 | 0 | 0.73 |
| HSL | 232.29º | 1% | 0.14% | - |
| HSV(B) | 232.29º | 1% | 0.27% | - |
| XYZ | 1.2 | 0.64 | 5.85 | - |
| YUV | 13.26 | 160.02 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 9 | 70 | 1 | 0.87 | 0 | 0.73 | 232.29 | 1 | 0.14 |
| Hex | 0 | 9 | 46 | 64 | 57 | 0 | 49 | E8 | 64 | E |
| Octal | 0 | 11 | 106 | 144 | 127 | 0 | 111 | 350 | 144 | 16 |
| Binary | 0 | 1001 | 1000110 | 1100100 | 1010111 | 0 | 1001001 | 11101000 | 1100100 | 1110 |
Color Harmonies of #000946
Complementary color
Monochromatic Colors of #000946
Black with #000946
Text Example
Text Example
White with #000946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000946; }
p { color: rgb(0,9,70); }
H1.HeaderClassName
{
color: #000946;
}
.AnyTagClassName
{
color: #000946;
}
</style>
background-color css
<style>
a { background-color: #000946; }
a { background-color: rgb(0,9,70); }
div.DivClassName
{
background-color: #000946;
}
.BgClassName
{
background-color: #000946;
}
</style>
border-color css
<style>
span { border-color: #000946; }
span { border-color: rgb(0,9,70); }
td.TdClassName
{
border-color: #000946;
}
.TagClassName
{
border-color: #000946;
}
</style>