Shades of Navy #04016D
Tints of Navy #04016D
RGB
CMYK
RGB Variations
Color information
#04016D (or 0x04016D) is known color: Navy. HEX triplet: 04, 01 and 6D. RGB value is (4,1,109). Sum of RGB (Red+Green+Blue) = 4+1+109=114 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.51% from 114); Green value is 1 (0.78% from 255 or 0.88% from 114); Blue value is 109 (42.97% from 255 or 95.61% from 114); Max value from RGB is 109 - color contains mainly: blue. Hex color #04016D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04016D is #FBFE92. Grayscale: #0D0D0D. Windows color (decimal): -16514707 or 7143684. OLE color: 7143684.
HSL color Cylindrical-coordinate representation of color #04016D: hue angle of 241.67º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #04016D is Cyan = 0.96, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 4 | 1 | 109 | - |
| CMYK | 0.96 | 0.99 | 0 | 0.57 |
| HSL | 241.67º | 0.98% | 0.22% | - |
| HSV(B) | 241.67º | 0.99% | 0.43% | - |
| XYZ | 2.82 | 1.15 | 14.54 | - |
| YUV | 14.21 | 181.49 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 1 | 109 | 0.96 | 0.99 | 0 | 0.57 | 241.67 | 0.98 | 0.22 |
| Hex | 4 | 1 | 6D | 60 | 63 | 0 | 39 | F2 | 62 | 16 |
| Octal | 4 | 1 | 155 | 140 | 143 | 0 | 71 | 362 | 142 | 26 |
| Binary | 100 | 1 | 1101101 | 1100000 | 1100011 | 0 | 111001 | 11110010 | 1100010 | 10110 |
Color Harmonies of #04016D
Complementary color
Monochromatic Colors of #04016D
Black with #04016D
Text Example
Text Example
White with #04016D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04016D; }
p { color: rgb(4,1,109); }
H1.HeaderClassName
{
color: #04016D;
}
.AnyTagClassName
{
color: #04016D;
}
</style>
background-color css
<style>
a { background-color: #04016D; }
a { background-color: rgb(4,1,109); }
div.DivClassName
{
background-color: #04016D;
}
.BgClassName
{
background-color: #04016D;
}
</style>
border-color css
<style>
span { border-color: #04016D; }
span { border-color: rgb(4,1,109); }
td.TdClassName
{
border-color: #04016D;
}
.TagClassName
{
border-color: #04016D;
}
</style>