Shades of Midnight Express #000246
Tints of Midnight Express #000246
RGB
CMYK
RGB Variations
Color information
#000246 (or 0x000246) is known color: Midnight Express. HEX triplet: 00, 02 and 46. RGB value is (0,2,70). Sum of RGB (Red+Green+Blue) = 0+2+70=72 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 72); Green value is 2 (1.17% from 255 or 2.78% from 72); Blue value is 70 (27.73% from 255 or 97.22% from 72); Max value from RGB is 70 - color contains mainly: blue. Hex color #000246 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000246 is #FFFDB9. Grayscale: #080808. Windows color (decimal): -16776634 or 4588032. OLE color: 4588032.
HSL color Cylindrical-coordinate representation of color #000246: hue angle of 238.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 #000246 is Cyan = 1, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 0 | 2 | 70 | - |
| CMYK | 1 | 0.97 | 0 | 0.73 |
| HSL | 238.29º | 1% | 0.14% | - |
| HSV(B) | 238.29º | 1% | 0.27% | - |
| XYZ | 1.13 | 0.49 | 5.83 | - |
| YUV | 9.15 | 162.34 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 2 | 70 | 1 | 0.97 | 0 | 0.73 | 238.29 | 1 | 0.14 |
| Hex | 0 | 2 | 46 | 64 | 61 | 0 | 49 | EE | 64 | E |
| Octal | 0 | 2 | 106 | 144 | 141 | 0 | 111 | 356 | 144 | 16 |
| Binary | 0 | 10 | 1000110 | 1100100 | 1100001 | 0 | 1001001 | 11101110 | 1100100 | 1110 |
Color Harmonies of #000246
Complementary color
Monochromatic Colors of #000246
Black with #000246
Text Example
Text Example
White with #000246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000246; }
p { color: rgb(0,2,70); }
H1.HeaderClassName
{
color: #000246;
}
.AnyTagClassName
{
color: #000246;
}
</style>
background-color css
<style>
a { background-color: #000246; }
a { background-color: rgb(0,2,70); }
div.DivClassName
{
background-color: #000246;
}
.BgClassName
{
background-color: #000246;
}
</style>
border-color css
<style>
span { border-color: #000246; }
span { border-color: rgb(0,2,70); }
td.TdClassName
{
border-color: #000246;
}
.TagClassName
{
border-color: #000246;
}
</style>