Shades of Navy #041881
Tints of Navy #041881
RGB
CMYK
RGB Variations
Color information
#041881 (or 0x041881) is known color: Navy. HEX triplet: 04, 18 and 81. RGB value is (4,24,129). Sum of RGB (Red+Green+Blue) = 4+24+129=157 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.55% from 157); Green value is 24 (9.77% from 255 or 15.29% from 157); Blue value is 129 (50.78% from 255 or 82.17% from 157); Max value from RGB is 129 - color contains mainly: blue. Hex color #041881 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #041881 is #FBE77E. Grayscale: #1D1D1D. Windows color (decimal): -16508799 or 8460292. OLE color: 8460292.
HSL color Cylindrical-coordinate representation of color #041881: hue angle of 230.4º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #041881 is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 4 | 24 | 129 | - |
| CMYK | 0.97 | 0.81 | 0 | 0.49 |
| HSL | 230.4º | 0.94% | 0.26% | - |
| HSV(B) | 230.4º | 0.97% | 0.51% | - |
| XYZ | 4.34 | 2.26 | 20.98 | - |
| YUV | 29.99 | 183.87 | 109.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 24 | 129 | 0.97 | 0.81 | 0 | 0.49 | 230.4 | 0.94 | 0.26 |
| Hex | 4 | 18 | 81 | 61 | 51 | 0 | 31 | E6 | 5E | 1A |
| Octal | 4 | 30 | 201 | 141 | 121 | 0 | 61 | 346 | 136 | 32 |
| Binary | 100 | 11000 | 10000001 | 1100001 | 1010001 | 0 | 110001 | 11100110 | 1011110 | 11010 |
Color Harmonies of #041881
Complementary color
Monochromatic Colors of #041881
Black with #041881
Text Example
Text Example
White with #041881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041881; }
p { color: rgb(4,24,129); }
H1.HeaderClassName
{
color: #041881;
}
.AnyTagClassName
{
color: #041881;
}
</style>
background-color css
<style>
a { background-color: #041881; }
a { background-color: rgb(4,24,129); }
div.DivClassName
{
background-color: #041881;
}
.BgClassName
{
background-color: #041881;
}
</style>
border-color css
<style>
span { border-color: #041881; }
span { border-color: rgb(4,24,129); }
td.TdClassName
{
border-color: #041881;
}
.TagClassName
{
border-color: #041881;
}
</style>