Shades of Midnight Express #000046
Tints of Midnight Express #000046
RGB
CMYK
RGB Variations
Color information
#000046 (or 0x000046) is known color: Midnight Express. HEX triplet: 00, 00 and 46. RGB value is (0,0,70). Sum of RGB (Red+Green+Blue) = 0+0+70=70 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 70); Green value is 0 (0.39% from 255 or 0% from 70); Blue value is 70 (27.73% from 255 or 100% from 70); Max value from RGB is 70 - color contains mainly: blue. Hex color #000046 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000046 is #FFFFB9. Grayscale: #070707. Windows color (decimal): -16777146 or 4587520. OLE color: 4587520.
HSL color Cylindrical-coordinate representation of color #000046: hue angle of 240º 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 #000046 is Cyan = 1, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 0 | 0 | 70 | - |
| CMYK | 1 | 1 | 0 | 0.73 |
| HSL | 240º | 1% | 0.14% | - |
| HSV(B) | 240º | 1% | 0.27% | - |
| XYZ | 1.11 | 0.44 | 5.82 | - |
| YUV | 7.98 | 163 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 0 | 70 | 1 | 1 | 0 | 0.73 | 240 | 1 | 0.14 |
| Hex | 0 | 0 | 46 | 64 | 64 | 0 | 49 | F0 | 64 | E |
| Octal | 0 | 0 | 106 | 144 | 144 | 0 | 111 | 360 | 144 | 16 |
| Binary | 0 | 0 | 1000110 | 1100100 | 1100100 | 0 | 1001001 | 11110000 | 1100100 | 1110 |
Color Harmonies of #000046
Complementary color
Monochromatic Colors of #000046
Black with #000046
Text Example
Text Example
White with #000046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000046; }
p { color: rgb(0,0,70); }
H1.HeaderClassName
{
color: #000046;
}
.AnyTagClassName
{
color: #000046;
}
</style>
background-color css
<style>
a { background-color: #000046; }
a { background-color: rgb(0,0,70); }
div.DivClassName
{
background-color: #000046;
}
.BgClassName
{
background-color: #000046;
}
</style>
border-color css
<style>
span { border-color: #000046; }
span { border-color: rgb(0,0,70); }
td.TdClassName
{
border-color: #000046;
}
.TagClassName
{
border-color: #000046;
}
</style>