Shades of Midnight Express #000740
Tints of Midnight Express #000740
RGB
CMYK
RGB Variations
Color information
#000740 (or 0x000740) is known color: Midnight Express. HEX triplet: 00, 07 and 40. RGB value is (0,7,64). Sum of RGB (Red+Green+Blue) = 0+7+64=71 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 71); Green value is 7 (3.12% from 255 or 9.86% from 71); Blue value is 64 (25.39% from 255 or 90.14% from 71); Max value from RGB is 64 - color contains mainly: blue. Hex color #000740 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000740 is #FFF8BF. Grayscale: #0B0B0B. Windows color (decimal): -16775360 or 4196096. OLE color: 4196096.
HSL color Cylindrical-coordinate representation of color #000740: hue angle of 233.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 #000740 is Cyan = 1, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 0 | 7 | 64 | - |
| CMYK | 1 | 0.89 | 0 | 0.75 |
| HSL | 233.44º | 1% | 0.13% | - |
| HSV(B) | 233.44º | 1% | 0.25% | - |
| XYZ | 1 | 0.52 | 4.9 | - |
| YUV | 11.41 | 157.68 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 7 | 64 | 1 | 0.89 | 0 | 0.75 | 233.44 | 1 | 0.13 |
| Hex | 0 | 7 | 40 | 64 | 59 | 0 | 4B | E9 | 64 | D |
| Octal | 0 | 7 | 100 | 144 | 131 | 0 | 113 | 351 | 144 | 15 |
| Binary | 0 | 111 | 1000000 | 1100100 | 1011001 | 0 | 1001011 | 11101001 | 1100100 | 1101 |
Color Harmonies of #000740
Complementary color
Monochromatic Colors of #000740
Black with #000740
Text Example
Text Example
White with #000740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000740; }
p { color: rgb(0,7,64); }
H1.HeaderClassName
{
color: #000740;
}
.AnyTagClassName
{
color: #000740;
}
</style>
background-color css
<style>
a { background-color: #000740; }
a { background-color: rgb(0,7,64); }
div.DivClassName
{
background-color: #000740;
}
.BgClassName
{
background-color: #000740;
}
</style>
border-color css
<style>
span { border-color: #000740; }
span { border-color: rgb(0,7,64); }
td.TdClassName
{
border-color: #000740;
}
.TagClassName
{
border-color: #000740;
}
</style>