Shades of Navy #04005C
Tints of Navy #04005C
RGB
CMYK
RGB Variations
Color information
#04005C (or 0x04005C) is known color: Navy. HEX triplet: 04, 00 and 5C. RGB value is (4,0,92). Sum of RGB (Red+Green+Blue) = 4+0+92=96 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.17% from 96); Green value is 0 (0.39% from 255 or 0% from 96); Blue value is 92 (36.33% from 255 or 95.83% from 96); Max value from RGB is 92 - color contains mainly: blue. Hex color #04005C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04005C is #FBFFA3. Grayscale: #0B0B0B. Windows color (decimal): -16514980 or 6029316. OLE color: 6029316.
HSL color Cylindrical-coordinate representation of color #04005C: hue angle of 242.61º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #04005C is Cyan = 0.96, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 4 | 0 | 92 | - |
| CMYK | 0.96 | 1 | 0 | 0.64 |
| HSL | 242.61º | 1% | 0.18% | - |
| HSV(B) | 242.61º | 1% | 0.36% | - |
| XYZ | 1.98 | 0.8 | 10.17 | - |
| YUV | 11.68 | 173.33 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 0 | 92 | 0.96 | 1 | 0 | 0.64 | 242.61 | 1 | 0.18 |
| Hex | 4 | 0 | 5C | 60 | 64 | 0 | 40 | F3 | 64 | 12 |
| Octal | 4 | 0 | 134 | 140 | 144 | 0 | 100 | 363 | 144 | 22 |
| Binary | 100 | 0 | 1011100 | 1100000 | 1100100 | 0 | 1000000 | 11110011 | 1100100 | 10010 |
Color Harmonies of #04005C
Complementary color
Monochromatic Colors of #04005C
Black with #04005C
Text Example
Text Example
White with #04005C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04005C; }
p { color: rgb(4,0,92); }
H1.HeaderClassName
{
color: #04005C;
}
.AnyTagClassName
{
color: #04005C;
}
</style>
background-color css
<style>
a { background-color: #04005C; }
a { background-color: rgb(4,0,92); }
div.DivClassName
{
background-color: #04005C;
}
.BgClassName
{
background-color: #04005C;
}
</style>
border-color css
<style>
span { border-color: #04005C; }
span { border-color: rgb(4,0,92); }
td.TdClassName
{
border-color: #04005C;
}
.TagClassName
{
border-color: #04005C;
}
</style>