Shades of Navy #040373
Tints of Navy #040373
RGB
CMYK
RGB Variations
Color information
#040373 (or 0x040373) is known color: Navy. HEX triplet: 04, 03 and 73. RGB value is (4,3,115). Sum of RGB (Red+Green+Blue) = 4+3+115=122 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.28% from 122); Green value is 3 (1.56% from 255 or 2.46% from 122); Blue value is 115 (45.31% from 255 or 94.26% from 122); Max value from RGB is 115 - color contains mainly: blue. Hex color #040373 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040373 is #FBFC8C. Grayscale: #0F0F0F. Windows color (decimal): -16514189 or 7537412. OLE color: 7537412.
HSL color Cylindrical-coordinate representation of color #040373: hue angle of 240.54º degrees, saturation: 0.95, 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 #040373 is Cyan = 0.97, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 4 | 3 | 115 | - |
| CMYK | 0.97 | 0.97 | 0 | 0.55 |
| HSL | 240.54º | 0.95% | 0.23% | - |
| HSV(B) | 240.54º | 0.97% | 0.45% | - |
| XYZ | 3.18 | 1.33 | 16.31 | - |
| YUV | 16.07 | 183.83 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 3 | 115 | 0.97 | 0.97 | 0 | 0.55 | 240.54 | 0.95 | 0.23 |
| Hex | 4 | 3 | 73 | 61 | 61 | 0 | 37 | F1 | 5F | 17 |
| Octal | 4 | 3 | 163 | 141 | 141 | 0 | 67 | 361 | 137 | 27 |
| Binary | 100 | 11 | 1110011 | 1100001 | 1100001 | 0 | 110111 | 11110001 | 1011111 | 10111 |
Color Harmonies of #040373
Complementary color
Monochromatic Colors of #040373
Black with #040373
Text Example
Text Example
White with #040373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040373; }
p { color: rgb(4,3,115); }
H1.HeaderClassName
{
color: #040373;
}
.AnyTagClassName
{
color: #040373;
}
</style>
background-color css
<style>
a { background-color: #040373; }
a { background-color: rgb(4,3,115); }
div.DivClassName
{
background-color: #040373;
}
.BgClassName
{
background-color: #040373;
}
</style>
border-color css
<style>
span { border-color: #040373; }
span { border-color: rgb(4,3,115); }
td.TdClassName
{
border-color: #040373;
}
.TagClassName
{
border-color: #040373;
}
</style>