Shades of Midnight Express #001640
Tints of Midnight Express #001640
RGB
CMYK
RGB Variations
Color information
#001640 (or 0x001640) is known color: Midnight Express. HEX triplet: 00, 16 and 40. RGB value is (0,22,64). Sum of RGB (Red+Green+Blue) = 0+22+64=86 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 86); Green value is 22 (8.98% from 255 or 25.58% from 86); Blue value is 64 (25.39% from 255 or 74.42% from 86); Max value from RGB is 64 - color contains mainly: blue. Hex color #001640 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001640 is #FFE9BF. Grayscale: #141414. Windows color (decimal): -16771520 or 4199936. OLE color: 4199936.
HSL color Cylindrical-coordinate representation of color #001640: hue angle of 219.38º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001640 is Cyan = 1, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 0 | 22 | 64 | - |
| CMYK | 1 | 0.66 | 0 | 0.75 |
| HSL | 219.38º | 1% | 0.13% | - |
| HSV(B) | 219.38º | 1% | 0.25% | - |
| XYZ | 1.21 | 0.94 | 4.97 | - |
| YUV | 20.21 | 152.71 | 113.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 22 | 64 | 1 | 0.66 | 0 | 0.75 | 219.38 | 1 | 0.13 |
| Hex | 0 | 16 | 40 | 64 | 42 | 0 | 4B | DB | 64 | D |
| Octal | 0 | 26 | 100 | 144 | 102 | 0 | 113 | 333 | 144 | 15 |
| Binary | 0 | 10110 | 1000000 | 1100100 | 1000010 | 0 | 1001011 | 11011011 | 1100100 | 1101 |
Color Harmonies of #001640
Complementary color
Monochromatic Colors of #001640
Black with #001640
Text Example
Text Example
White with #001640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001640; }
p { color: rgb(0,22,64); }
H1.HeaderClassName
{
color: #001640;
}
.AnyTagClassName
{
color: #001640;
}
</style>
background-color css
<style>
a { background-color: #001640; }
a { background-color: rgb(0,22,64); }
div.DivClassName
{
background-color: #001640;
}
.BgClassName
{
background-color: #001640;
}
</style>
border-color css
<style>
span { border-color: #001640; }
span { border-color: rgb(0,22,64); }
td.TdClassName
{
border-color: #001640;
}
.TagClassName
{
border-color: #001640;
}
</style>