Shades of Midnight Express #011239
Tints of Midnight Express #011239
RGB
CMYK
RGB Variations
Color information
#011239 (or 0x011239) is known color: Midnight Express. HEX triplet: 01, 12 and 39. RGB value is (1,18,57). Sum of RGB (Red+Green+Blue) = 1+18+57=76 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.32% from 76); Green value is 18 (7.42% from 255 or 23.68% from 76); Blue value is 57 (22.66% from 255 or 75% from 76); Max value from RGB is 57 - color contains mainly: blue. Hex color #011239 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011239 is #FEEDC6. Grayscale: #111111. Windows color (decimal): -16707015 or 3740161. OLE color: 3740161.
HSL color Cylindrical-coordinate representation of color #011239: hue angle of 221.79º 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 #011239 is Cyan = 0.98, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 1 | 18 | 57 | - |
| CMYK | 0.98 | 0.68 | 0 | 0.78 |
| HSL | 221.79º | 0.97% | 0.11% | - |
| HSV(B) | 221.79º | 0.98% | 0.22% | - |
| XYZ | 0.97 | 0.73 | 3.96 | - |
| YUV | 17.36 | 150.37 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 18 | 57 | 0.98 | 0.68 | 0 | 0.78 | 221.79 | 0.97 | 0.11 |
| Hex | 1 | 12 | 39 | 62 | 44 | 0 | 4E | DE | 61 | B |
| Octal | 1 | 22 | 71 | 142 | 104 | 0 | 116 | 336 | 141 | 13 |
| Binary | 1 | 10010 | 111001 | 1100010 | 1000100 | 0 | 1001110 | 11011110 | 1100001 | 1011 |
Color Harmonies of #011239
Complementary color
Monochromatic Colors of #011239
Black with #011239
Text Example
Text Example
White with #011239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011239; }
p { color: rgb(1,18,57); }
H1.HeaderClassName
{
color: #011239;
}
.AnyTagClassName
{
color: #011239;
}
</style>
background-color css
<style>
a { background-color: #011239; }
a { background-color: rgb(1,18,57); }
div.DivClassName
{
background-color: #011239;
}
.BgClassName
{
background-color: #011239;
}
</style>
border-color css
<style>
span { border-color: #011239; }
span { border-color: rgb(1,18,57); }
td.TdClassName
{
border-color: #011239;
}
.TagClassName
{
border-color: #011239;
}
</style>