Shades of Midnight Express #001438
Tints of Midnight Express #001438
RGB
CMYK
RGB Variations
Color information
#001438 (or 0x001438) is known color: Midnight Express. HEX triplet: 00, 14 and 38. RGB value is (0,20,56). Sum of RGB (Red+Green+Blue) = 0+20+56=76 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 76); Green value is 20 (8.20% from 255 or 26.32% from 76); Blue value is 56 (22.27% from 255 or 73.68% from 76); Max value from RGB is 56 - color contains mainly: blue. Hex color #001438 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001438 is #FFEBC7. Grayscale: #111111. Windows color (decimal): -16772040 or 3675136. OLE color: 3675136.
HSL color Cylindrical-coordinate representation of color #001438: hue angle of 218.57º 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 #001438 is Cyan = 1, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 0 | 20 | 56 | - |
| CMYK | 1 | 0.64 | 0 | 0.78 |
| HSL | 218.57º | 1% | 0.11% | - |
| HSV(B) | 218.57º | 1% | 0.22% | - |
| XYZ | 0.96 | 0.79 | 3.84 | - |
| YUV | 18.12 | 149.37 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 20 | 56 | 1 | 0.64 | 0 | 0.78 | 218.57 | 1 | 0.11 |
| Hex | 0 | 14 | 38 | 64 | 40 | 0 | 4E | DB | 64 | B |
| Octal | 0 | 24 | 70 | 144 | 100 | 0 | 116 | 333 | 144 | 13 |
| Binary | 0 | 10100 | 111000 | 1100100 | 1000000 | 0 | 1001110 | 11011011 | 1100100 | 1011 |
Color Harmonies of #001438
Complementary color
Monochromatic Colors of #001438
Black with #001438
Text Example
Text Example
White with #001438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001438; }
p { color: rgb(0,20,56); }
H1.HeaderClassName
{
color: #001438;
}
.AnyTagClassName
{
color: #001438;
}
</style>
background-color css
<style>
a { background-color: #001438; }
a { background-color: rgb(0,20,56); }
div.DivClassName
{
background-color: #001438;
}
.BgClassName
{
background-color: #001438;
}
</style>
border-color css
<style>
span { border-color: #001438; }
span { border-color: rgb(0,20,56); }
td.TdClassName
{
border-color: #001438;
}
.TagClassName
{
border-color: #001438;
}
</style>