Shades of Midnight Express #040D3F
Tints of Midnight Express #040D3F
RGB
CMYK
RGB Variations
Color information
#040D3F (or 0x040D3F) is known color: Midnight Express. HEX triplet: 04, 0D and 3F. RGB value is (4,13,63). Sum of RGB (Red+Green+Blue) = 4+13+63=80 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5% from 80); Green value is 13 (5.47% from 255 or 16.25% from 80); Blue value is 63 (25% from 255 or 78.75% from 80); Max value from RGB is 63 - color contains mainly: blue. Hex color #040D3F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040D3F is #FBF2C0. Grayscale: #0F0F0F. Windows color (decimal): -16511681 or 4132100. OLE color: 4132100.
HSL color Cylindrical-coordinate representation of color #040D3F: hue angle of 230.85º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #040D3F is Cyan = 0.94, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 4 | 13 | 63 | - |
| CMYK | 0.94 | 0.79 | 0 | 0.75 |
| HSL | 230.85º | 0.88% | 0.13% | - |
| HSV(B) | 230.85º | 0.94% | 0.25% | - |
| XYZ | 1.09 | 0.67 | 4.77 | - |
| YUV | 16.01 | 154.52 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 13 | 63 | 0.94 | 0.79 | 0 | 0.75 | 230.85 | 0.88 | 0.13 |
| Hex | 4 | D | 3F | 5E | 4F | 0 | 4B | E7 | 58 | D |
| Octal | 4 | 15 | 77 | 136 | 117 | 0 | 113 | 347 | 130 | 15 |
| Binary | 100 | 1101 | 111111 | 1011110 | 1001111 | 0 | 1001011 | 11100111 | 1011000 | 1101 |
Color Harmonies of #040D3F
Complementary color
Monochromatic Colors of #040D3F
Black with #040D3F
Text Example
Text Example
White with #040D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040D3F; }
p { color: rgb(4,13,63); }
H1.HeaderClassName
{
color: #040D3F;
}
.AnyTagClassName
{
color: #040D3F;
}
</style>
background-color css
<style>
a { background-color: #040D3F; }
a { background-color: rgb(4,13,63); }
div.DivClassName
{
background-color: #040D3F;
}
.BgClassName
{
background-color: #040D3F;
}
</style>
border-color css
<style>
span { border-color: #040D3F; }
span { border-color: rgb(4,13,63); }
td.TdClassName
{
border-color: #040D3F;
}
.TagClassName
{
border-color: #040D3F;
}
</style>