Shades of Midnight Blue #040D60
Tints of Midnight Blue #040D60
RGB
CMYK
RGB Variations
Color information
#040D60 (or 0x040D60) is known color: Midnight Blue. HEX triplet: 04, 0D and 60. RGB value is (4,13,96). Sum of RGB (Red+Green+Blue) = 4+13+96=113 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.54% from 113); Green value is 13 (5.47% from 255 or 11.50% from 113); Blue value is 96 (37.89% from 255 or 84.96% from 113); Max value from RGB is 96 - color contains mainly: blue. Hex color #040D60 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040D60 is #FBF29F. Grayscale: #131313. Windows color (decimal): -16511648 or 6294788. OLE color: 6294788.
HSL color Cylindrical-coordinate representation of color #040D60: hue angle of 234.13º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #040D60 is Cyan = 0.96, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 4 | 13 | 96 | - |
| CMYK | 0.96 | 0.86 | 0 | 0.62 |
| HSL | 234.13º | 0.92% | 0.2% | - |
| HSV(B) | 234.13º | 0.96% | 0.38% | - |
| XYZ | 2.31 | 1.16 | 11.17 | - |
| YUV | 19.77 | 171.02 | 116.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 13 | 96 | 0.96 | 0.86 | 0 | 0.62 | 234.13 | 0.92 | 0.2 |
| Hex | 4 | D | 60 | 60 | 56 | 0 | 3E | EA | 5C | 14 |
| Octal | 4 | 15 | 140 | 140 | 126 | 0 | 76 | 352 | 134 | 24 |
| Binary | 100 | 1101 | 1100000 | 1100000 | 1010110 | 0 | 111110 | 11101010 | 1011100 | 10100 |
Color Harmonies of #040D60
Complementary color
Monochromatic Colors of #040D60
Black with #040D60
Text Example
Text Example
White with #040D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040D60; }
p { color: rgb(4,13,96); }
H1.HeaderClassName
{
color: #040D60;
}
.AnyTagClassName
{
color: #040D60;
}
</style>
background-color css
<style>
a { background-color: #040D60; }
a { background-color: rgb(4,13,96); }
div.DivClassName
{
background-color: #040D60;
}
.BgClassName
{
background-color: #040D60;
}
</style>
border-color css
<style>
span { border-color: #040D60; }
span { border-color: rgb(4,13,96); }
td.TdClassName
{
border-color: #040D60;
}
.TagClassName
{
border-color: #040D60;
}
</style>