Shades of Navy #04047F
Tints of Navy #04047F
RGB
CMYK
RGB Variations
Color information
#04047F (or 0x04047F) is known color: Navy. HEX triplet: 04, 04 and 7F. RGB value is (4,4,127). Sum of RGB (Red+Green+Blue) = 4+4+127=135 (17% of max value = 765). Red value is 4 (1.95% from 255 or 2.96% from 135); Green value is 4 (1.95% from 255 or 2.96% from 135); Blue value is 127 (50% from 255 or 94.07% from 135); Max value from RGB is 127 - color contains mainly: blue. Hex color #04047F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04047F is #FBFB80. Grayscale: #111111. Windows color (decimal): -16513921 or 8324100. OLE color: 8324100.
HSL color Cylindrical-coordinate representation of color #04047F: hue angle of 240º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04047F is Cyan = 0.97, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 4 | 4 | 127 | - |
| CMYK | 0.97 | 0.97 | 0 | 0.50 |
| HSL | 240º | 0.94% | 0.26% | - |
| HSV(B) | 240º | 0.97% | 0.5% | - |
| XYZ | 3.92 | 1.64 | 20.19 | - |
| YUV | 18.02 | 189.5 | 118 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 4 | 127 | 0.97 | 0.97 | 0 | 0.50 | 240 | 0.94 | 0.26 |
| Hex | 4 | 4 | 7F | 61 | 61 | 0 | 32 | F0 | 5E | 1A |
| Octal | 4 | 4 | 177 | 141 | 141 | 0 | 62 | 360 | 136 | 32 |
| Binary | 100 | 100 | 1111111 | 1100001 | 1100001 | 0 | 110010 | 11110000 | 1011110 | 11010 |
Color Harmonies of #04047F
Complementary color
Monochromatic Colors of #04047F
Black with #04047F
Text Example
Text Example
White with #04047F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04047F; }
p { color: rgb(4,4,127); }
H1.HeaderClassName
{
color: #04047F;
}
.AnyTagClassName
{
color: #04047F;
}
</style>
background-color css
<style>
a { background-color: #04047F; }
a { background-color: rgb(4,4,127); }
div.DivClassName
{
background-color: #04047F;
}
.BgClassName
{
background-color: #04047F;
}
</style>
border-color css
<style>
span { border-color: #04047F; }
span { border-color: rgb(4,4,127); }
td.TdClassName
{
border-color: #04047F;
}
.TagClassName
{
border-color: #04047F;
}
</style>