Shades of Navy #040A7D
Tints of Navy #040A7D
RGB
CMYK
RGB Variations
Color information
#040A7D (or 0x040A7D) is known color: Navy. HEX triplet: 04, 0A and 7D. RGB value is (4,10,125). Sum of RGB (Red+Green+Blue) = 4+10+125=139 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.88% from 139); Green value is 10 (4.30% from 255 or 7.19% from 139); Blue value is 125 (49.22% from 255 or 89.93% from 139); Max value from RGB is 125 - color contains mainly: blue. Hex color #040A7D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040A7D is #FBF582. Grayscale: #141414. Windows color (decimal): -16512387 or 8194564. OLE color: 8194564.
HSL color Cylindrical-coordinate representation of color #040A7D: hue angle of 237.02º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #040A7D is Cyan = 0.97, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 4 | 10 | 125 | - |
| CMYK | 0.97 | 0.92 | 0 | 0.51 |
| HSL | 237.02º | 0.94% | 0.25% | - |
| HSV(B) | 237.02º | 0.97% | 0.49% | - |
| XYZ | 3.86 | 1.72 | 19.53 | - |
| YUV | 21.32 | 186.51 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 10 | 125 | 0.97 | 0.92 | 0 | 0.51 | 237.02 | 0.94 | 0.25 |
| Hex | 4 | A | 7D | 61 | 5C | 0 | 33 | ED | 5E | 19 |
| Octal | 4 | 12 | 175 | 141 | 134 | 0 | 63 | 355 | 136 | 31 |
| Binary | 100 | 1010 | 1111101 | 1100001 | 1011100 | 0 | 110011 | 11101101 | 1011110 | 11001 |
Color Harmonies of #040A7D
Complementary color
Monochromatic Colors of #040A7D
Black with #040A7D
Text Example
Text Example
White with #040A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040A7D; }
p { color: rgb(4,10,125); }
H1.HeaderClassName
{
color: #040A7D;
}
.AnyTagClassName
{
color: #040A7D;
}
</style>
background-color css
<style>
a { background-color: #040A7D; }
a { background-color: rgb(4,10,125); }
div.DivClassName
{
background-color: #040A7D;
}
.BgClassName
{
background-color: #040A7D;
}
</style>
border-color css
<style>
span { border-color: #040A7D; }
span { border-color: rgb(4,10,125); }
td.TdClassName
{
border-color: #040A7D;
}
.TagClassName
{
border-color: #040A7D;
}
</style>