Shades of Dark Blue #040F91
Tints of Dark Blue #040F91
RGB
CMYK
RGB Variations
Color information
#040F91 (or 0x040F91) is known color: Dark Blue. HEX triplet: 04, 0F and 91. RGB value is (4,15,145). Sum of RGB (Red+Green+Blue) = 4+15+145=164 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.44% from 164); Green value is 15 (6.25% from 255 or 9.15% from 164); Blue value is 145 (57.03% from 255 or 88.41% from 164); Max value from RGB is 145 - color contains mainly: blue. Hex color #040F91 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040F91 is #FBF06E. Grayscale: #1A1A1A. Windows color (decimal): -16511087 or 9506564. OLE color: 9506564.
HSL color Cylindrical-coordinate representation of color #040F91: hue angle of 235.32º 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 #040F91 is Cyan = 0.97, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 4 | 15 | 145 | - |
| CMYK | 0.97 | 0.90 | 0 | 0.43 |
| HSL | 235.32º | 0.95% | 0.29% | - |
| HSV(B) | 235.32º | 0.97% | 0.57% | - |
| XYZ | 5.33 | 2.41 | 26.97 | - |
| YUV | 26.53 | 194.86 | 111.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 15 | 145 | 0.97 | 0.90 | 0 | 0.43 | 235.32 | 0.95 | 0.29 |
| Hex | 4 | F | 91 | 61 | 5A | 0 | 2B | EB | 5F | 1D |
| Octal | 4 | 17 | 221 | 141 | 132 | 0 | 53 | 353 | 137 | 35 |
| Binary | 100 | 1111 | 10010001 | 1100001 | 1011010 | 0 | 101011 | 11101011 | 1011111 | 11101 |
Color Harmonies of #040F91
Complementary color
Monochromatic Colors of #040F91
Black with #040F91
Text Example
Text Example
White with #040F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040F91; }
p { color: rgb(4,15,145); }
H1.HeaderClassName
{
color: #040F91;
}
.AnyTagClassName
{
color: #040F91;
}
</style>
background-color css
<style>
a { background-color: #040F91; }
a { background-color: rgb(4,15,145); }
div.DivClassName
{
background-color: #040F91;
}
.BgClassName
{
background-color: #040F91;
}
</style>
border-color css
<style>
span { border-color: #040F91; }
span { border-color: rgb(4,15,145); }
td.TdClassName
{
border-color: #040F91;
}
.TagClassName
{
border-color: #040F91;
}
</style>