Shades of Navy #04147D
Tints of Navy #04147D
RGB
CMYK
RGB Variations
Color information
#04147D (or 0x04147D) is known color: Navy. HEX triplet: 04, 14 and 7D. RGB value is (4,20,125). Sum of RGB (Red+Green+Blue) = 4+20+125=149 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.68% from 149); Green value is 20 (8.20% from 255 or 13.42% from 149); Blue value is 125 (49.22% from 255 or 83.89% from 149); Max value from RGB is 125 - color contains mainly: blue. Hex color #04147D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04147D is #FBEB82. Grayscale: #1A1A1A. Windows color (decimal): -16509827 or 8197124. OLE color: 8197124.
HSL color Cylindrical-coordinate representation of color #04147D: hue angle of 232.07º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04147D is Cyan = 0.97, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 4 | 20 | 125 | - |
| CMYK | 0.97 | 0.84 | 0 | 0.51 |
| HSL | 232.07º | 0.94% | 0.25% | - |
| HSV(B) | 232.07º | 0.97% | 0.49% | - |
| XYZ | 4 | 2.01 | 19.58 | - |
| YUV | 27.19 | 183.2 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 20 | 125 | 0.97 | 0.84 | 0 | 0.51 | 232.07 | 0.94 | 0.25 |
| Hex | 4 | 14 | 7D | 61 | 54 | 0 | 33 | E8 | 5E | 19 |
| Octal | 4 | 24 | 175 | 141 | 124 | 0 | 63 | 350 | 136 | 31 |
| Binary | 100 | 10100 | 1111101 | 1100001 | 1010100 | 0 | 110011 | 11101000 | 1011110 | 11001 |
Color Harmonies of #04147D
Complementary color
Monochromatic Colors of #04147D
Black with #04147D
Text Example
Text Example
White with #04147D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04147D; }
p { color: rgb(4,20,125); }
H1.HeaderClassName
{
color: #04147D;
}
.AnyTagClassName
{
color: #04147D;
}
</style>
background-color css
<style>
a { background-color: #04147D; }
a { background-color: rgb(4,20,125); }
div.DivClassName
{
background-color: #04147D;
}
.BgClassName
{
background-color: #04147D;
}
</style>
border-color css
<style>
span { border-color: #04147D; }
span { border-color: rgb(4,20,125); }
td.TdClassName
{
border-color: #04147D;
}
.TagClassName
{
border-color: #04147D;
}
</style>