Shades of Navy #040176
Tints of Navy #040176
RGB
CMYK
RGB Variations
Color information
#040176 (or 0x040176) is known color: Navy. HEX triplet: 04, 01 and 76. RGB value is (4,1,118). Sum of RGB (Red+Green+Blue) = 4+1+118=123 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.25% from 123); Green value is 1 (0.78% from 255 or 0.81% from 123); Blue value is 118 (46.48% from 255 or 95.93% from 123); Max value from RGB is 118 - color contains mainly: blue. Hex color #040176 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040176 is #FBFE89. Grayscale: #0E0E0E. Windows color (decimal): -16514698 or 7733508. OLE color: 7733508.
HSL color Cylindrical-coordinate representation of color #040176: hue angle of 241.54º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #040176 is Cyan = 0.97, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 4 | 1 | 118 | - |
| CMYK | 0.97 | 0.99 | 0 | 0.54 |
| HSL | 241.54º | 0.98% | 0.23% | - |
| HSV(B) | 241.54º | 0.99% | 0.46% | - |
| XYZ | 3.33 | 1.36 | 17.23 | - |
| YUV | 15.24 | 185.99 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 1 | 118 | 0.97 | 0.99 | 0 | 0.54 | 241.54 | 0.98 | 0.23 |
| Hex | 4 | 1 | 76 | 61 | 63 | 0 | 36 | F2 | 62 | 17 |
| Octal | 4 | 1 | 166 | 141 | 143 | 0 | 66 | 362 | 142 | 27 |
| Binary | 100 | 1 | 1110110 | 1100001 | 1100011 | 0 | 110110 | 11110010 | 1100010 | 10111 |
Color Harmonies of #040176
Complementary color
Monochromatic Colors of #040176
Black with #040176
Text Example
Text Example
White with #040176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040176; }
p { color: rgb(4,1,118); }
H1.HeaderClassName
{
color: #040176;
}
.AnyTagClassName
{
color: #040176;
}
</style>
background-color css
<style>
a { background-color: #040176; }
a { background-color: rgb(4,1,118); }
div.DivClassName
{
background-color: #040176;
}
.BgClassName
{
background-color: #040176;
}
</style>
border-color css
<style>
span { border-color: #040176; }
span { border-color: rgb(4,1,118); }
td.TdClassName
{
border-color: #040176;
}
.TagClassName
{
border-color: #040176;
}
</style>