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