Shades of Navy #04007E
Tints of Navy #04007E
RGB
CMYK
RGB Variations
Color information
#04007E (or 0x04007E) is known color: Navy. HEX triplet: 04, 00 and 7E. RGB value is (4,0,126). Sum of RGB (Red+Green+Blue) = 4+0+126=130 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.08% from 130); Green value is 0 (0.39% from 255 or 0% from 130); Blue value is 126 (49.61% from 255 or 96.92% from 130); Max value from RGB is 126 - color contains mainly: blue. Hex color #04007E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04007E is #FBFF81. Grayscale: #0F0F0F. Windows color (decimal): -16514946 or 8257540. OLE color: 8257540.
HSL color Cylindrical-coordinate representation of color #04007E: hue angle of 241.9º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #04007E is Cyan = 0.97, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 4 | 0 | 126 | - |
| CMYK | 0.97 | 1 | 0 | 0.51 |
| HSL | 241.9º | 1% | 0.25% | - |
| HSV(B) | 241.9º | 1% | 0.49% | - |
| XYZ | 3.82 | 1.53 | 19.83 | - |
| YUV | 15.56 | 190.33 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 0 | 126 | 0.97 | 1 | 0 | 0.51 | 241.9 | 1 | 0.25 |
| Hex | 4 | 0 | 7E | 61 | 64 | 0 | 33 | F2 | 64 | 19 |
| Octal | 4 | 0 | 176 | 141 | 144 | 0 | 63 | 362 | 144 | 31 |
| Binary | 100 | 0 | 1111110 | 1100001 | 1100100 | 0 | 110011 | 11110010 | 1100100 | 11001 |
Color Harmonies of #04007E
Complementary color
Monochromatic Colors of #04007E
Black with #04007E
Text Example
Text Example
White with #04007E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04007E; }
p { color: rgb(4,0,126); }
H1.HeaderClassName
{
color: #04007E;
}
.AnyTagClassName
{
color: #04007E;
}
</style>
background-color css
<style>
a { background-color: #04007E; }
a { background-color: rgb(4,0,126); }
div.DivClassName
{
background-color: #04007E;
}
.BgClassName
{
background-color: #04007E;
}
</style>
border-color css
<style>
span { border-color: #04007E; }
span { border-color: rgb(4,0,126); }
td.TdClassName
{
border-color: #04007E;
}
.TagClassName
{
border-color: #04007E;
}
</style>