Shades of Navy #040360
Tints of Navy #040360
RGB
CMYK
RGB Variations
Color information
#040360 (or 0x040360) is known color: Navy. HEX triplet: 04, 03 and 60. RGB value is (4,3,96). Sum of RGB (Red+Green+Blue) = 4+3+96=103 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.88% from 103); Green value is 3 (1.56% from 255 or 2.91% from 103); Blue value is 96 (37.89% from 255 or 93.20% from 103); Max value from RGB is 96 - color contains mainly: blue. Hex color #040360 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040360 is #FBFC9F. Grayscale: #0D0D0D. Windows color (decimal): -16514208 or 6292228. OLE color: 6292228.
HSL color Cylindrical-coordinate representation of color #040360: hue angle of 240.65º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #040360 is Cyan = 0.96, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 4 | 3 | 96 | - |
| CMYK | 0.96 | 0.97 | 0 | 0.62 |
| HSL | 240.65º | 0.94% | 0.19% | - |
| HSV(B) | 240.65º | 0.97% | 0.38% | - |
| XYZ | 2.19 | 0.94 | 11.13 | - |
| YUV | 13.9 | 174.33 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 3 | 96 | 0.96 | 0.97 | 0 | 0.62 | 240.65 | 0.94 | 0.19 |
| Hex | 4 | 3 | 60 | 60 | 61 | 0 | 3E | F1 | 5E | 13 |
| Octal | 4 | 3 | 140 | 140 | 141 | 0 | 76 | 361 | 136 | 23 |
| Binary | 100 | 11 | 1100000 | 1100000 | 1100001 | 0 | 111110 | 11110001 | 1011110 | 10011 |
Color Harmonies of #040360
Complementary color
Monochromatic Colors of #040360
Black with #040360
Text Example
Text Example
White with #040360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040360; }
p { color: rgb(4,3,96); }
H1.HeaderClassName
{
color: #040360;
}
.AnyTagClassName
{
color: #040360;
}
</style>
background-color css
<style>
a { background-color: #040360; }
a { background-color: rgb(4,3,96); }
div.DivClassName
{
background-color: #040360;
}
.BgClassName
{
background-color: #040360;
}
</style>
border-color css
<style>
span { border-color: #040360; }
span { border-color: rgb(4,3,96); }
td.TdClassName
{
border-color: #040360;
}
.TagClassName
{
border-color: #040360;
}
</style>