Shades of Dark Blue #040087
Tints of Dark Blue #040087
RGB
CMYK
RGB Variations
Color information
#040087 (or 0x040087) is known color: Dark Blue. HEX triplet: 04, 00 and 87. RGB value is (4,0,135). Sum of RGB (Red+Green+Blue) = 4+0+135=139 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.88% from 139); Green value is 0 (0.39% from 255 or 0% from 139); Blue value is 135 (53.12% from 255 or 97.12% from 139); Max value from RGB is 135 - color contains mainly: blue. Hex color #040087 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040087 is #FBFF78. Grayscale: #101010. Windows color (decimal): -16514937 or 8847364. OLE color: 8847364.
HSL color Cylindrical-coordinate representation of color #040087: hue angle of 241.78º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #040087 is Cyan = 0.97, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 4 | 0 | 135 | - |
| CMYK | 0.97 | 1 | 0 | 0.47 |
| HSL | 241.78º | 1% | 0.26% | - |
| HSV(B) | 241.78º | 1% | 0.53% | - |
| XYZ | 4.42 | 1.78 | 23.03 | - |
| YUV | 16.59 | 194.83 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 0 | 135 | 0.97 | 1 | 0 | 0.47 | 241.78 | 1 | 0.26 |
| Hex | 4 | 0 | 87 | 61 | 64 | 0 | 2F | F2 | 64 | 1A |
| Octal | 4 | 0 | 207 | 141 | 144 | 0 | 57 | 362 | 144 | 32 |
| Binary | 100 | 0 | 10000111 | 1100001 | 1100100 | 0 | 101111 | 11110010 | 1100100 | 11010 |
Color Harmonies of #040087
Complementary color
Monochromatic Colors of #040087
Black with #040087
Text Example
Text Example
White with #040087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040087; }
p { color: rgb(4,0,135); }
H1.HeaderClassName
{
color: #040087;
}
.AnyTagClassName
{
color: #040087;
}
</style>
background-color css
<style>
a { background-color: #040087; }
a { background-color: rgb(4,0,135); }
div.DivClassName
{
background-color: #040087;
}
.BgClassName
{
background-color: #040087;
}
</style>
border-color css
<style>
span { border-color: #040087; }
span { border-color: rgb(4,0,135); }
td.TdClassName
{
border-color: #040087;
}
.TagClassName
{
border-color: #040087;
}
</style>