Shades of Navy #04005D
Tints of Navy #04005D
RGB
CMYK
RGB Variations
Color information
#04005D (or 0x04005D) is known color: Navy. HEX triplet: 04, 00 and 5D. RGB value is (4,0,93). Sum of RGB (Red+Green+Blue) = 4+0+93=97 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.12% from 97); Green value is 0 (0.39% from 255 or 0% from 97); Blue value is 93 (36.72% from 255 or 95.88% from 97); Max value from RGB is 93 - color contains mainly: blue. Hex color #04005D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04005D is #FBFFA2. Grayscale: #0B0B0B. Windows color (decimal): -16514979 or 6094852. OLE color: 6094852.
HSL color Cylindrical-coordinate representation of color #04005D: hue angle of 242.58º 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 #04005D is Cyan = 0.96, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 4 | 0 | 93 | - |
| CMYK | 0.96 | 1 | 0 | 0.64 |
| HSL | 242.58º | 1% | 0.18% | - |
| HSV(B) | 242.58º | 1% | 0.36% | - |
| XYZ | 2.03 | 0.82 | 10.41 | - |
| YUV | 11.8 | 173.83 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 0 | 93 | 0.96 | 1 | 0 | 0.64 | 242.58 | 1 | 0.18 |
| Hex | 4 | 0 | 5D | 60 | 64 | 0 | 40 | F3 | 64 | 12 |
| Octal | 4 | 0 | 135 | 140 | 144 | 0 | 100 | 363 | 144 | 22 |
| Binary | 100 | 0 | 1011101 | 1100000 | 1100100 | 0 | 1000000 | 11110011 | 1100100 | 10010 |
Color Harmonies of #04005D
Complementary color
Monochromatic Colors of #04005D
Black with #04005D
Text Example
Text Example
White with #04005D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04005D; }
p { color: rgb(4,0,93); }
H1.HeaderClassName
{
color: #04005D;
}
.AnyTagClassName
{
color: #04005D;
}
</style>
background-color css
<style>
a { background-color: #04005D; }
a { background-color: rgb(4,0,93); }
div.DivClassName
{
background-color: #04005D;
}
.BgClassName
{
background-color: #04005D;
}
</style>
border-color css
<style>
span { border-color: #04005D; }
span { border-color: rgb(4,0,93); }
td.TdClassName
{
border-color: #04005D;
}
.TagClassName
{
border-color: #04005D;
}
</style>