Shades of Navy #04035C
Tints of Navy #04035C
RGB
CMYK
RGB Variations
Color information
#04035C (or 0x04035C) is known color: Navy. HEX triplet: 04, 03 and 5C. RGB value is (4,3,92). Sum of RGB (Red+Green+Blue) = 4+3+92=99 (13% of max value = 765). Red value is 4 (1.95% from 255 or 4.04% from 99); Green value is 3 (1.56% from 255 or 3.03% from 99); Blue value is 92 (36.33% from 255 or 92.93% from 99); Max value from RGB is 92 - color contains mainly: blue. Hex color #04035C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04035C is #FBFCA3. Grayscale: #0D0D0D. Windows color (decimal): -16514212 or 6030084. OLE color: 6030084.
HSL color Cylindrical-coordinate representation of color #04035C: hue angle of 240.67º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04035C is Cyan = 0.96, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 4 | 3 | 92 | - |
| CMYK | 0.96 | 0.97 | 0 | 0.64 |
| HSL | 240.67º | 0.94% | 0.19% | - |
| HSV(B) | 240.67º | 0.97% | 0.36% | - |
| XYZ | 2.01 | 0.86 | 10.19 | - |
| YUV | 13.45 | 172.33 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 3 | 92 | 0.96 | 0.97 | 0 | 0.64 | 240.67 | 0.94 | 0.19 |
| Hex | 4 | 3 | 5C | 60 | 61 | 0 | 40 | F1 | 5E | 13 |
| Octal | 4 | 3 | 134 | 140 | 141 | 0 | 100 | 361 | 136 | 23 |
| Binary | 100 | 11 | 1011100 | 1100000 | 1100001 | 0 | 1000000 | 11110001 | 1011110 | 10011 |
Color Harmonies of #04035C
Complementary color
Monochromatic Colors of #04035C
Black with #04035C
Text Example
Text Example
White with #04035C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04035C; }
p { color: rgb(4,3,92); }
H1.HeaderClassName
{
color: #04035C;
}
.AnyTagClassName
{
color: #04035C;
}
</style>
background-color css
<style>
a { background-color: #04035C; }
a { background-color: rgb(4,3,92); }
div.DivClassName
{
background-color: #04035C;
}
.BgClassName
{
background-color: #04035C;
}
</style>
border-color css
<style>
span { border-color: #04035C; }
span { border-color: rgb(4,3,92); }
td.TdClassName
{
border-color: #04035C;
}
.TagClassName
{
border-color: #04035C;
}
</style>