Shades of Navy #040A68
Tints of Navy #040A68
RGB
CMYK
RGB Variations
Color information
#040A68 (or 0x040A68) is known color: Navy. HEX triplet: 04, 0A and 68. RGB value is (4,10,104). Sum of RGB (Red+Green+Blue) = 4+10+104=118 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.39% from 118); Green value is 10 (4.30% from 255 or 8.47% from 118); Blue value is 104 (41.02% from 255 or 88.14% from 118); Max value from RGB is 104 - color contains mainly: blue. Hex color #040A68 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040A68 is #FBF597. Grayscale: #121212. Windows color (decimal): -16512408 or 6818308. OLE color: 6818308.
HSL color Cylindrical-coordinate representation of color #040A68: hue angle of 236.4º 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 #040A68 is Cyan = 0.96, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 4 | 10 | 104 | - |
| CMYK | 0.96 | 0.90 | 0 | 0.59 |
| HSL | 236.4º | 0.93% | 0.21% | - |
| HSV(B) | 236.4º | 0.96% | 0.41% | - |
| XYZ | 2.66 | 1.24 | 13.2 | - |
| YUV | 18.92 | 176.01 | 117.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 10 | 104 | 0.96 | 0.90 | 0 | 0.59 | 236.4 | 0.93 | 0.21 |
| Hex | 4 | A | 68 | 60 | 5A | 0 | 3B | EC | 5D | 15 |
| Octal | 4 | 12 | 150 | 140 | 132 | 0 | 73 | 354 | 135 | 25 |
| Binary | 100 | 1010 | 1101000 | 1100000 | 1011010 | 0 | 111011 | 11101100 | 1011101 | 10101 |
Color Harmonies of #040A68
Complementary color
Monochromatic Colors of #040A68
Black with #040A68
Text Example
Text Example
White with #040A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040A68; }
p { color: rgb(4,10,104); }
H1.HeaderClassName
{
color: #040A68;
}
.AnyTagClassName
{
color: #040A68;
}
</style>
background-color css
<style>
a { background-color: #040A68; }
a { background-color: rgb(4,10,104); }
div.DivClassName
{
background-color: #040A68;
}
.BgClassName
{
background-color: #040A68;
}
</style>
border-color css
<style>
span { border-color: #040A68; }
span { border-color: rgb(4,10,104); }
td.TdClassName
{
border-color: #040A68;
}
.TagClassName
{
border-color: #040A68;
}
</style>