Shades of Navy #04017F
Tints of Navy #04017F
RGB
CMYK
RGB Variations
Color information
#04017F (or 0x04017F) is known color: Navy. HEX triplet: 04, 01 and 7F. RGB value is (4,1,127). Sum of RGB (Red+Green+Blue) = 4+1+127=132 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.03% from 132); Green value is 1 (0.78% from 255 or 0.76% from 132); Blue value is 127 (50% from 255 or 96.21% from 132); Max value from RGB is 127 - color contains mainly: blue. Hex color #04017F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04017F is #FBFE80. Grayscale: #0F0F0F. Windows color (decimal): -16514689 or 8323332. OLE color: 8323332.
HSL color Cylindrical-coordinate representation of color #04017F: hue angle of 241.43º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #04017F is Cyan = 0.97, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 4 | 1 | 127 | - |
| CMYK | 0.97 | 0.99 | 0 | 0.50 |
| HSL | 241.43º | 0.98% | 0.25% | - |
| HSV(B) | 241.43º | 0.99% | 0.5% | - |
| XYZ | 3.89 | 1.58 | 20.18 | - |
| YUV | 16.26 | 190.49 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 1 | 127 | 0.97 | 0.99 | 0 | 0.50 | 241.43 | 0.98 | 0.25 |
| Hex | 4 | 1 | 7F | 61 | 63 | 0 | 32 | F1 | 62 | 19 |
| Octal | 4 | 1 | 177 | 141 | 143 | 0 | 62 | 361 | 142 | 31 |
| Binary | 100 | 1 | 1111111 | 1100001 | 1100011 | 0 | 110010 | 11110001 | 1100010 | 11001 |
Color Harmonies of #04017F
Complementary color
Monochromatic Colors of #04017F
Black with #04017F
Text Example
Text Example
White with #04017F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04017F; }
p { color: rgb(4,1,127); }
H1.HeaderClassName
{
color: #04017F;
}
.AnyTagClassName
{
color: #04017F;
}
</style>
background-color css
<style>
a { background-color: #04017F; }
a { background-color: rgb(4,1,127); }
div.DivClassName
{
background-color: #04017F;
}
.BgClassName
{
background-color: #04017F;
}
</style>
border-color css
<style>
span { border-color: #04017F; }
span { border-color: rgb(4,1,127); }
td.TdClassName
{
border-color: #04017F;
}
.TagClassName
{
border-color: #04017F;
}
</style>