Shades of Navy #041385
Tints of Navy #041385
RGB
CMYK
RGB Variations
Color information
#041385 (or 0x041385) is known color: Navy. HEX triplet: 04, 13 and 85. RGB value is (4,19,133). Sum of RGB (Red+Green+Blue) = 4+19+133=156 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.56% from 156); Green value is 19 (7.81% from 255 or 12.18% from 156); Blue value is 133 (52.34% from 255 or 85.26% from 156); Max value from RGB is 133 - color contains mainly: blue. Hex color #041385 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #041385 is #FBEC7A. Grayscale: #1B1B1B. Windows color (decimal): -16510075 or 8721156. OLE color: 8721156.
HSL color Cylindrical-coordinate representation of color #041385: hue angle of 233.02º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #041385 is Cyan = 0.97, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 4 | 19 | 133 | - |
| CMYK | 0.97 | 0.86 | 0 | 0.48 |
| HSL | 233.02º | 0.94% | 0.27% | - |
| HSV(B) | 233.02º | 0.97% | 0.52% | - |
| XYZ | 4.52 | 2.19 | 22.37 | - |
| YUV | 27.51 | 187.53 | 111.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 19 | 133 | 0.97 | 0.86 | 0 | 0.48 | 233.02 | 0.94 | 0.27 |
| Hex | 4 | 13 | 85 | 61 | 56 | 0 | 30 | E9 | 5E | 1B |
| Octal | 4 | 23 | 205 | 141 | 126 | 0 | 60 | 351 | 136 | 33 |
| Binary | 100 | 10011 | 10000101 | 1100001 | 1010110 | 0 | 110000 | 11101001 | 1011110 | 11011 |
Color Harmonies of #041385
Complementary color
Monochromatic Colors of #041385
Black with #041385
Text Example
Text Example
White with #041385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041385; }
p { color: rgb(4,19,133); }
H1.HeaderClassName
{
color: #041385;
}
.AnyTagClassName
{
color: #041385;
}
</style>
background-color css
<style>
a { background-color: #041385; }
a { background-color: rgb(4,19,133); }
div.DivClassName
{
background-color: #041385;
}
.BgClassName
{
background-color: #041385;
}
</style>
border-color css
<style>
span { border-color: #041385; }
span { border-color: rgb(4,19,133); }
td.TdClassName
{
border-color: #041385;
}
.TagClassName
{
border-color: #041385;
}
</style>