Shades of Navy #04076D
Tints of Navy #04076D
RGB
CMYK
RGB Variations
Color information
#04076D (or 0x04076D) is known color: Navy. HEX triplet: 04, 07 and 6D. RGB value is (4,7,109). Sum of RGB (Red+Green+Blue) = 4+7+109=120 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.33% from 120); Green value is 7 (3.12% from 255 or 5.83% from 120); Blue value is 109 (42.97% from 255 or 90.83% from 120); Max value from RGB is 109 - color contains mainly: blue. Hex color #04076D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04076D is #FBF892. Grayscale: #111111. Windows color (decimal): -16513171 or 7145220. OLE color: 7145220.
HSL color Cylindrical-coordinate representation of color #04076D: hue angle of 238.29º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04076D is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 4 | 7 | 109 | - |
| CMYK | 0.96 | 0.94 | 0 | 0.57 |
| HSL | 238.29º | 0.93% | 0.22% | - |
| HSV(B) | 238.29º | 0.96% | 0.43% | - |
| XYZ | 2.89 | 1.28 | 14.56 | - |
| YUV | 17.73 | 179.51 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 7 | 109 | 0.96 | 0.94 | 0 | 0.57 | 238.29 | 0.93 | 0.22 |
| Hex | 4 | 7 | 6D | 60 | 5E | 0 | 39 | EE | 5D | 16 |
| Octal | 4 | 7 | 155 | 140 | 136 | 0 | 71 | 356 | 135 | 26 |
| Binary | 100 | 111 | 1101101 | 1100000 | 1011110 | 0 | 111001 | 11101110 | 1011101 | 10110 |
Color Harmonies of #04076D
Complementary color
Monochromatic Colors of #04076D
Black with #04076D
Text Example
Text Example
White with #04076D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04076D; }
p { color: rgb(4,7,109); }
H1.HeaderClassName
{
color: #04076D;
}
.AnyTagClassName
{
color: #04076D;
}
</style>
background-color css
<style>
a { background-color: #04076D; }
a { background-color: rgb(4,7,109); }
div.DivClassName
{
background-color: #04076D;
}
.BgClassName
{
background-color: #04076D;
}
</style>
border-color css
<style>
span { border-color: #04076D; }
span { border-color: rgb(4,7,109); }
td.TdClassName
{
border-color: #04076D;
}
.TagClassName
{
border-color: #04076D;
}
</style>