Shades of Midnight Express #001138
Tints of Midnight Express #001138
RGB
CMYK
RGB Variations
Color information
#001138 (or 0x001138) is known color: Midnight Express. HEX triplet: 00, 11 and 38. RGB value is (0,17,56). Sum of RGB (Red+Green+Blue) = 0+17+56=73 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 73); Green value is 17 (7.03% from 255 or 23.29% from 73); Blue value is 56 (22.27% from 255 or 76.71% from 73); Max value from RGB is 56 - color contains mainly: blue. Hex color #001138 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001138 is #FFEEC7. Grayscale: #101010. Windows color (decimal): -16772808 or 3674368. OLE color: 3674368.
HSL color Cylindrical-coordinate representation of color #001138: hue angle of 221.79º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001138 is Cyan = 1, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 0 | 17 | 56 | - |
| CMYK | 1 | 0.70 | 0 | 0.78 |
| HSL | 221.79º | 1% | 0.11% | - |
| HSV(B) | 221.79º | 1% | 0.22% | - |
| XYZ | 0.91 | 0.69 | 3.83 | - |
| YUV | 16.36 | 150.37 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 17 | 56 | 1 | 0.70 | 0 | 0.78 | 221.79 | 1 | 0.11 |
| Hex | 0 | 11 | 38 | 64 | 46 | 0 | 4E | DE | 64 | B |
| Octal | 0 | 21 | 70 | 144 | 106 | 0 | 116 | 336 | 144 | 13 |
| Binary | 0 | 10001 | 111000 | 1100100 | 1000110 | 0 | 1001110 | 11011110 | 1100100 | 1011 |
Color Harmonies of #001138
Complementary color
Monochromatic Colors of #001138
Black with #001138
Text Example
Text Example
White with #001138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001138; }
p { color: rgb(0,17,56); }
H1.HeaderClassName
{
color: #001138;
}
.AnyTagClassName
{
color: #001138;
}
</style>
background-color css
<style>
a { background-color: #001138; }
a { background-color: rgb(0,17,56); }
div.DivClassName
{
background-color: #001138;
}
.BgClassName
{
background-color: #001138;
}
</style>
border-color css
<style>
span { border-color: #001138; }
span { border-color: rgb(0,17,56); }
td.TdClassName
{
border-color: #001138;
}
.TagClassName
{
border-color: #001138;
}
</style>