Shades of Midnight Express #000440
Tints of Midnight Express #000440
RGB
CMYK
RGB Variations
Color information
#000440 (or 0x000440) is known color: Midnight Express. HEX triplet: 00, 04 and 40. RGB value is (0,4,64). Sum of RGB (Red+Green+Blue) = 0+4+64=68 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 68); Green value is 4 (1.95% from 255 or 5.88% from 68); Blue value is 64 (25.39% from 255 or 94.12% from 68); Max value from RGB is 64 - color contains mainly: blue. Hex color #000440 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000440 is #FFFBBF. Grayscale: #090909. Windows color (decimal): -16776128 or 4195328. OLE color: 4195328.
HSL color Cylindrical-coordinate representation of color #000440: hue angle of 236.25º 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 #000440 is Cyan = 1, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 0 | 4 | 64 | - |
| CMYK | 1 | 0.94 | 0 | 0.75 |
| HSL | 236.25º | 1% | 0.13% | - |
| HSV(B) | 236.25º | 1% | 0.25% | - |
| XYZ | 0.97 | 0.46 | 4.89 | - |
| YUV | 9.64 | 158.67 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 4 | 64 | 1 | 0.94 | 0 | 0.75 | 236.25 | 1 | 0.13 |
| Hex | 0 | 4 | 40 | 64 | 5E | 0 | 4B | EC | 64 | D |
| Octal | 0 | 4 | 100 | 144 | 136 | 0 | 113 | 354 | 144 | 15 |
| Binary | 0 | 100 | 1000000 | 1100100 | 1011110 | 0 | 1001011 | 11101100 | 1100100 | 1101 |
Color Harmonies of #000440
Complementary color
Monochromatic Colors of #000440
Black with #000440
Text Example
Text Example
White with #000440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000440; }
p { color: rgb(0,4,64); }
H1.HeaderClassName
{
color: #000440;
}
.AnyTagClassName
{
color: #000440;
}
</style>
background-color css
<style>
a { background-color: #000440; }
a { background-color: rgb(0,4,64); }
div.DivClassName
{
background-color: #000440;
}
.BgClassName
{
background-color: #000440;
}
</style>
border-color css
<style>
span { border-color: #000440; }
span { border-color: rgb(0,4,64); }
td.TdClassName
{
border-color: #000440;
}
.TagClassName
{
border-color: #000440;
}
</style>