Shades of Midnight Express #010D46
Tints of Midnight Express #010D46
RGB
CMYK
RGB Variations
Color information
#010D46 (or 0x010D46) is known color: Midnight Express. HEX triplet: 01, 0D and 46. RGB value is (1,13,70). Sum of RGB (Red+Green+Blue) = 1+13+70=84 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.19% from 84); Green value is 13 (5.47% from 255 or 15.48% from 84); Blue value is 70 (27.73% from 255 or 83.33% from 84); Max value from RGB is 70 - color contains mainly: blue. Hex color #010D46 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010D46 is #FEF2B9. Grayscale: #0F0F0F. Windows color (decimal): -16708282 or 4590849. OLE color: 4590849.
HSL color Cylindrical-coordinate representation of color #010D46: hue angle of 229.57º 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 #010D46 is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 1 | 13 | 70 | - |
| CMYK | 0.99 | 0.81 | 0 | 0.73 |
| HSL | 229.57º | 0.97% | 0.14% | - |
| HSV(B) | 229.57º | 0.99% | 0.27% | - |
| XYZ | 1.26 | 0.74 | 5.87 | - |
| YUV | 15.91 | 158.52 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 13 | 70 | 0.99 | 0.81 | 0 | 0.73 | 229.57 | 0.97 | 0.14 |
| Hex | 1 | D | 46 | 63 | 51 | 0 | 49 | E6 | 61 | E |
| Octal | 1 | 15 | 106 | 143 | 121 | 0 | 111 | 346 | 141 | 16 |
| Binary | 1 | 1101 | 1000110 | 1100011 | 1010001 | 0 | 1001001 | 11100110 | 1100001 | 1110 |
Color Harmonies of #010D46
Complementary color
Monochromatic Colors of #010D46
Black with #010D46
Text Example
Text Example
White with #010D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010D46; }
p { color: rgb(1,13,70); }
H1.HeaderClassName
{
color: #010D46;
}
.AnyTagClassName
{
color: #010D46;
}
</style>
background-color css
<style>
a { background-color: #010D46; }
a { background-color: rgb(1,13,70); }
div.DivClassName
{
background-color: #010D46;
}
.BgClassName
{
background-color: #010D46;
}
</style>
border-color css
<style>
span { border-color: #010D46; }
span { border-color: rgb(1,13,70); }
td.TdClassName
{
border-color: #010D46;
}
.TagClassName
{
border-color: #010D46;
}
</style>