Shades of Navy #04036A
Tints of Navy #04036A
RGB
CMYK
RGB Variations
Color information
#04036A (or 0x04036A) is known color: Navy. HEX triplet: 04, 03 and 6A. RGB value is (4,3,106). Sum of RGB (Red+Green+Blue) = 4+3+106=113 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.54% from 113); Green value is 3 (1.56% from 255 or 2.65% from 113); Blue value is 106 (41.80% from 255 or 93.81% from 113); Max value from RGB is 106 - color contains mainly: blue. Hex color #04036A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04036A is #FBFC95. Grayscale: #0E0E0E. Windows color (decimal): -16514198 or 6947588. OLE color: 6947588.
HSL color Cylindrical-coordinate representation of color #04036A: hue angle of 240.58º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04036A is Cyan = 0.96, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 4 | 3 | 106 | - |
| CMYK | 0.96 | 0.97 | 0 | 0.58 |
| HSL | 240.58º | 0.94% | 0.21% | - |
| HSV(B) | 240.58º | 0.97% | 0.42% | - |
| XYZ | 2.68 | 1.13 | 13.71 | - |
| YUV | 15.04 | 179.33 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 3 | 106 | 0.96 | 0.97 | 0 | 0.58 | 240.58 | 0.94 | 0.21 |
| Hex | 4 | 3 | 6A | 60 | 61 | 0 | 3A | F1 | 5E | 15 |
| Octal | 4 | 3 | 152 | 140 | 141 | 0 | 72 | 361 | 136 | 25 |
| Binary | 100 | 11 | 1101010 | 1100000 | 1100001 | 0 | 111010 | 11110001 | 1011110 | 10101 |
Color Harmonies of #04036A
Complementary color
Monochromatic Colors of #04036A
Black with #04036A
Text Example
Text Example
White with #04036A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04036A; }
p { color: rgb(4,3,106); }
H1.HeaderClassName
{
color: #04036A;
}
.AnyTagClassName
{
color: #04036A;
}
</style>
background-color css
<style>
a { background-color: #04036A; }
a { background-color: rgb(4,3,106); }
div.DivClassName
{
background-color: #04036A;
}
.BgClassName
{
background-color: #04036A;
}
</style>
border-color css
<style>
span { border-color: #04036A; }
span { border-color: rgb(4,3,106); }
td.TdClassName
{
border-color: #04036A;
}
.TagClassName
{
border-color: #04036A;
}
</style>