Shades of Navy #041073
Tints of Navy #041073
RGB
CMYK
RGB Variations
Color information
#041073 (or 0x041073) is known color: Navy. HEX triplet: 04, 10 and 73. RGB value is (4,16,115). Sum of RGB (Red+Green+Blue) = 4+16+115=135 (17% of max value = 765). Red value is 4 (1.95% from 255 or 2.96% from 135); Green value is 16 (6.64% from 255 or 11.85% from 135); Blue value is 115 (45.31% from 255 or 85.19% from 135); Max value from RGB is 115 - color contains mainly: blue. Hex color #041073 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041073 is #FBEF8C. Grayscale: #171717. Windows color (decimal): -16510861 or 7540740. OLE color: 7540740.
HSL color Cylindrical-coordinate representation of color #041073: hue angle of 233.51º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #041073 is Cyan = 0.97, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 4 | 16 | 115 | - |
| CMYK | 0.97 | 0.86 | 0 | 0.55 |
| HSL | 233.51º | 0.93% | 0.23% | - |
| HSV(B) | 233.51º | 0.97% | 0.45% | - |
| XYZ | 3.33 | 1.63 | 16.36 | - |
| YUV | 23.7 | 179.52 | 113.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 16 | 115 | 0.97 | 0.86 | 0 | 0.55 | 233.51 | 0.93 | 0.23 |
| Hex | 4 | 10 | 73 | 61 | 56 | 0 | 37 | EA | 5D | 17 |
| Octal | 4 | 20 | 163 | 141 | 126 | 0 | 67 | 352 | 135 | 27 |
| Binary | 100 | 10000 | 1110011 | 1100001 | 1010110 | 0 | 110111 | 11101010 | 1011101 | 10111 |
Color Harmonies of #041073
Complementary color
Monochromatic Colors of #041073
Black with #041073
Text Example
Text Example
White with #041073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041073; }
p { color: rgb(4,16,115); }
H1.HeaderClassName
{
color: #041073;
}
.AnyTagClassName
{
color: #041073;
}
</style>
background-color css
<style>
a { background-color: #041073; }
a { background-color: rgb(4,16,115); }
div.DivClassName
{
background-color: #041073;
}
.BgClassName
{
background-color: #041073;
}
</style>
border-color css
<style>
span { border-color: #041073; }
span { border-color: rgb(4,16,115); }
td.TdClassName
{
border-color: #041073;
}
.TagClassName
{
border-color: #041073;
}
</style>