Shades of Navy #040C73
Tints of Navy #040C73
RGB
CMYK
RGB Variations
Color information
#040C73 (or 0x040C73) is known color: Navy. HEX triplet: 04, 0C and 73. RGB value is (4,12,115). Sum of RGB (Red+Green+Blue) = 4+12+115=131 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.05% from 131); Green value is 12 (5.08% from 255 or 9.16% from 131); Blue value is 115 (45.31% from 255 or 87.79% from 131); Max value from RGB is 115 - color contains mainly: blue. Hex color #040C73 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040C73 is #FBF38C. Grayscale: #141414. Windows color (decimal): -16511885 or 7539716. OLE color: 7539716.
HSL color Cylindrical-coordinate representation of color #040C73: hue angle of 235.68º 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 #040C73 is Cyan = 0.97, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 4 | 12 | 115 | - |
| CMYK | 0.97 | 0.90 | 0 | 0.55 |
| HSL | 235.68º | 0.93% | 0.23% | - |
| HSV(B) | 235.68º | 0.97% | 0.45% | - |
| XYZ | 3.28 | 1.53 | 16.34 | - |
| YUV | 21.35 | 180.85 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 12 | 115 | 0.97 | 0.90 | 0 | 0.55 | 235.68 | 0.93 | 0.23 |
| Hex | 4 | C | 73 | 61 | 5A | 0 | 37 | EC | 5D | 17 |
| Octal | 4 | 14 | 163 | 141 | 132 | 0 | 67 | 354 | 135 | 27 |
| Binary | 100 | 1100 | 1110011 | 1100001 | 1011010 | 0 | 110111 | 11101100 | 1011101 | 10111 |
Color Harmonies of #040C73
Complementary color
Monochromatic Colors of #040C73
Black with #040C73
Text Example
Text Example
White with #040C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040C73; }
p { color: rgb(4,12,115); }
H1.HeaderClassName
{
color: #040C73;
}
.AnyTagClassName
{
color: #040C73;
}
</style>
background-color css
<style>
a { background-color: #040C73; }
a { background-color: rgb(4,12,115); }
div.DivClassName
{
background-color: #040C73;
}
.BgClassName
{
background-color: #040C73;
}
</style>
border-color css
<style>
span { border-color: #040C73; }
span { border-color: rgb(4,12,115); }
td.TdClassName
{
border-color: #040C73;
}
.TagClassName
{
border-color: #040C73;
}
</style>