Shades of Midnight Express #011638
Tints of Midnight Express #011638
RGB
CMYK
RGB Variations
Color information
#011638 (or 0x011638) is known color: Midnight Express. HEX triplet: 01, 16 and 38. RGB value is (1,22,56). Sum of RGB (Red+Green+Blue) = 1+22+56=79 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.27% from 79); Green value is 22 (8.98% from 255 or 27.85% from 79); Blue value is 56 (22.27% from 255 or 70.89% from 79); Max value from RGB is 56 - color contains mainly: blue. Hex color #011638 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011638 is #FEE9C7. Grayscale: #131313. Windows color (decimal): -16705992 or 3675649. OLE color: 3675649.
HSL color Cylindrical-coordinate representation of color #011638: hue angle of 217.09º degrees, saturation: 0.96, 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 #011638 is Cyan = 0.98, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 1 | 22 | 56 | - |
| CMYK | 0.98 | 0.61 | 0 | 0.78 |
| HSL | 217.09º | 0.96% | 0.11% | - |
| HSV(B) | 217.09º | 0.98% | 0.22% | - |
| XYZ | 1.01 | 0.87 | 3.86 | - |
| YUV | 19.6 | 148.54 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 22 | 56 | 0.98 | 0.61 | 0 | 0.78 | 217.09 | 0.96 | 0.11 |
| Hex | 1 | 16 | 38 | 62 | 3D | 0 | 4E | D9 | 60 | B |
| Octal | 1 | 26 | 70 | 142 | 75 | 0 | 116 | 331 | 140 | 13 |
| Binary | 1 | 10110 | 111000 | 1100010 | 111101 | 0 | 1001110 | 11011001 | 1100000 | 1011 |
Color Harmonies of #011638
Complementary color
Monochromatic Colors of #011638
Black with #011638
Text Example
Text Example
White with #011638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011638; }
p { color: rgb(1,22,56); }
H1.HeaderClassName
{
color: #011638;
}
.AnyTagClassName
{
color: #011638;
}
</style>
background-color css
<style>
a { background-color: #011638; }
a { background-color: rgb(1,22,56); }
div.DivClassName
{
background-color: #011638;
}
.BgClassName
{
background-color: #011638;
}
</style>
border-color css
<style>
span { border-color: #011638; }
span { border-color: rgb(1,22,56); }
td.TdClassName
{
border-color: #011638;
}
.TagClassName
{
border-color: #011638;
}
</style>