Shades of Navy #040769
Tints of Navy #040769
RGB
CMYK
RGB Variations
Color information
#040769 (or 0x040769) is known color: Navy. HEX triplet: 04, 07 and 69. RGB value is (4,7,105). Sum of RGB (Red+Green+Blue) = 4+7+105=116 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.45% from 116); Green value is 7 (3.12% from 255 or 6.03% from 116); Blue value is 105 (41.41% from 255 or 90.52% from 116); Max value from RGB is 105 - color contains mainly: blue. Hex color #040769 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040769 is #FBF896. Grayscale: #101010. Windows color (decimal): -16513175 or 6883076. OLE color: 6883076.
HSL color Cylindrical-coordinate representation of color #040769: hue angle of 238.22º 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 #040769 is Cyan = 0.96, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 4 | 7 | 105 | - |
| CMYK | 0.96 | 0.93 | 0 | 0.59 |
| HSL | 238.22º | 0.93% | 0.21% | - |
| HSV(B) | 238.22º | 0.96% | 0.41% | - |
| XYZ | 2.68 | 1.2 | 13.45 | - |
| YUV | 17.28 | 177.51 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 7 | 105 | 0.96 | 0.93 | 0 | 0.59 | 238.22 | 0.93 | 0.21 |
| Hex | 4 | 7 | 69 | 60 | 5D | 0 | 3B | EE | 5D | 15 |
| Octal | 4 | 7 | 151 | 140 | 135 | 0 | 73 | 356 | 135 | 25 |
| Binary | 100 | 111 | 1101001 | 1100000 | 1011101 | 0 | 111011 | 11101110 | 1011101 | 10101 |
Color Harmonies of #040769
Complementary color
Monochromatic Colors of #040769
Black with #040769
Text Example
Text Example
White with #040769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040769; }
p { color: rgb(4,7,105); }
H1.HeaderClassName
{
color: #040769;
}
.AnyTagClassName
{
color: #040769;
}
</style>
background-color css
<style>
a { background-color: #040769; }
a { background-color: rgb(4,7,105); }
div.DivClassName
{
background-color: #040769;
}
.BgClassName
{
background-color: #040769;
}
</style>
border-color css
<style>
span { border-color: #040769; }
span { border-color: rgb(4,7,105); }
td.TdClassName
{
border-color: #040769;
}
.TagClassName
{
border-color: #040769;
}
</style>