Shades of Navy #041174
Tints of Navy #041174
RGB
CMYK
RGB Variations
Color information
#041174 (or 0x041174) is known color: Navy. HEX triplet: 04, 11 and 74. RGB value is (4,17,116). Sum of RGB (Red+Green+Blue) = 4+17+116=137 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.92% from 137); Green value is 17 (7.03% from 255 or 12.41% from 137); Blue value is 116 (45.70% from 255 or 84.67% from 137); Max value from RGB is 116 - color contains mainly: blue. Hex color #041174 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041174 is #FBEE8B. Grayscale: #171717. Windows color (decimal): -16510604 or 7606532. OLE color: 7606532.
HSL color Cylindrical-coordinate representation of color #041174: hue angle of 233.04º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #041174 is Cyan = 0.97, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 4 | 17 | 116 | - |
| CMYK | 0.97 | 0.85 | 0 | 0.55 |
| HSL | 233.04º | 0.93% | 0.24% | - |
| HSV(B) | 233.04º | 0.97% | 0.45% | - |
| XYZ | 3.4 | 1.69 | 16.67 | - |
| YUV | 24.4 | 179.69 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 17 | 116 | 0.97 | 0.85 | 0 | 0.55 | 233.04 | 0.93 | 0.24 |
| Hex | 4 | 11 | 74 | 61 | 55 | 0 | 37 | E9 | 5D | 18 |
| Octal | 4 | 21 | 164 | 141 | 125 | 0 | 67 | 351 | 135 | 30 |
| Binary | 100 | 10001 | 1110100 | 1100001 | 1010101 | 0 | 110111 | 11101001 | 1011101 | 11000 |
Color Harmonies of #041174
Complementary color
Monochromatic Colors of #041174
Black with #041174
Text Example
Text Example
White with #041174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041174; }
p { color: rgb(4,17,116); }
H1.HeaderClassName
{
color: #041174;
}
.AnyTagClassName
{
color: #041174;
}
</style>
background-color css
<style>
a { background-color: #041174; }
a { background-color: rgb(4,17,116); }
div.DivClassName
{
background-color: #041174;
}
.BgClassName
{
background-color: #041174;
}
</style>
border-color css
<style>
span { border-color: #041174; }
span { border-color: rgb(4,17,116); }
td.TdClassName
{
border-color: #041174;
}
.TagClassName
{
border-color: #041174;
}
</style>