Shades of Navy #04056F
Tints of Navy #04056F
RGB
CMYK
RGB Variations
Color information
#04056F (or 0x04056F) is known color: Navy. HEX triplet: 04, 05 and 6F. RGB value is (4,5,111). Sum of RGB (Red+Green+Blue) = 4+5+111=120 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.33% from 120); Green value is 5 (2.34% from 255 or 4.17% from 120); Blue value is 111 (43.75% from 255 or 92.5% from 120); Max value from RGB is 111 - color contains mainly: blue. Hex color #04056F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04056F is #FBFA90. Grayscale: #101010. Windows color (decimal): -16513681 or 7275780. OLE color: 7275780.
HSL color Cylindrical-coordinate representation of color #04056F: hue angle of 239.44º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04056F is Cyan = 0.96, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 4 | 5 | 111 | - |
| CMYK | 0.96 | 0.95 | 0 | 0.56 |
| HSL | 239.44º | 0.93% | 0.23% | - |
| HSV(B) | 239.44º | 0.96% | 0.44% | - |
| XYZ | 2.97 | 1.28 | 15.13 | - |
| YUV | 16.79 | 181.17 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 5 | 111 | 0.96 | 0.95 | 0 | 0.56 | 239.44 | 0.93 | 0.23 |
| Hex | 4 | 5 | 6F | 60 | 5F | 0 | 38 | EF | 5D | 17 |
| Octal | 4 | 5 | 157 | 140 | 137 | 0 | 70 | 357 | 135 | 27 |
| Binary | 100 | 101 | 1101111 | 1100000 | 1011111 | 0 | 111000 | 11101111 | 1011101 | 10111 |
Color Harmonies of #04056F
Complementary color
Monochromatic Colors of #04056F
Black with #04056F
Text Example
Text Example
White with #04056F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04056F; }
p { color: rgb(4,5,111); }
H1.HeaderClassName
{
color: #04056F;
}
.AnyTagClassName
{
color: #04056F;
}
</style>
background-color css
<style>
a { background-color: #04056F; }
a { background-color: rgb(4,5,111); }
div.DivClassName
{
background-color: #04056F;
}
.BgClassName
{
background-color: #04056F;
}
</style>
border-color css
<style>
span { border-color: #04056F; }
span { border-color: rgb(4,5,111); }
td.TdClassName
{
border-color: #04056F;
}
.TagClassName
{
border-color: #04056F;
}
</style>