Shades of Midnight Express #011030
Tints of Midnight Express #011030
RGB
CMYK
RGB Variations
Color information
#011030 (or 0x011030) is known color: Midnight Express. HEX triplet: 01, 10 and 30. RGB value is (1,16,48). Sum of RGB (Red+Green+Blue) = 1+16+48=65 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.54% from 65); Green value is 16 (6.64% from 255 or 24.62% from 65); Blue value is 48 (19.14% from 255 or 73.85% from 65); Max value from RGB is 48 - color contains mainly: blue. Hex color #011030 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011030 is #FEEFCF. Grayscale: #0F0F0F. Windows color (decimal): -16707536 or 3149825. OLE color: 3149825.
HSL color Cylindrical-coordinate representation of color #011030: hue angle of 220.85º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #011030 is Cyan = 0.98, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 1 | 16 | 48 | - |
| CMYK | 0.98 | 0.67 | 0 | 0.81 |
| HSL | 220.85º | 0.96% | 0.1% | - |
| HSV(B) | 220.85º | 0.98% | 0.19% | - |
| XYZ | 0.73 | 0.59 | 2.87 | - |
| YUV | 15.16 | 146.53 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 16 | 48 | 0.98 | 0.67 | 0 | 0.81 | 220.85 | 0.96 | 0.1 |
| Hex | 1 | 10 | 30 | 62 | 43 | 0 | 51 | DD | 60 | A |
| Octal | 1 | 20 | 60 | 142 | 103 | 0 | 121 | 335 | 140 | 12 |
| Binary | 1 | 10000 | 110000 | 1100010 | 1000011 | 0 | 1010001 | 11011101 | 1100000 | 1010 |
Color Harmonies of #011030
Complementary color
Monochromatic Colors of #011030
Black with #011030
Text Example
Text Example
White with #011030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011030; }
p { color: rgb(1,16,48); }
H1.HeaderClassName
{
color: #011030;
}
.AnyTagClassName
{
color: #011030;
}
</style>
background-color css
<style>
a { background-color: #011030; }
a { background-color: rgb(1,16,48); }
div.DivClassName
{
background-color: #011030;
}
.BgClassName
{
background-color: #011030;
}
</style>
border-color css
<style>
span { border-color: #011030; }
span { border-color: rgb(1,16,48); }
td.TdClassName
{
border-color: #011030;
}
.TagClassName
{
border-color: #011030;
}
</style>