Shades of Midnight Express #010546
Tints of Midnight Express #010546
RGB
CMYK
RGB Variations
Color information
#010546 (or 0x010546) is known color: Midnight Express. HEX triplet: 01, 05 and 46. RGB value is (1,5,70). Sum of RGB (Red+Green+Blue) = 1+5+70=76 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.32% from 76); Green value is 5 (2.34% from 255 or 6.58% from 76); Blue value is 70 (27.73% from 255 or 92.11% from 76); Max value from RGB is 70 - color contains mainly: blue. Hex color #010546 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010546 is #FEFAB9. Grayscale: #0A0A0A. Windows color (decimal): -16710330 or 4588801. OLE color: 4588801.
HSL color Cylindrical-coordinate representation of color #010546: hue angle of 236.52º 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 #010546 is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 1 | 5 | 70 | - |
| CMYK | 0.99 | 0.93 | 0 | 0.73 |
| HSL | 236.52º | 0.97% | 0.14% | - |
| HSV(B) | 236.52º | 0.99% | 0.27% | - |
| XYZ | 1.17 | 0.56 | 5.84 | - |
| YUV | 11.21 | 161.17 | 120.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 5 | 70 | 0.99 | 0.93 | 0 | 0.73 | 236.52 | 0.97 | 0.14 |
| Hex | 1 | 5 | 46 | 63 | 5D | 0 | 49 | ED | 61 | E |
| Octal | 1 | 5 | 106 | 143 | 135 | 0 | 111 | 355 | 141 | 16 |
| Binary | 1 | 101 | 1000110 | 1100011 | 1011101 | 0 | 1001001 | 11101101 | 1100001 | 1110 |
Color Harmonies of #010546
Complementary color
Monochromatic Colors of #010546
Black with #010546
Text Example
Text Example
White with #010546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010546; }
p { color: rgb(1,5,70); }
H1.HeaderClassName
{
color: #010546;
}
.AnyTagClassName
{
color: #010546;
}
</style>
background-color css
<style>
a { background-color: #010546; }
a { background-color: rgb(1,5,70); }
div.DivClassName
{
background-color: #010546;
}
.BgClassName
{
background-color: #010546;
}
</style>
border-color css
<style>
span { border-color: #010546; }
span { border-color: rgb(1,5,70); }
td.TdClassName
{
border-color: #010546;
}
.TagClassName
{
border-color: #010546;
}
</style>