Shades of Navy #040485
Tints of Navy #040485
RGB
CMYK
RGB Variations
Color information
#040485 (or 0x040485) is known color: Navy. HEX triplet: 04, 04 and 85. RGB value is (4,4,133). Sum of RGB (Red+Green+Blue) = 4+4+133=141 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.84% from 141); Green value is 4 (1.95% from 255 or 2.84% from 141); Blue value is 133 (52.34% from 255 or 94.33% from 141); Max value from RGB is 133 - color contains mainly: blue. Hex color #040485 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040485 is #FBFB7A. Grayscale: #121212. Windows color (decimal): -16513915 or 8717316. OLE color: 8717316.
HSL color Cylindrical-coordinate representation of color #040485: hue angle of 240º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #040485 is Cyan = 0.97, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 4 | 4 | 133 | - |
| CMYK | 0.97 | 0.97 | 0 | 0.48 |
| HSL | 240º | 0.94% | 0.27% | - |
| HSV(B) | 240º | 0.97% | 0.52% | - |
| XYZ | 4.33 | 1.81 | 22.31 | - |
| YUV | 18.71 | 192.5 | 117.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 4 | 133 | 0.97 | 0.97 | 0 | 0.48 | 240 | 0.94 | 0.27 |
| Hex | 4 | 4 | 85 | 61 | 61 | 0 | 30 | F0 | 5E | 1B |
| Octal | 4 | 4 | 205 | 141 | 141 | 0 | 60 | 360 | 136 | 33 |
| Binary | 100 | 100 | 10000101 | 1100001 | 1100001 | 0 | 110000 | 11110000 | 1011110 | 11011 |
Color Harmonies of #040485
Complementary color
Monochromatic Colors of #040485
Black with #040485
Text Example
Text Example
White with #040485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040485; }
p { color: rgb(4,4,133); }
H1.HeaderClassName
{
color: #040485;
}
.AnyTagClassName
{
color: #040485;
}
</style>
background-color css
<style>
a { background-color: #040485; }
a { background-color: rgb(4,4,133); }
div.DivClassName
{
background-color: #040485;
}
.BgClassName
{
background-color: #040485;
}
</style>
border-color css
<style>
span { border-color: #040485; }
span { border-color: rgb(4,4,133); }
td.TdClassName
{
border-color: #040485;
}
.TagClassName
{
border-color: #040485;
}
</style>