Shades of Navy #041382
Tints of Navy #041382
RGB
CMYK
RGB Variations
Color information
#041382 (or 0x041382) is known color: Navy. HEX triplet: 04, 13 and 82. RGB value is (4,19,130). Sum of RGB (Red+Green+Blue) = 4+19+130=153 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.61% from 153); Green value is 19 (7.81% from 255 or 12.42% from 153); Blue value is 130 (51.17% from 255 or 84.97% from 153); Max value from RGB is 130 - color contains mainly: blue. Hex color #041382 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #041382 is #FBEC7D. Grayscale: #1A1A1A. Windows color (decimal): -16510078 or 8524548. OLE color: 8524548.
HSL color Cylindrical-coordinate representation of color #041382: hue angle of 232.86º 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 #041382 is Cyan = 0.97, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 4 | 19 | 130 | - |
| CMYK | 0.97 | 0.85 | 0 | 0.49 |
| HSL | 232.86º | 0.94% | 0.26% | - |
| HSV(B) | 232.86º | 0.97% | 0.51% | - |
| XYZ | 4.31 | 2.1 | 21.3 | - |
| YUV | 27.17 | 186.03 | 111.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 19 | 130 | 0.97 | 0.85 | 0 | 0.49 | 232.86 | 0.94 | 0.26 |
| Hex | 4 | 13 | 82 | 61 | 55 | 0 | 31 | E9 | 5E | 1A |
| Octal | 4 | 23 | 202 | 141 | 125 | 0 | 61 | 351 | 136 | 32 |
| Binary | 100 | 10011 | 10000010 | 1100001 | 1010101 | 0 | 110001 | 11101001 | 1011110 | 11010 |
Color Harmonies of #041382
Complementary color
Monochromatic Colors of #041382
Black with #041382
Text Example
Text Example
White with #041382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041382; }
p { color: rgb(4,19,130); }
H1.HeaderClassName
{
color: #041382;
}
.AnyTagClassName
{
color: #041382;
}
</style>
background-color css
<style>
a { background-color: #041382; }
a { background-color: rgb(4,19,130); }
div.DivClassName
{
background-color: #041382;
}
.BgClassName
{
background-color: #041382;
}
</style>
border-color css
<style>
span { border-color: #041382; }
span { border-color: rgb(4,19,130); }
td.TdClassName
{
border-color: #041382;
}
.TagClassName
{
border-color: #041382;
}
</style>