Shades of Navy #040A6F
Tints of Navy #040A6F
RGB
CMYK
RGB Variations
Color information
#040A6F (or 0x040A6F) is known color: Navy. HEX triplet: 04, 0A and 6F. RGB value is (4,10,111). Sum of RGB (Red+Green+Blue) = 4+10+111=125 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.2% from 125); Green value is 10 (4.30% from 255 or 8% from 125); Blue value is 111 (43.75% from 255 or 88.8% from 125); Max value from RGB is 111 - color contains mainly: blue. Hex color #040A6F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040A6F is #FBF590. Grayscale: #131313. Windows color (decimal): -16512401 or 7277060. OLE color: 7277060.
HSL color Cylindrical-coordinate representation of color #040A6F: hue angle of 236.64º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #040A6F is Cyan = 0.96, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 4 | 10 | 111 | - |
| CMYK | 0.96 | 0.91 | 0 | 0.56 |
| HSL | 236.64º | 0.93% | 0.23% | - |
| HSV(B) | 236.64º | 0.96% | 0.44% | - |
| XYZ | 3.03 | 1.39 | 15.15 | - |
| YUV | 19.72 | 179.51 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 10 | 111 | 0.96 | 0.91 | 0 | 0.56 | 236.64 | 0.93 | 0.23 |
| Hex | 4 | A | 6F | 60 | 5B | 0 | 38 | ED | 5D | 17 |
| Octal | 4 | 12 | 157 | 140 | 133 | 0 | 70 | 355 | 135 | 27 |
| Binary | 100 | 1010 | 1101111 | 1100000 | 1011011 | 0 | 111000 | 11101101 | 1011101 | 10111 |
Color Harmonies of #040A6F
Complementary color
Monochromatic Colors of #040A6F
Black with #040A6F
Text Example
Text Example
White with #040A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040A6F; }
p { color: rgb(4,10,111); }
H1.HeaderClassName
{
color: #040A6F;
}
.AnyTagClassName
{
color: #040A6F;
}
</style>
background-color css
<style>
a { background-color: #040A6F; }
a { background-color: rgb(4,10,111); }
div.DivClassName
{
background-color: #040A6F;
}
.BgClassName
{
background-color: #040A6F;
}
</style>
border-color css
<style>
span { border-color: #040A6F; }
span { border-color: rgb(4,10,111); }
td.TdClassName
{
border-color: #040A6F;
}
.TagClassName
{
border-color: #040A6F;
}
</style>