Shades of Navy #04025C
Tints of Navy #04025C
RGB
CMYK
RGB Variations
Color information
#04025C (or 0x04025C) is known color: Navy. HEX triplet: 04, 02 and 5C. RGB value is (4,2,92). Sum of RGB (Red+Green+Blue) = 4+2+92=98 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.08% from 98); Green value is 2 (1.17% from 255 or 2.04% from 98); Blue value is 92 (36.33% from 255 or 93.88% from 98); Max value from RGB is 92 - color contains mainly: blue. Hex color #04025C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04025C is #FBFDA3. Grayscale: #0C0C0C. Windows color (decimal): -16514468 or 6029828. OLE color: 6029828.
HSL color Cylindrical-coordinate representation of color #04025C: hue angle of 241.33º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04025C is Cyan = 0.96, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 4 | 2 | 92 | - |
| CMYK | 0.96 | 0.98 | 0 | 0.64 |
| HSL | 241.33º | 0.96% | 0.18% | - |
| HSV(B) | 241.33º | 0.98% | 0.36% | - |
| XYZ | 2 | 0.84 | 10.18 | - |
| YUV | 12.86 | 172.66 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 2 | 92 | 0.96 | 0.98 | 0 | 0.64 | 241.33 | 0.96 | 0.18 |
| Hex | 4 | 2 | 5C | 60 | 62 | 0 | 40 | F1 | 60 | 12 |
| Octal | 4 | 2 | 134 | 140 | 142 | 0 | 100 | 361 | 140 | 22 |
| Binary | 100 | 10 | 1011100 | 1100000 | 1100010 | 0 | 1000000 | 11110001 | 1100000 | 10010 |
Color Harmonies of #04025C
Complementary color
Monochromatic Colors of #04025C
Black with #04025C
Text Example
Text Example
White with #04025C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04025C; }
p { color: rgb(4,2,92); }
H1.HeaderClassName
{
color: #04025C;
}
.AnyTagClassName
{
color: #04025C;
}
</style>
background-color css
<style>
a { background-color: #04025C; }
a { background-color: rgb(4,2,92); }
div.DivClassName
{
background-color: #04025C;
}
.BgClassName
{
background-color: #04025C;
}
</style>
border-color css
<style>
span { border-color: #04025C; }
span { border-color: rgb(4,2,92); }
td.TdClassName
{
border-color: #04025C;
}
.TagClassName
{
border-color: #04025C;
}
</style>