Shades of Midnight Express #001639
Tints of Midnight Express #001639
RGB
CMYK
RGB Variations
Color information
#001639 (or 0x001639) is known color: Midnight Express. HEX triplet: 00, 16 and 39. RGB value is (0,22,57). Sum of RGB (Red+Green+Blue) = 0+22+57=79 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 79); Green value is 22 (8.98% from 255 or 27.85% from 79); Blue value is 57 (22.66% from 255 or 72.15% from 79); Max value from RGB is 57 - color contains mainly: blue. Hex color #001639 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001639 is #FFE9C6. Grayscale: #131313. Windows color (decimal): -16771527 or 3741184. OLE color: 3741184.
HSL color Cylindrical-coordinate representation of color #001639: hue angle of 216.84º 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 #001639 is Cyan = 1, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 0 | 22 | 57 | - |
| CMYK | 1 | 0.61 | 0 | 0.78 |
| HSL | 216.84º | 1% | 0.11% | - |
| HSV(B) | 216.84º | 1% | 0.22% | - |
| XYZ | 1.03 | 0.87 | 3.98 | - |
| YUV | 19.41 | 149.21 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 22 | 57 | 1 | 0.61 | 0 | 0.78 | 216.84 | 1 | 0.11 |
| Hex | 0 | 16 | 39 | 64 | 3D | 0 | 4E | D9 | 64 | B |
| Octal | 0 | 26 | 71 | 144 | 75 | 0 | 116 | 331 | 144 | 13 |
| Binary | 0 | 10110 | 111001 | 1100100 | 111101 | 0 | 1001110 | 11011001 | 1100100 | 1011 |
Color Harmonies of #001639
Complementary color
Monochromatic Colors of #001639
Black with #001639
Text Example
Text Example
White with #001639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001639; }
p { color: rgb(0,22,57); }
H1.HeaderClassName
{
color: #001639;
}
.AnyTagClassName
{
color: #001639;
}
</style>
background-color css
<style>
a { background-color: #001639; }
a { background-color: rgb(0,22,57); }
div.DivClassName
{
background-color: #001639;
}
.BgClassName
{
background-color: #001639;
}
</style>
border-color css
<style>
span { border-color: #001639; }
span { border-color: rgb(0,22,57); }
td.TdClassName
{
border-color: #001639;
}
.TagClassName
{
border-color: #001639;
}
</style>