Shades of Midnight Express #010D39
Tints of Midnight Express #010D39
RGB
CMYK
RGB Variations
Color information
#010D39 (or 0x010D39) is known color: Midnight Express. HEX triplet: 01, 0D and 39. RGB value is (1,13,57). Sum of RGB (Red+Green+Blue) = 1+13+57=71 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.41% from 71); Green value is 13 (5.47% from 255 or 18.31% from 71); Blue value is 57 (22.66% from 255 or 80.28% from 71); Max value from RGB is 57 - color contains mainly: blue. Hex color #010D39 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010D39 is #FEF2C6. Grayscale: #0E0E0E. Windows color (decimal): -16708295 or 3738881. OLE color: 3738881.
HSL color Cylindrical-coordinate representation of color #010D39: hue angle of 227.14º 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 #010D39 is Cyan = 0.98, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 1 | 13 | 57 | - |
| CMYK | 0.98 | 0.77 | 0 | 0.78 |
| HSL | 227.14º | 0.97% | 0.11% | - |
| HSV(B) | 227.14º | 0.98% | 0.22% | - |
| XYZ | 0.89 | 0.59 | 3.94 | - |
| YUV | 14.43 | 152.02 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 13 | 57 | 0.98 | 0.77 | 0 | 0.78 | 227.14 | 0.97 | 0.11 |
| Hex | 1 | D | 39 | 62 | 4D | 0 | 4E | E3 | 61 | B |
| Octal | 1 | 15 | 71 | 142 | 115 | 0 | 116 | 343 | 141 | 13 |
| Binary | 1 | 1101 | 111001 | 1100010 | 1001101 | 0 | 1001110 | 11100011 | 1100001 | 1011 |
Color Harmonies of #010D39
Complementary color
Monochromatic Colors of #010D39
Black with #010D39
Text Example
Text Example
White with #010D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010D39; }
p { color: rgb(1,13,57); }
H1.HeaderClassName
{
color: #010D39;
}
.AnyTagClassName
{
color: #010D39;
}
</style>
background-color css
<style>
a { background-color: #010D39; }
a { background-color: rgb(1,13,57); }
div.DivClassName
{
background-color: #010D39;
}
.BgClassName
{
background-color: #010D39;
}
</style>
border-color css
<style>
span { border-color: #010D39; }
span { border-color: rgb(1,13,57); }
td.TdClassName
{
border-color: #010D39;
}
.TagClassName
{
border-color: #010D39;
}
</style>