Shades of Navy #04047E
Tints of Navy #04047E
RGB
CMYK
RGB Variations
Color information
#04047E (or 0x04047E) is known color: Navy. HEX triplet: 04, 04 and 7E. RGB value is (4,4,126). Sum of RGB (Red+Green+Blue) = 4+4+126=134 (17% of max value = 765). Red value is 4 (1.95% from 255 or 2.99% from 134); Green value is 4 (1.95% from 255 or 2.99% from 134); Blue value is 126 (49.61% from 255 or 94.03% from 134); Max value from RGB is 126 - color contains mainly: blue. Hex color #04047E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04047E is #FBFB81. Grayscale: #111111. Windows color (decimal): -16513922 or 8258564. OLE color: 8258564.
HSL color Cylindrical-coordinate representation of color #04047E: hue angle of 240º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04047E is Cyan = 0.97, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 4 | 4 | 126 | - |
| CMYK | 0.97 | 0.97 | 0 | 0.51 |
| HSL | 240º | 0.94% | 0.25% | - |
| HSV(B) | 240º | 0.97% | 0.49% | - |
| XYZ | 3.86 | 1.62 | 19.85 | - |
| YUV | 17.91 | 189 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 4 | 126 | 0.97 | 0.97 | 0 | 0.51 | 240 | 0.94 | 0.25 |
| Hex | 4 | 4 | 7E | 61 | 61 | 0 | 33 | F0 | 5E | 19 |
| Octal | 4 | 4 | 176 | 141 | 141 | 0 | 63 | 360 | 136 | 31 |
| Binary | 100 | 100 | 1111110 | 1100001 | 1100001 | 0 | 110011 | 11110000 | 1011110 | 11001 |
Color Harmonies of #04047E
Complementary color
Monochromatic Colors of #04047E
Black with #04047E
Text Example
Text Example
White with #04047E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04047E; }
p { color: rgb(4,4,126); }
H1.HeaderClassName
{
color: #04047E;
}
.AnyTagClassName
{
color: #04047E;
}
</style>
background-color css
<style>
a { background-color: #04047E; }
a { background-color: rgb(4,4,126); }
div.DivClassName
{
background-color: #04047E;
}
.BgClassName
{
background-color: #04047E;
}
</style>
border-color css
<style>
span { border-color: #04047E; }
span { border-color: rgb(4,4,126); }
td.TdClassName
{
border-color: #04047E;
}
.TagClassName
{
border-color: #04047E;
}
</style>