Shades of Navy #04147F
Tints of Navy #04147F
RGB
CMYK
RGB Variations
Color information
#04147F (or 0x04147F) is known color: Navy. HEX triplet: 04, 14 and 7F. RGB value is (4,20,127). Sum of RGB (Red+Green+Blue) = 4+20+127=151 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.65% from 151); Green value is 20 (8.20% from 255 or 13.25% from 151); Blue value is 127 (50% from 255 or 84.11% from 151); Max value from RGB is 127 - color contains mainly: blue. Hex color #04147F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04147F is #FBEB80. Grayscale: #1A1A1A. Windows color (decimal): -16509825 or 8328196. OLE color: 8328196.
HSL color Cylindrical-coordinate representation of color #04147F: hue angle of 232.2º 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 #04147F is Cyan = 0.97, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 4 | 20 | 127 | - |
| CMYK | 0.97 | 0.84 | 0 | 0.50 |
| HSL | 232.2º | 0.94% | 0.26% | - |
| HSV(B) | 232.2º | 0.97% | 0.5% | - |
| XYZ | 4.13 | 2.06 | 20.26 | - |
| YUV | 27.41 | 184.2 | 111.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 20 | 127 | 0.97 | 0.84 | 0 | 0.50 | 232.2 | 0.94 | 0.26 |
| Hex | 4 | 14 | 7F | 61 | 54 | 0 | 32 | E8 | 5E | 1A |
| Octal | 4 | 24 | 177 | 141 | 124 | 0 | 62 | 350 | 136 | 32 |
| Binary | 100 | 10100 | 1111111 | 1100001 | 1010100 | 0 | 110010 | 11101000 | 1011110 | 11010 |
Color Harmonies of #04147F
Complementary color
Monochromatic Colors of #04147F
Black with #04147F
Text Example
Text Example
White with #04147F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04147F; }
p { color: rgb(4,20,127); }
H1.HeaderClassName
{
color: #04147F;
}
.AnyTagClassName
{
color: #04147F;
}
</style>
background-color css
<style>
a { background-color: #04147F; }
a { background-color: rgb(4,20,127); }
div.DivClassName
{
background-color: #04147F;
}
.BgClassName
{
background-color: #04147F;
}
</style>
border-color css
<style>
span { border-color: #04147F; }
span { border-color: rgb(4,20,127); }
td.TdClassName
{
border-color: #04147F;
}
.TagClassName
{
border-color: #04147F;
}
</style>