Shades of Midnight Express #011738
Tints of Midnight Express #011738
RGB
CMYK
RGB Variations
Color information
#011738 (or 0x011738) is known color: Midnight Express. HEX triplet: 01, 17 and 38. RGB value is (1,23,56). Sum of RGB (Red+Green+Blue) = 1+23+56=80 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.25% from 80); Green value is 23 (9.38% from 255 or 28.75% from 80); Blue value is 56 (22.27% from 255 or 70% from 80); Max value from RGB is 56 - color contains mainly: blue. Hex color #011738 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011738 is #FEE8C7. Grayscale: #141414. Windows color (decimal): -16705736 or 3675905. OLE color: 3675905.
HSL color Cylindrical-coordinate representation of color #011738: hue angle of 216º 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 #011738 is Cyan = 0.98, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 1 | 23 | 56 | - |
| CMYK | 0.98 | 0.59 | 0 | 0.78 |
| HSL | 216º | 0.96% | 0.11% | - |
| HSV(B) | 216º | 0.98% | 0.22% | - |
| XYZ | 1.03 | 0.9 | 3.86 | - |
| YUV | 20.18 | 148.21 | 114.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 23 | 56 | 0.98 | 0.59 | 0 | 0.78 | 216 | 0.96 | 0.11 |
| Hex | 1 | 17 | 38 | 62 | 3B | 0 | 4E | D8 | 60 | B |
| Octal | 1 | 27 | 70 | 142 | 73 | 0 | 116 | 330 | 140 | 13 |
| Binary | 1 | 10111 | 111000 | 1100010 | 111011 | 0 | 1001110 | 11011000 | 1100000 | 1011 |
Color Harmonies of #011738
Complementary color
Monochromatic Colors of #011738
Black with #011738
Text Example
Text Example
White with #011738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011738; }
p { color: rgb(1,23,56); }
H1.HeaderClassName
{
color: #011738;
}
.AnyTagClassName
{
color: #011738;
}
</style>
background-color css
<style>
a { background-color: #011738; }
a { background-color: rgb(1,23,56); }
div.DivClassName
{
background-color: #011738;
}
.BgClassName
{
background-color: #011738;
}
</style>
border-color css
<style>
span { border-color: #011738; }
span { border-color: rgb(1,23,56); }
td.TdClassName
{
border-color: #011738;
}
.TagClassName
{
border-color: #011738;
}
</style>