Shades of Dark Blue #040289
Tints of Dark Blue #040289
RGB
CMYK
RGB Variations
Color information
#040289 (or 0x040289) is known color: Dark Blue. HEX triplet: 04, 02 and 89. RGB value is (4,2,137). Sum of RGB (Red+Green+Blue) = 4+2+137=143 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.80% from 143); Green value is 2 (1.17% from 255 or 1.40% from 143); Blue value is 137 (53.91% from 255 or 95.80% from 143); Max value from RGB is 137 - color contains mainly: blue. Hex color #040289 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040289 is #FBFD76. Grayscale: #111111. Windows color (decimal): -16514423 or 8978948. OLE color: 8978948.
HSL color Cylindrical-coordinate representation of color #040289: hue angle of 240.89º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #040289 is Cyan = 0.97, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 4 | 2 | 137 | - |
| CMYK | 0.97 | 0.99 | 0 | 0.46 |
| HSL | 240.89º | 0.97% | 0.27% | - |
| HSV(B) | 240.89º | 0.99% | 0.54% | - |
| XYZ | 4.59 | 1.88 | 23.79 | - |
| YUV | 17.99 | 195.16 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 2 | 137 | 0.97 | 0.99 | 0 | 0.46 | 240.89 | 0.97 | 0.27 |
| Hex | 4 | 2 | 89 | 61 | 63 | 0 | 2E | F1 | 61 | 1B |
| Octal | 4 | 2 | 211 | 141 | 143 | 0 | 56 | 361 | 141 | 33 |
| Binary | 100 | 10 | 10001001 | 1100001 | 1100011 | 0 | 101110 | 11110001 | 1100001 | 11011 |
Color Harmonies of #040289
Complementary color
Monochromatic Colors of #040289
Black with #040289
Text Example
Text Example
White with #040289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040289; }
p { color: rgb(4,2,137); }
H1.HeaderClassName
{
color: #040289;
}
.AnyTagClassName
{
color: #040289;
}
</style>
background-color css
<style>
a { background-color: #040289; }
a { background-color: rgb(4,2,137); }
div.DivClassName
{
background-color: #040289;
}
.BgClassName
{
background-color: #040289;
}
</style>
border-color css
<style>
span { border-color: #040289; }
span { border-color: rgb(4,2,137); }
td.TdClassName
{
border-color: #040289;
}
.TagClassName
{
border-color: #040289;
}
</style>