Shades of Dark Blue #041487
Tints of Dark Blue #041487
RGB
CMYK
RGB Variations
Color information
#041487 (or 0x041487) is known color: Dark Blue. HEX triplet: 04, 14 and 87. RGB value is (4,20,135). Sum of RGB (Red+Green+Blue) = 4+20+135=159 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.52% from 159); Green value is 20 (8.20% from 255 or 12.58% from 159); Blue value is 135 (53.12% from 255 or 84.91% from 159); Max value from RGB is 135 - color contains mainly: blue. Hex color #041487 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #041487 is #FBEB78. Grayscale: #1B1B1B. Windows color (decimal): -16509817 or 8852484. OLE color: 8852484.
HSL color Cylindrical-coordinate representation of color #041487: hue angle of 232.67º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #041487 is Cyan = 0.97, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 4 | 20 | 135 | - |
| CMYK | 0.97 | 0.85 | 0 | 0.47 |
| HSL | 232.67º | 0.94% | 0.27% | - |
| HSV(B) | 232.67º | 0.97% | 0.53% | - |
| XYZ | 4.67 | 2.28 | 23.11 | - |
| YUV | 28.33 | 188.2 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 20 | 135 | 0.97 | 0.85 | 0 | 0.47 | 232.67 | 0.94 | 0.27 |
| Hex | 4 | 14 | 87 | 61 | 55 | 0 | 2F | E9 | 5E | 1B |
| Octal | 4 | 24 | 207 | 141 | 125 | 0 | 57 | 351 | 136 | 33 |
| Binary | 100 | 10100 | 10000111 | 1100001 | 1010101 | 0 | 101111 | 11101001 | 1011110 | 11011 |
Color Harmonies of #041487
Complementary color
Monochromatic Colors of #041487
Black with #041487
Text Example
Text Example
White with #041487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041487; }
p { color: rgb(4,20,135); }
H1.HeaderClassName
{
color: #041487;
}
.AnyTagClassName
{
color: #041487;
}
</style>
background-color css
<style>
a { background-color: #041487; }
a { background-color: rgb(4,20,135); }
div.DivClassName
{
background-color: #041487;
}
.BgClassName
{
background-color: #041487;
}
</style>
border-color css
<style>
span { border-color: #041487; }
span { border-color: rgb(4,20,135); }
td.TdClassName
{
border-color: #041487;
}
.TagClassName
{
border-color: #041487;
}
</style>