Shades of Navy #041883
Tints of Navy #041883
RGB
CMYK
RGB Variations
Color information
#041883 (or 0x041883) is known color: Navy. HEX triplet: 04, 18 and 83. RGB value is (4,24,131). Sum of RGB (Red+Green+Blue) = 4+24+131=159 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.52% from 159); Green value is 24 (9.77% from 255 or 15.09% from 159); Blue value is 131 (51.56% from 255 or 82.39% from 159); Max value from RGB is 131 - color contains mainly: blue. Hex color #041883 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #041883 is #FBE77C. Grayscale: #1D1D1D. Windows color (decimal): -16508797 or 8591364. OLE color: 8591364.
HSL color Cylindrical-coordinate representation of color #041883: hue angle of 230.55º 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 #041883 is Cyan = 0.97, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 4 | 24 | 131 | - |
| CMYK | 0.97 | 0.82 | 0 | 0.49 |
| HSL | 230.55º | 0.94% | 0.26% | - |
| HSV(B) | 230.55º | 0.97% | 0.51% | - |
| XYZ | 4.47 | 2.32 | 21.68 | - |
| YUV | 30.22 | 184.87 | 109.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 24 | 131 | 0.97 | 0.82 | 0 | 0.49 | 230.55 | 0.94 | 0.26 |
| Hex | 4 | 18 | 83 | 61 | 52 | 0 | 31 | E7 | 5E | 1A |
| Octal | 4 | 30 | 203 | 141 | 122 | 0 | 61 | 347 | 136 | 32 |
| Binary | 100 | 11000 | 10000011 | 1100001 | 1010010 | 0 | 110001 | 11100111 | 1011110 | 11010 |
Color Harmonies of #041883
Complementary color
Monochromatic Colors of #041883
Black with #041883
Text Example
Text Example
White with #041883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041883; }
p { color: rgb(4,24,131); }
H1.HeaderClassName
{
color: #041883;
}
.AnyTagClassName
{
color: #041883;
}
</style>
background-color css
<style>
a { background-color: #041883; }
a { background-color: rgb(4,24,131); }
div.DivClassName
{
background-color: #041883;
}
.BgClassName
{
background-color: #041883;
}
</style>
border-color css
<style>
span { border-color: #041883; }
span { border-color: rgb(4,24,131); }
td.TdClassName
{
border-color: #041883;
}
.TagClassName
{
border-color: #041883;
}
</style>