Shades of Navy #040A67
Tints of Navy #040A67
RGB
CMYK
RGB Variations
Color information
#040A67 (or 0x040A67) is known color: Navy. HEX triplet: 04, 0A and 67. RGB value is (4,10,103). Sum of RGB (Red+Green+Blue) = 4+10+103=117 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.42% from 117); Green value is 10 (4.30% from 255 or 8.55% from 117); Blue value is 103 (40.62% from 255 or 88.03% from 117); Max value from RGB is 103 - color contains mainly: blue. Hex color #040A67 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040A67 is #FBF598. Grayscale: #121212. Windows color (decimal): -16512409 or 6752772. OLE color: 6752772.
HSL color Cylindrical-coordinate representation of color #040A67: hue angle of 236.36º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #040A67 is Cyan = 0.96, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 4 | 10 | 103 | - |
| CMYK | 0.96 | 0.90 | 0 | 0.60 |
| HSL | 236.36º | 0.93% | 0.21% | - |
| HSV(B) | 236.36º | 0.96% | 0.4% | - |
| XYZ | 2.61 | 1.22 | 12.93 | - |
| YUV | 18.81 | 175.51 | 117.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 10 | 103 | 0.96 | 0.90 | 0 | 0.60 | 236.36 | 0.93 | 0.21 |
| Hex | 4 | A | 67 | 60 | 5A | 0 | 3C | EC | 5D | 15 |
| Octal | 4 | 12 | 147 | 140 | 132 | 0 | 74 | 354 | 135 | 25 |
| Binary | 100 | 1010 | 1100111 | 1100000 | 1011010 | 0 | 111100 | 11101100 | 1011101 | 10101 |
Color Harmonies of #040A67
Complementary color
Monochromatic Colors of #040A67
Black with #040A67
Text Example
Text Example
White with #040A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040A67; }
p { color: rgb(4,10,103); }
H1.HeaderClassName
{
color: #040A67;
}
.AnyTagClassName
{
color: #040A67;
}
</style>
background-color css
<style>
a { background-color: #040A67; }
a { background-color: rgb(4,10,103); }
div.DivClassName
{
background-color: #040A67;
}
.BgClassName
{
background-color: #040A67;
}
</style>
border-color css
<style>
span { border-color: #040A67; }
span { border-color: rgb(4,10,103); }
td.TdClassName
{
border-color: #040A67;
}
.TagClassName
{
border-color: #040A67;
}
</style>