Shades of Navy #040172
Tints of Navy #040172
RGB
CMYK
RGB Variations
Color information
#040172 (or 0x040172) is known color: Navy. HEX triplet: 04, 01 and 72. RGB value is (4,1,114). Sum of RGB (Red+Green+Blue) = 4+1+114=119 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.36% from 119); Green value is 1 (0.78% from 255 or 0.84% from 119); Blue value is 114 (44.92% from 255 or 95.80% from 119); Max value from RGB is 114 - color contains mainly: blue. Hex color #040172 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040172 is #FBFE8D. Grayscale: #0E0E0E. Windows color (decimal): -16514702 or 7471364. OLE color: 7471364.
HSL color Cylindrical-coordinate representation of color #040172: hue angle of 241.59º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #040172 is Cyan = 0.96, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 4 | 1 | 114 | - |
| CMYK | 0.96 | 0.99 | 0 | 0.55 |
| HSL | 241.59º | 0.98% | 0.23% | - |
| HSV(B) | 241.59º | 0.99% | 0.45% | - |
| XYZ | 3.1 | 1.26 | 16 | - |
| YUV | 14.78 | 183.99 | 120.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 1 | 114 | 0.96 | 0.99 | 0 | 0.55 | 241.59 | 0.98 | 0.23 |
| Hex | 4 | 1 | 72 | 60 | 63 | 0 | 37 | F2 | 62 | 17 |
| Octal | 4 | 1 | 162 | 140 | 143 | 0 | 67 | 362 | 142 | 27 |
| Binary | 100 | 1 | 1110010 | 1100000 | 1100011 | 0 | 110111 | 11110010 | 1100010 | 10111 |
Color Harmonies of #040172
Complementary color
Monochromatic Colors of #040172
Black with #040172
Text Example
Text Example
White with #040172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040172; }
p { color: rgb(4,1,114); }
H1.HeaderClassName
{
color: #040172;
}
.AnyTagClassName
{
color: #040172;
}
</style>
background-color css
<style>
a { background-color: #040172; }
a { background-color: rgb(4,1,114); }
div.DivClassName
{
background-color: #040172;
}
.BgClassName
{
background-color: #040172;
}
</style>
border-color css
<style>
span { border-color: #040172; }
span { border-color: rgb(4,1,114); }
td.TdClassName
{
border-color: #040172;
}
.TagClassName
{
border-color: #040172;
}
</style>