Shades of Midnight Express #011134
Tints of Midnight Express #011134
RGB
CMYK
RGB Variations
Color information
#011134 (or 0x011134) is known color: Midnight Express. HEX triplet: 01, 11 and 34. RGB value is (1,17,52). Sum of RGB (Red+Green+Blue) = 1+17+52=70 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.43% from 70); Green value is 17 (7.03% from 255 or 24.29% from 70); Blue value is 52 (20.70% from 255 or 74.29% from 70); Max value from RGB is 52 - color contains mainly: blue. Hex color #011134 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011134 is #FEEECB. Grayscale: #101010. Windows color (decimal): -16707276 or 3412225. OLE color: 3412225.
HSL color Cylindrical-coordinate representation of color #011134: hue angle of 221.18º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #011134 is Cyan = 0.98, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 1 | 17 | 52 | - |
| CMYK | 0.98 | 0.67 | 0 | 0.80 |
| HSL | 221.18º | 0.96% | 0.1% | - |
| HSV(B) | 221.18º | 0.98% | 0.2% | - |
| XYZ | 0.83 | 0.66 | 3.33 | - |
| YUV | 16.21 | 148.2 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 17 | 52 | 0.98 | 0.67 | 0 | 0.80 | 221.18 | 0.96 | 0.1 |
| Hex | 1 | 11 | 34 | 62 | 43 | 0 | 50 | DD | 60 | A |
| Octal | 1 | 21 | 64 | 142 | 103 | 0 | 120 | 335 | 140 | 12 |
| Binary | 1 | 10001 | 110100 | 1100010 | 1000011 | 0 | 1010000 | 11011101 | 1100000 | 1010 |
Color Harmonies of #011134
Complementary color
Monochromatic Colors of #011134
Black with #011134
Text Example
Text Example
White with #011134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011134; }
p { color: rgb(1,17,52); }
H1.HeaderClassName
{
color: #011134;
}
.AnyTagClassName
{
color: #011134;
}
</style>
background-color css
<style>
a { background-color: #011134; }
a { background-color: rgb(1,17,52); }
div.DivClassName
{
background-color: #011134;
}
.BgClassName
{
background-color: #011134;
}
</style>
border-color css
<style>
span { border-color: #011134; }
span { border-color: rgb(1,17,52); }
td.TdClassName
{
border-color: #011134;
}
.TagClassName
{
border-color: #011134;
}
</style>