Shades of Navy #04147A
Tints of Navy #04147A
RGB
CMYK
RGB Variations
Color information
#04147A (or 0x04147A) is known color: Navy. HEX triplet: 04, 14 and 7A. RGB value is (4,20,122). Sum of RGB (Red+Green+Blue) = 4+20+122=146 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.74% from 146); Green value is 20 (8.20% from 255 or 13.70% from 146); Blue value is 122 (48.05% from 255 or 83.56% from 146); Max value from RGB is 122 - color contains mainly: blue. Hex color #04147A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04147A is #FBEB85. Grayscale: #1A1A1A. Windows color (decimal): -16509830 or 8000516. OLE color: 8000516.
HSL color Cylindrical-coordinate representation of color #04147A: hue angle of 231.86º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04147A is Cyan = 0.97, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 4 | 20 | 122 | - |
| CMYK | 0.97 | 0.84 | 0 | 0.52 |
| HSL | 231.86º | 0.94% | 0.25% | - |
| HSV(B) | 231.86º | 0.97% | 0.48% | - |
| XYZ | 3.81 | 1.93 | 18.58 | - |
| YUV | 26.84 | 181.7 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 20 | 122 | 0.97 | 0.84 | 0 | 0.52 | 231.86 | 0.94 | 0.25 |
| Hex | 4 | 14 | 7A | 61 | 54 | 0 | 34 | E8 | 5E | 19 |
| Octal | 4 | 24 | 172 | 141 | 124 | 0 | 64 | 350 | 136 | 31 |
| Binary | 100 | 10100 | 1111010 | 1100001 | 1010100 | 0 | 110100 | 11101000 | 1011110 | 11001 |
Color Harmonies of #04147A
Complementary color
Monochromatic Colors of #04147A
Black with #04147A
Text Example
Text Example
White with #04147A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04147A; }
p { color: rgb(4,20,122); }
H1.HeaderClassName
{
color: #04147A;
}
.AnyTagClassName
{
color: #04147A;
}
</style>
background-color css
<style>
a { background-color: #04147A; }
a { background-color: rgb(4,20,122); }
div.DivClassName
{
background-color: #04147A;
}
.BgClassName
{
background-color: #04147A;
}
</style>
border-color css
<style>
span { border-color: #04147A; }
span { border-color: rgb(4,20,122); }
td.TdClassName
{
border-color: #04147A;
}
.TagClassName
{
border-color: #04147A;
}
</style>