Shades of Navy #040A83
Tints of Navy #040A83
RGB
CMYK
RGB Variations
Color information
#040A83 (or 0x040A83) is known color: Navy. HEX triplet: 04, 0A and 83. RGB value is (4,10,131). Sum of RGB (Red+Green+Blue) = 4+10+131=145 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.76% from 145); Green value is 10 (4.30% from 255 or 6.90% from 145); Blue value is 131 (51.56% from 255 or 90.34% from 145); Max value from RGB is 131 - color contains mainly: blue. Hex color #040A83 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040A83 is #FBF57C. Grayscale: #151515. Windows color (decimal): -16512381 or 8587780. OLE color: 8587780.
HSL color Cylindrical-coordinate representation of color #040A83: hue angle of 237.17º 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 #040A83 is Cyan = 0.97, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 4 | 10 | 131 | - |
| CMYK | 0.97 | 0.92 | 0 | 0.49 |
| HSL | 237.17º | 0.94% | 0.26% | - |
| HSV(B) | 237.17º | 0.97% | 0.51% | - |
| XYZ | 4.26 | 1.88 | 21.61 | - |
| YUV | 22 | 189.51 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 10 | 131 | 0.97 | 0.92 | 0 | 0.49 | 237.17 | 0.94 | 0.26 |
| Hex | 4 | A | 83 | 61 | 5C | 0 | 31 | ED | 5E | 1A |
| Octal | 4 | 12 | 203 | 141 | 134 | 0 | 61 | 355 | 136 | 32 |
| Binary | 100 | 1010 | 10000011 | 1100001 | 1011100 | 0 | 110001 | 11101101 | 1011110 | 11010 |
Color Harmonies of #040A83
Complementary color
Monochromatic Colors of #040A83
Black with #040A83
Text Example
Text Example
White with #040A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040A83; }
p { color: rgb(4,10,131); }
H1.HeaderClassName
{
color: #040A83;
}
.AnyTagClassName
{
color: #040A83;
}
</style>
background-color css
<style>
a { background-color: #040A83; }
a { background-color: rgb(4,10,131); }
div.DivClassName
{
background-color: #040A83;
}
.BgClassName
{
background-color: #040A83;
}
</style>
border-color css
<style>
span { border-color: #040A83; }
span { border-color: rgb(4,10,131); }
td.TdClassName
{
border-color: #040A83;
}
.TagClassName
{
border-color: #040A83;
}
</style>