Shades of Dark Blue #040D91
Tints of Dark Blue #040D91
RGB
CMYK
RGB Variations
Color information
#040D91 (or 0x040D91) is known color: Dark Blue. HEX triplet: 04, 0D and 91. RGB value is (4,13,145). Sum of RGB (Red+Green+Blue) = 4+13+145=162 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.47% from 162); Green value is 13 (5.47% from 255 or 8.02% from 162); Blue value is 145 (57.03% from 255 or 89.51% from 162); Max value from RGB is 145 - color contains mainly: blue. Hex color #040D91 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040D91 is #FBF26E. Grayscale: #181818. Windows color (decimal): -16511599 or 9506052. OLE color: 9506052.
HSL color Cylindrical-coordinate representation of color #040D91: hue angle of 236.17º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #040D91 is Cyan = 0.97, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 4 | 13 | 145 | - |
| CMYK | 0.97 | 0.91 | 0 | 0.43 |
| HSL | 236.17º | 0.95% | 0.29% | - |
| HSV(B) | 236.17º | 0.97% | 0.57% | - |
| XYZ | 5.3 | 2.36 | 26.96 | - |
| YUV | 25.36 | 195.52 | 112.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 13 | 145 | 0.97 | 0.91 | 0 | 0.43 | 236.17 | 0.95 | 0.29 |
| Hex | 4 | D | 91 | 61 | 5B | 0 | 2B | EC | 5F | 1D |
| Octal | 4 | 15 | 221 | 141 | 133 | 0 | 53 | 354 | 137 | 35 |
| Binary | 100 | 1101 | 10010001 | 1100001 | 1011011 | 0 | 101011 | 11101100 | 1011111 | 11101 |
Color Harmonies of #040D91
Complementary color
Monochromatic Colors of #040D91
Black with #040D91
Text Example
Text Example
White with #040D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040D91; }
p { color: rgb(4,13,145); }
H1.HeaderClassName
{
color: #040D91;
}
.AnyTagClassName
{
color: #040D91;
}
</style>
background-color css
<style>
a { background-color: #040D91; }
a { background-color: rgb(4,13,145); }
div.DivClassName
{
background-color: #040D91;
}
.BgClassName
{
background-color: #040D91;
}
</style>
border-color css
<style>
span { border-color: #040D91; }
span { border-color: rgb(4,13,145); }
td.TdClassName
{
border-color: #040D91;
}
.TagClassName
{
border-color: #040D91;
}
</style>