Shades of Navy #040A69
Tints of Navy #040A69
RGB
CMYK
RGB Variations
Color information
#040A69 (or 0x040A69) is known color: Navy. HEX triplet: 04, 0A and 69. RGB value is (4,10,105). Sum of RGB (Red+Green+Blue) = 4+10+105=119 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.36% from 119); Green value is 10 (4.30% from 255 or 8.40% from 119); Blue value is 105 (41.41% from 255 or 88.24% from 119); Max value from RGB is 105 - color contains mainly: blue. Hex color #040A69 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040A69 is #FBF596. Grayscale: #121212. Windows color (decimal): -16512407 or 6883844. OLE color: 6883844.
HSL color Cylindrical-coordinate representation of color #040A69: hue angle of 236.44º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #040A69 is Cyan = 0.96, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 4 | 10 | 105 | - |
| CMYK | 0.96 | 0.90 | 0 | 0.59 |
| HSL | 236.44º | 0.93% | 0.21% | - |
| HSV(B) | 236.44º | 0.96% | 0.41% | - |
| XYZ | 2.71 | 1.26 | 13.47 | - |
| YUV | 19.04 | 176.51 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 10 | 105 | 0.96 | 0.90 | 0 | 0.59 | 236.44 | 0.93 | 0.21 |
| Hex | 4 | A | 69 | 60 | 5A | 0 | 3B | EC | 5D | 15 |
| Octal | 4 | 12 | 151 | 140 | 132 | 0 | 73 | 354 | 135 | 25 |
| Binary | 100 | 1010 | 1101001 | 1100000 | 1011010 | 0 | 111011 | 11101100 | 1011101 | 10101 |
Color Harmonies of #040A69
Complementary color
Monochromatic Colors of #040A69
Black with #040A69
Text Example
Text Example
White with #040A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040A69; }
p { color: rgb(4,10,105); }
H1.HeaderClassName
{
color: #040A69;
}
.AnyTagClassName
{
color: #040A69;
}
</style>
background-color css
<style>
a { background-color: #040A69; }
a { background-color: rgb(4,10,105); }
div.DivClassName
{
background-color: #040A69;
}
.BgClassName
{
background-color: #040A69;
}
</style>
border-color css
<style>
span { border-color: #040A69; }
span { border-color: rgb(4,10,105); }
td.TdClassName
{
border-color: #040A69;
}
.TagClassName
{
border-color: #040A69;
}
</style>