Shades of Midnight Express #000D40
Tints of Midnight Express #000D40
RGB
CMYK
RGB Variations
Color information
#000D40 (or 0x000D40) is known color: Midnight Express. HEX triplet: 00, 0D and 40. RGB value is (0,13,64). Sum of RGB (Red+Green+Blue) = 0+13+64=77 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 77); Green value is 13 (5.47% from 255 or 16.88% from 77); Blue value is 64 (25.39% from 255 or 83.12% from 77); Max value from RGB is 64 - color contains mainly: blue. Hex color #000D40 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000D40 is #FFF2BF. Grayscale: #0E0E0E. Windows color (decimal): -16773824 or 4197632. OLE color: 4197632.
HSL color Cylindrical-coordinate representation of color #000D40: hue angle of 227.81º 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 #000D40 is Cyan = 1, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 0 | 13 | 64 | - |
| CMYK | 1 | 0.80 | 0 | 0.75 |
| HSL | 227.81º | 1% | 0.13% | - |
| HSV(B) | 227.81º | 1% | 0.25% | - |
| XYZ | 1.07 | 0.66 | 4.92 | - |
| YUV | 14.93 | 155.69 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 13 | 64 | 1 | 0.80 | 0 | 0.75 | 227.81 | 1 | 0.13 |
| Hex | 0 | D | 40 | 64 | 50 | 0 | 4B | E4 | 64 | D |
| Octal | 0 | 15 | 100 | 144 | 120 | 0 | 113 | 344 | 144 | 15 |
| Binary | 0 | 1101 | 1000000 | 1100100 | 1010000 | 0 | 1001011 | 11100100 | 1100100 | 1101 |
Color Harmonies of #000D40
Complementary color
Monochromatic Colors of #000D40
Black with #000D40
Text Example
Text Example
White with #000D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000D40; }
p { color: rgb(0,13,64); }
H1.HeaderClassName
{
color: #000D40;
}
.AnyTagClassName
{
color: #000D40;
}
</style>
background-color css
<style>
a { background-color: #000D40; }
a { background-color: rgb(0,13,64); }
div.DivClassName
{
background-color: #000D40;
}
.BgClassName
{
background-color: #000D40;
}
</style>
border-color css
<style>
span { border-color: #000D40; }
span { border-color: rgb(0,13,64); }
td.TdClassName
{
border-color: #000D40;
}
.TagClassName
{
border-color: #000D40;
}
</style>