Shades of Dark Blue #040D8D
Tints of Dark Blue #040D8D
RGB
CMYK
RGB Variations
Color information
#040D8D (or 0x040D8D) is known color: Dark Blue. HEX triplet: 04, 0D and 8D. RGB value is (4,13,141). Sum of RGB (Red+Green+Blue) = 4+13+141=158 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.53% from 158); Green value is 13 (5.47% from 255 or 8.23% from 158); Blue value is 141 (55.47% from 255 or 89.24% from 158); Max value from RGB is 141 - color contains mainly: blue. Hex color #040D8D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040D8D is #FBF272. Grayscale: #181818. Windows color (decimal): -16511603 or 9243908. OLE color: 9243908.
HSL color Cylindrical-coordinate representation of color #040D8D: hue angle of 236.06º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #040D8D is Cyan = 0.97, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 4 | 13 | 141 | - |
| CMYK | 0.97 | 0.91 | 0 | 0.45 |
| HSL | 236.06º | 0.94% | 0.28% | - |
| HSV(B) | 236.06º | 0.97% | 0.55% | - |
| XYZ | 5 | 2.24 | 25.37 | - |
| YUV | 24.9 | 193.52 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 13 | 141 | 0.97 | 0.91 | 0 | 0.45 | 236.06 | 0.94 | 0.28 |
| Hex | 4 | D | 8D | 61 | 5B | 0 | 2D | EC | 5E | 1C |
| Octal | 4 | 15 | 215 | 141 | 133 | 0 | 55 | 354 | 136 | 34 |
| Binary | 100 | 1101 | 10001101 | 1100001 | 1011011 | 0 | 101101 | 11101100 | 1011110 | 11100 |
Color Harmonies of #040D8D
Complementary color
Monochromatic Colors of #040D8D
Black with #040D8D
Text Example
Text Example
White with #040D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040D8D; }
p { color: rgb(4,13,141); }
H1.HeaderClassName
{
color: #040D8D;
}
.AnyTagClassName
{
color: #040D8D;
}
</style>
background-color css
<style>
a { background-color: #040D8D; }
a { background-color: rgb(4,13,141); }
div.DivClassName
{
background-color: #040D8D;
}
.BgClassName
{
background-color: #040D8D;
}
</style>
border-color css
<style>
span { border-color: #040D8D; }
span { border-color: rgb(4,13,141); }
td.TdClassName
{
border-color: #040D8D;
}
.TagClassName
{
border-color: #040D8D;
}
</style>