Shades of Midnight Express #001538
Tints of Midnight Express #001538
RGB
CMYK
RGB Variations
Color information
#001538 (or 0x001538) is known color: Midnight Express. HEX triplet: 00, 15 and 38. RGB value is (0,21,56). Sum of RGB (Red+Green+Blue) = 0+21+56=77 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 77); Green value is 21 (8.59% from 255 or 27.27% from 77); Blue value is 56 (22.27% from 255 or 72.73% from 77); Max value from RGB is 56 - color contains mainly: blue. Hex color #001538 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001538 is #FFEAC7. Grayscale: #121212. Windows color (decimal): -16771784 or 3675392. OLE color: 3675392.
HSL color Cylindrical-coordinate representation of color #001538: hue angle of 217.5º 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 #001538 is Cyan = 1, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 0 | 21 | 56 | - |
| CMYK | 1 | 0.63 | 0 | 0.78 |
| HSL | 217.5º | 1% | 0.11% | - |
| HSV(B) | 217.5º | 1% | 0.22% | - |
| XYZ | 0.98 | 0.82 | 3.85 | - |
| YUV | 18.71 | 149.04 | 114.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 21 | 56 | 1 | 0.63 | 0 | 0.78 | 217.5 | 1 | 0.11 |
| Hex | 0 | 15 | 38 | 64 | 3F | 0 | 4E | DA | 64 | B |
| Octal | 0 | 25 | 70 | 144 | 77 | 0 | 116 | 332 | 144 | 13 |
| Binary | 0 | 10101 | 111000 | 1100100 | 111111 | 0 | 1001110 | 11011010 | 1100100 | 1011 |
Color Harmonies of #001538
Complementary color
Monochromatic Colors of #001538
Black with #001538
Text Example
Text Example
White with #001538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001538; }
p { color: rgb(0,21,56); }
H1.HeaderClassName
{
color: #001538;
}
.AnyTagClassName
{
color: #001538;
}
</style>
background-color css
<style>
a { background-color: #001538; }
a { background-color: rgb(0,21,56); }
div.DivClassName
{
background-color: #001538;
}
.BgClassName
{
background-color: #001538;
}
</style>
border-color css
<style>
span { border-color: #001538; }
span { border-color: rgb(0,21,56); }
td.TdClassName
{
border-color: #001538;
}
.TagClassName
{
border-color: #001538;
}
</style>