Shades of Navy #04006D
Tints of Navy #04006D
RGB
CMYK
RGB Variations
Color information
#04006D (or 0x04006D) is known color: Navy. HEX triplet: 04, 00 and 6D. RGB value is (4,0,109). Sum of RGB (Red+Green+Blue) = 4+0+109=113 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.54% from 113); Green value is 0 (0.39% from 255 or 0% from 113); Blue value is 109 (42.97% from 255 or 96.46% from 113); Max value from RGB is 109 - color contains mainly: blue. Hex color #04006D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04006D is #FBFF92. Grayscale: #0D0D0D. Windows color (decimal): -16514963 or 7143428. OLE color: 7143428.
HSL color Cylindrical-coordinate representation of color #04006D: hue angle of 242.2º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #04006D is Cyan = 0.96, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 4 | 0 | 109 | - |
| CMYK | 0.96 | 1 | 0 | 0.57 |
| HSL | 242.2º | 1% | 0.21% | - |
| HSV(B) | 242.2º | 1% | 0.43% | - |
| XYZ | 2.81 | 1.13 | 14.54 | - |
| YUV | 13.62 | 181.83 | 121.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 0 | 109 | 0.96 | 1 | 0 | 0.57 | 242.2 | 1 | 0.21 |
| Hex | 4 | 0 | 6D | 60 | 64 | 0 | 39 | F2 | 64 | 15 |
| Octal | 4 | 0 | 155 | 140 | 144 | 0 | 71 | 362 | 144 | 25 |
| Binary | 100 | 0 | 1101101 | 1100000 | 1100100 | 0 | 111001 | 11110010 | 1100100 | 10101 |
Color Harmonies of #04006D
Complementary color
Monochromatic Colors of #04006D
Black with #04006D
Text Example
Text Example
White with #04006D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04006D; }
p { color: rgb(4,0,109); }
H1.HeaderClassName
{
color: #04006D;
}
.AnyTagClassName
{
color: #04006D;
}
</style>
background-color css
<style>
a { background-color: #04006D; }
a { background-color: rgb(4,0,109); }
div.DivClassName
{
background-color: #04006D;
}
.BgClassName
{
background-color: #04006D;
}
</style>
border-color css
<style>
span { border-color: #04006D; }
span { border-color: rgb(4,0,109); }
td.TdClassName
{
border-color: #04006D;
}
.TagClassName
{
border-color: #04006D;
}
</style>