Shades of Navy #04007A
Tints of Navy #04007A
RGB
CMYK
RGB Variations
Color information
#04007A (or 0x04007A) is known color: Navy. HEX triplet: 04, 00 and 7A. RGB value is (4,0,122). Sum of RGB (Red+Green+Blue) = 4+0+122=126 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.17% from 126); Green value is 0 (0.39% from 255 or 0% from 126); Blue value is 122 (48.05% from 255 or 96.83% from 126); Max value from RGB is 122 - color contains mainly: blue. Hex color #04007A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04007A is #FBFF85. Grayscale: #0E0E0E. Windows color (decimal): -16514950 or 7995396. OLE color: 7995396.
HSL color Cylindrical-coordinate representation of color #04007A: hue angle of 241.97º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #04007A is Cyan = 0.97, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 4 | 0 | 122 | - |
| CMYK | 0.97 | 1 | 0 | 0.52 |
| HSL | 241.97º | 1% | 0.24% | - |
| HSV(B) | 241.97º | 1% | 0.48% | - |
| XYZ | 3.56 | 1.43 | 18.5 | - |
| YUV | 15.1 | 188.33 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 0 | 122 | 0.97 | 1 | 0 | 0.52 | 241.97 | 1 | 0.24 |
| Hex | 4 | 0 | 7A | 61 | 64 | 0 | 34 | F2 | 64 | 18 |
| Octal | 4 | 0 | 172 | 141 | 144 | 0 | 64 | 362 | 144 | 30 |
| Binary | 100 | 0 | 1111010 | 1100001 | 1100100 | 0 | 110100 | 11110010 | 1100100 | 11000 |
Color Harmonies of #04007A
Complementary color
Monochromatic Colors of #04007A
Black with #04007A
Text Example
Text Example
White with #04007A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04007A; }
p { color: rgb(4,0,122); }
H1.HeaderClassName
{
color: #04007A;
}
.AnyTagClassName
{
color: #04007A;
}
</style>
background-color css
<style>
a { background-color: #04007A; }
a { background-color: rgb(4,0,122); }
div.DivClassName
{
background-color: #04007A;
}
.BgClassName
{
background-color: #04007A;
}
</style>
border-color css
<style>
span { border-color: #04007A; }
span { border-color: rgb(4,0,122); }
td.TdClassName
{
border-color: #04007A;
}
.TagClassName
{
border-color: #04007A;
}
</style>