Shades of Midnight Express #010139
Tints of Midnight Express #010139
RGB
CMYK
RGB Variations
Color information
#010139 (or 0x010139) is known color: Midnight Express. HEX triplet: 01, 01 and 39. RGB value is (1,1,57). Sum of RGB (Red+Green+Blue) = 1+1+57=59 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.69% from 59); Green value is 1 (0.78% from 255 or 1.69% from 59); Blue value is 57 (22.66% from 255 or 96.61% from 59); Max value from RGB is 57 - color contains mainly: blue. Hex color #010139 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010139 is #FEFEC6. Grayscale: #070707. Windows color (decimal): -16711367 or 3735809. OLE color: 3735809.
HSL color Cylindrical-coordinate representation of color #010139: hue angle of 240º degrees, saturation: 0.97, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #010139 is Cyan = 0.98, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 1 | 1 | 57 | - |
| CMYK | 0.98 | 0.98 | 0 | 0.78 |
| HSL | 240º | 0.97% | 0.11% | - |
| HSV(B) | 240º | 0.98% | 0.22% | - |
| XYZ | 0.76 | 0.32 | 3.89 | - |
| YUV | 7.38 | 156 | 123.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 1 | 57 | 0.98 | 0.98 | 0 | 0.78 | 240 | 0.97 | 0.11 |
| Hex | 1 | 1 | 39 | 62 | 62 | 0 | 4E | F0 | 61 | B |
| Octal | 1 | 1 | 71 | 142 | 142 | 0 | 116 | 360 | 141 | 13 |
| Binary | 1 | 1 | 111001 | 1100010 | 1100010 | 0 | 1001110 | 11110000 | 1100001 | 1011 |
Color Harmonies of #010139
Complementary color
Monochromatic Colors of #010139
Black with #010139
Text Example
Text Example
White with #010139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010139; }
p { color: rgb(1,1,57); }
H1.HeaderClassName
{
color: #010139;
}
.AnyTagClassName
{
color: #010139;
}
</style>
background-color css
<style>
a { background-color: #010139; }
a { background-color: rgb(1,1,57); }
div.DivClassName
{
background-color: #010139;
}
.BgClassName
{
background-color: #010139;
}
</style>
border-color css
<style>
span { border-color: #010139; }
span { border-color: rgb(1,1,57); }
td.TdClassName
{
border-color: #010139;
}
.TagClassName
{
border-color: #010139;
}
</style>