Shades of Dark Blue #040F8F
Tints of Dark Blue #040F8F
RGB
CMYK
RGB Variations
Color information
#040F8F (or 0x040F8F) is known color: Dark Blue. HEX triplet: 04, 0F and 8F. RGB value is (4,15,143). Sum of RGB (Red+Green+Blue) = 4+15+143=162 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.47% from 162); Green value is 15 (6.25% from 255 or 9.26% from 162); Blue value is 143 (56.25% from 255 or 88.27% from 162); Max value from RGB is 143 - color contains mainly: blue. Hex color #040F8F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040F8F is #FBF070. Grayscale: #191919. Windows color (decimal): -16511089 or 9375492. OLE color: 9375492.
HSL color Cylindrical-coordinate representation of color #040F8F: hue angle of 235.25º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #040F8F is Cyan = 0.97, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 4 | 15 | 143 | - |
| CMYK | 0.97 | 0.90 | 0 | 0.44 |
| HSL | 235.25º | 0.95% | 0.29% | - |
| HSV(B) | 235.25º | 0.97% | 0.56% | - |
| XYZ | 5.18 | 2.35 | 26.17 | - |
| YUV | 26.3 | 193.86 | 112.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 15 | 143 | 0.97 | 0.90 | 0 | 0.44 | 235.25 | 0.95 | 0.29 |
| Hex | 4 | F | 8F | 61 | 5A | 0 | 2C | EB | 5F | 1D |
| Octal | 4 | 17 | 217 | 141 | 132 | 0 | 54 | 353 | 137 | 35 |
| Binary | 100 | 1111 | 10001111 | 1100001 | 1011010 | 0 | 101100 | 11101011 | 1011111 | 11101 |
Color Harmonies of #040F8F
Complementary color
Monochromatic Colors of #040F8F
Black with #040F8F
Text Example
Text Example
White with #040F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040F8F; }
p { color: rgb(4,15,143); }
H1.HeaderClassName
{
color: #040F8F;
}
.AnyTagClassName
{
color: #040F8F;
}
</style>
background-color css
<style>
a { background-color: #040F8F; }
a { background-color: rgb(4,15,143); }
div.DivClassName
{
background-color: #040F8F;
}
.BgClassName
{
background-color: #040F8F;
}
</style>
border-color css
<style>
span { border-color: #040F8F; }
span { border-color: rgb(4,15,143); }
td.TdClassName
{
border-color: #040F8F;
}
.TagClassName
{
border-color: #040F8F;
}
</style>