Shades of Navy #04005A
Tints of Navy #04005A
RGB
CMYK
RGB Variations
Color information
#04005A (or 0x04005A) is known color: Navy. HEX triplet: 04, 00 and 5A. RGB value is (4,0,90). Sum of RGB (Red+Green+Blue) = 4+0+90=94 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.26% from 94); Green value is 0 (0.39% from 255 or 0% from 94); Blue value is 90 (35.55% from 255 or 95.74% from 94); Max value from RGB is 90 - color contains mainly: blue. Hex color #04005A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04005A is #FBFFA5. Grayscale: #0B0B0B. Windows color (decimal): -16514982 or 5898244. OLE color: 5898244.
HSL color Cylindrical-coordinate representation of color #04005A: hue angle of 242.67º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #04005A is Cyan = 0.96, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 4 | 0 | 90 | - |
| CMYK | 0.96 | 1 | 0 | 0.65 |
| HSL | 242.67º | 1% | 0.18% | - |
| HSV(B) | 242.67º | 1% | 0.35% | - |
| XYZ | 1.9 | 0.76 | 9.72 | - |
| YUV | 11.46 | 172.33 | 122.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 0 | 90 | 0.96 | 1 | 0 | 0.65 | 242.67 | 1 | 0.18 |
| Hex | 4 | 0 | 5A | 60 | 64 | 0 | 41 | F3 | 64 | 12 |
| Octal | 4 | 0 | 132 | 140 | 144 | 0 | 101 | 363 | 144 | 22 |
| Binary | 100 | 0 | 1011010 | 1100000 | 1100100 | 0 | 1000001 | 11110011 | 1100100 | 10010 |
Color Harmonies of #04005A
Complementary color
Monochromatic Colors of #04005A
Black with #04005A
Text Example
Text Example
White with #04005A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04005A; }
p { color: rgb(4,0,90); }
H1.HeaderClassName
{
color: #04005A;
}
.AnyTagClassName
{
color: #04005A;
}
</style>
background-color css
<style>
a { background-color: #04005A; }
a { background-color: rgb(4,0,90); }
div.DivClassName
{
background-color: #04005A;
}
.BgClassName
{
background-color: #04005A;
}
</style>
border-color css
<style>
span { border-color: #04005A; }
span { border-color: rgb(4,0,90); }
td.TdClassName
{
border-color: #04005A;
}
.TagClassName
{
border-color: #04005A;
}
</style>