Shades of Navy #04005F
Tints of Navy #04005F
RGB
CMYK
RGB Variations
Color information
#04005F (or 0x04005F) is known color: Navy. HEX triplet: 04, 00 and 5F. RGB value is (4,0,95). Sum of RGB (Red+Green+Blue) = 4+0+95=99 (13% of max value = 765). Red value is 4 (1.95% from 255 or 4.04% from 99); Green value is 0 (0.39% from 255 or 0% from 99); Blue value is 95 (37.5% from 255 or 95.96% from 99); Max value from RGB is 95 - color contains mainly: blue. Hex color #04005F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04005F is #FBFFA0. Grayscale: #0B0B0B. Windows color (decimal): -16514977 or 6225924. OLE color: 6225924.
HSL color Cylindrical-coordinate representation of color #04005F: hue angle of 242.53º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #04005F is Cyan = 0.96, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 4 | 0 | 95 | - |
| CMYK | 0.96 | 1 | 0 | 0.63 |
| HSL | 242.53º | 1% | 0.19% | - |
| HSV(B) | 242.53º | 1% | 0.37% | - |
| XYZ | 2.12 | 0.85 | 10.88 | - |
| YUV | 12.03 | 174.83 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 0 | 95 | 0.96 | 1 | 0 | 0.63 | 242.53 | 1 | 0.19 |
| Hex | 4 | 0 | 5F | 60 | 64 | 0 | 3F | F3 | 64 | 13 |
| Octal | 4 | 0 | 137 | 140 | 144 | 0 | 77 | 363 | 144 | 23 |
| Binary | 100 | 0 | 1011111 | 1100000 | 1100100 | 0 | 111111 | 11110011 | 1100100 | 10011 |
Color Harmonies of #04005F
Complementary color
Monochromatic Colors of #04005F
Black with #04005F
Text Example
Text Example
White with #04005F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04005F; }
p { color: rgb(4,0,95); }
H1.HeaderClassName
{
color: #04005F;
}
.AnyTagClassName
{
color: #04005F;
}
</style>
background-color css
<style>
a { background-color: #04005F; }
a { background-color: rgb(4,0,95); }
div.DivClassName
{
background-color: #04005F;
}
.BgClassName
{
background-color: #04005F;
}
</style>
border-color css
<style>
span { border-color: #04005F; }
span { border-color: rgb(4,0,95); }
td.TdClassName
{
border-color: #04005F;
}
.TagClassName
{
border-color: #04005F;
}
</style>