Shades of Midnight Express #010246
Tints of Midnight Express #010246
RGB
CMYK
RGB Variations
Color information
#010246 (or 0x010246) is known color: Midnight Express. HEX triplet: 01, 02 and 46. RGB value is (1,2,70). Sum of RGB (Red+Green+Blue) = 1+2+70=73 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.37% from 73); Green value is 2 (1.17% from 255 or 2.74% from 73); Blue value is 70 (27.73% from 255 or 95.89% from 73); Max value from RGB is 70 - color contains mainly: blue. Hex color #010246 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010246 is #FEFDB9. Grayscale: #090909. Windows color (decimal): -16711098 or 4588033. OLE color: 4588033.
HSL color Cylindrical-coordinate representation of color #010246: hue angle of 239.13º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010246 is Cyan = 0.99, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 1 | 2 | 70 | - |
| CMYK | 0.99 | 0.97 | 0 | 0.73 |
| HSL | 239.13º | 0.97% | 0.14% | - |
| HSV(B) | 239.13º | 0.99% | 0.27% | - |
| XYZ | 1.14 | 0.49 | 5.83 | - |
| YUV | 9.45 | 162.17 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 2 | 70 | 0.99 | 0.97 | 0 | 0.73 | 239.13 | 0.97 | 0.14 |
| Hex | 1 | 2 | 46 | 63 | 61 | 0 | 49 | EF | 61 | E |
| Octal | 1 | 2 | 106 | 143 | 141 | 0 | 111 | 357 | 141 | 16 |
| Binary | 1 | 10 | 1000110 | 1100011 | 1100001 | 0 | 1001001 | 11101111 | 1100001 | 1110 |
Color Harmonies of #010246
Complementary color
Monochromatic Colors of #010246
Black with #010246
Text Example
Text Example
White with #010246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010246; }
p { color: rgb(1,2,70); }
H1.HeaderClassName
{
color: #010246;
}
.AnyTagClassName
{
color: #010246;
}
</style>
background-color css
<style>
a { background-color: #010246; }
a { background-color: rgb(1,2,70); }
div.DivClassName
{
background-color: #010246;
}
.BgClassName
{
background-color: #010246;
}
</style>
border-color css
<style>
span { border-color: #010246; }
span { border-color: rgb(1,2,70); }
td.TdClassName
{
border-color: #010246;
}
.TagClassName
{
border-color: #010246;
}
</style>