Shades of Navy #040169
Tints of Navy #040169
RGB
CMYK
RGB Variations
Color information
#040169 (or 0x040169) is known color: Navy. HEX triplet: 04, 01 and 69. RGB value is (4,1,105). Sum of RGB (Red+Green+Blue) = 4+1+105=110 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.64% from 110); Green value is 1 (0.78% from 255 or 0.91% from 110); Blue value is 105 (41.41% from 255 or 95.45% from 110); Max value from RGB is 105 - color contains mainly: blue. Hex color #040169 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040169 is #FBFE96. Grayscale: #0D0D0D. Windows color (decimal): -16514711 or 6881540. OLE color: 6881540.
HSL color Cylindrical-coordinate representation of color #040169: hue angle of 241.73º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #040169 is Cyan = 0.96, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 4 | 1 | 105 | - |
| CMYK | 0.96 | 0.99 | 0 | 0.59 |
| HSL | 241.73º | 0.98% | 0.21% | - |
| HSV(B) | 241.73º | 0.99% | 0.41% | - |
| XYZ | 2.61 | 1.07 | 13.43 | - |
| YUV | 13.75 | 179.49 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 1 | 105 | 0.96 | 0.99 | 0 | 0.59 | 241.73 | 0.98 | 0.21 |
| Hex | 4 | 1 | 69 | 60 | 63 | 0 | 3B | F2 | 62 | 15 |
| Octal | 4 | 1 | 151 | 140 | 143 | 0 | 73 | 362 | 142 | 25 |
| Binary | 100 | 1 | 1101001 | 1100000 | 1100011 | 0 | 111011 | 11110010 | 1100010 | 10101 |
Color Harmonies of #040169
Complementary color
Monochromatic Colors of #040169
Black with #040169
Text Example
Text Example
White with #040169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040169; }
p { color: rgb(4,1,105); }
H1.HeaderClassName
{
color: #040169;
}
.AnyTagClassName
{
color: #040169;
}
</style>
background-color css
<style>
a { background-color: #040169; }
a { background-color: rgb(4,1,105); }
div.DivClassName
{
background-color: #040169;
}
.BgClassName
{
background-color: #040169;
}
</style>
border-color css
<style>
span { border-color: #040169; }
span { border-color: rgb(4,1,105); }
td.TdClassName
{
border-color: #040169;
}
.TagClassName
{
border-color: #040169;
}
</style>