Shades of Navy #04076E
Tints of Navy #04076E
RGB
CMYK
RGB Variations
Color information
#04076E (or 0x04076E) is known color: Navy. HEX triplet: 04, 07 and 6E. RGB value is (4,7,110). Sum of RGB (Red+Green+Blue) = 4+7+110=121 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.31% from 121); Green value is 7 (3.12% from 255 or 5.79% from 121); Blue value is 110 (43.36% from 255 or 90.91% from 121); Max value from RGB is 110 - color contains mainly: blue. Hex color #04076E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04076E is #FBF891. Grayscale: #111111. Windows color (decimal): -16513170 or 7210756. OLE color: 7210756.
HSL color Cylindrical-coordinate representation of color #04076E: hue angle of 238.3º 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 #04076E is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 4 | 7 | 110 | - |
| CMYK | 0.96 | 0.94 | 0 | 0.57 |
| HSL | 238.3º | 0.93% | 0.22% | - |
| HSV(B) | 238.3º | 0.96% | 0.43% | - |
| XYZ | 2.94 | 1.3 | 14.85 | - |
| YUV | 17.85 | 180.01 | 118.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 7 | 110 | 0.96 | 0.94 | 0 | 0.57 | 238.3 | 0.93 | 0.22 |
| Hex | 4 | 7 | 6E | 60 | 5E | 0 | 39 | EE | 5D | 16 |
| Octal | 4 | 7 | 156 | 140 | 136 | 0 | 71 | 356 | 135 | 26 |
| Binary | 100 | 111 | 1101110 | 1100000 | 1011110 | 0 | 111001 | 11101110 | 1011101 | 10110 |
Color Harmonies of #04076E
Complementary color
Monochromatic Colors of #04076E
Black with #04076E
Text Example
Text Example
White with #04076E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04076E; }
p { color: rgb(4,7,110); }
H1.HeaderClassName
{
color: #04076E;
}
.AnyTagClassName
{
color: #04076E;
}
</style>
background-color css
<style>
a { background-color: #04076E; }
a { background-color: rgb(4,7,110); }
div.DivClassName
{
background-color: #04076E;
}
.BgClassName
{
background-color: #04076E;
}
</style>
border-color css
<style>
span { border-color: #04076E; }
span { border-color: rgb(4,7,110); }
td.TdClassName
{
border-color: #04076E;
}
.TagClassName
{
border-color: #04076E;
}
</style>