Shades of Midnight Express #001740
Tints of Midnight Express #001740
RGB
CMYK
RGB Variations
Color information
#001740 (or 0x001740) is known color: Midnight Express. HEX triplet: 00, 17 and 40. RGB value is (0,23,64). Sum of RGB (Red+Green+Blue) = 0+23+64=87 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 87); Green value is 23 (9.38% from 255 or 26.44% from 87); Blue value is 64 (25.39% from 255 or 73.56% from 87); Max value from RGB is 64 - color contains mainly: blue. Hex color #001740 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001740 is #FFE8BF. Grayscale: #141414. Windows color (decimal): -16771264 or 4200192. OLE color: 4200192.
HSL color Cylindrical-coordinate representation of color #001740: hue angle of 218.44º 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 #001740 is Cyan = 1, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 0 | 23 | 64 | - |
| CMYK | 1 | 0.64 | 0 | 0.75 |
| HSL | 218.44º | 1% | 0.13% | - |
| HSV(B) | 218.44º | 1% | 0.25% | - |
| XYZ | 1.23 | 0.98 | 4.98 | - |
| YUV | 20.8 | 152.38 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 23 | 64 | 1 | 0.64 | 0 | 0.75 | 218.44 | 1 | 0.13 |
| Hex | 0 | 17 | 40 | 64 | 40 | 0 | 4B | DA | 64 | D |
| Octal | 0 | 27 | 100 | 144 | 100 | 0 | 113 | 332 | 144 | 15 |
| Binary | 0 | 10111 | 1000000 | 1100100 | 1000000 | 0 | 1001011 | 11011010 | 1100100 | 1101 |
Color Harmonies of #001740
Complementary color
Monochromatic Colors of #001740
Black with #001740
Text Example
Text Example
White with #001740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001740; }
p { color: rgb(0,23,64); }
H1.HeaderClassName
{
color: #001740;
}
.AnyTagClassName
{
color: #001740;
}
</style>
background-color css
<style>
a { background-color: #001740; }
a { background-color: rgb(0,23,64); }
div.DivClassName
{
background-color: #001740;
}
.BgClassName
{
background-color: #001740;
}
</style>
border-color css
<style>
span { border-color: #001740; }
span { border-color: rgb(0,23,64); }
td.TdClassName
{
border-color: #001740;
}
.TagClassName
{
border-color: #001740;
}
</style>