Shades of Dark Blue #040392
Tints of Dark Blue #040392
RGB
CMYK
RGB Variations
Color information
#040392 (or 0x040392) is known color: Dark Blue. HEX triplet: 04, 03 and 92. RGB value is (4,3,146). Sum of RGB (Red+Green+Blue) = 4+3+146=153 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.61% from 153); Green value is 3 (1.56% from 255 or 1.96% from 153); Blue value is 146 (57.42% from 255 or 95.42% from 153); Max value from RGB is 146 - color contains mainly: blue. Hex color #040392 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040392 is #FBFC6D. Grayscale: #131313. Windows color (decimal): -16514158 or 9569028. OLE color: 9569028.
HSL color Cylindrical-coordinate representation of color #040392: hue angle of 240.42º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #040392 is Cyan = 0.97, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 4 | 3 | 146 | - |
| CMYK | 0.97 | 0.98 | 0 | 0.43 |
| HSL | 240.42º | 0.96% | 0.29% | - |
| HSV(B) | 240.42º | 0.98% | 0.57% | - |
| XYZ | 5.27 | 2.17 | 27.33 | - |
| YUV | 19.6 | 199.33 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 3 | 146 | 0.97 | 0.98 | 0 | 0.43 | 240.42 | 0.96 | 0.29 |
| Hex | 4 | 3 | 92 | 61 | 62 | 0 | 2B | F0 | 60 | 1D |
| Octal | 4 | 3 | 222 | 141 | 142 | 0 | 53 | 360 | 140 | 35 |
| Binary | 100 | 11 | 10010010 | 1100001 | 1100010 | 0 | 101011 | 11110000 | 1100000 | 11101 |
Color Harmonies of #040392
Complementary color
Monochromatic Colors of #040392
Black with #040392
Text Example
Text Example
White with #040392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040392; }
p { color: rgb(4,3,146); }
H1.HeaderClassName
{
color: #040392;
}
.AnyTagClassName
{
color: #040392;
}
</style>
background-color css
<style>
a { background-color: #040392; }
a { background-color: rgb(4,3,146); }
div.DivClassName
{
background-color: #040392;
}
.BgClassName
{
background-color: #040392;
}
</style>
border-color css
<style>
span { border-color: #040392; }
span { border-color: rgb(4,3,146); }
td.TdClassName
{
border-color: #040392;
}
.TagClassName
{
border-color: #040392;
}
</style>