Shades of Navy #04015A
Tints of Navy #04015A
RGB
CMYK
RGB Variations
Color information
#04015A (or 0x04015A) is known color: Navy. HEX triplet: 04, 01 and 5A. RGB value is (4,1,90). Sum of RGB (Red+Green+Blue) = 4+1+90=95 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.21% from 95); Green value is 1 (0.78% from 255 or 1.05% from 95); Blue value is 90 (35.55% from 255 or 94.74% from 95); Max value from RGB is 90 - color contains mainly: blue. Hex color #04015A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04015A is #FBFEA5. Grayscale: #0B0B0B. Windows color (decimal): -16514726 or 5898500. OLE color: 5898500.
HSL color Cylindrical-coordinate representation of color #04015A: hue angle of 242.02º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #04015A is Cyan = 0.96, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 4 | 1 | 90 | - |
| CMYK | 0.96 | 0.99 | 0 | 0.65 |
| HSL | 242.02º | 0.98% | 0.18% | - |
| HSV(B) | 242.02º | 0.99% | 0.35% | - |
| XYZ | 1.91 | 0.79 | 9.72 | - |
| YUV | 12.04 | 171.99 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 1 | 90 | 0.96 | 0.99 | 0 | 0.65 | 242.02 | 0.98 | 0.18 |
| Hex | 4 | 1 | 5A | 60 | 63 | 0 | 41 | F2 | 62 | 12 |
| Octal | 4 | 1 | 132 | 140 | 143 | 0 | 101 | 362 | 142 | 22 |
| Binary | 100 | 1 | 1011010 | 1100000 | 1100011 | 0 | 1000001 | 11110010 | 1100010 | 10010 |
Color Harmonies of #04015A
Complementary color
Monochromatic Colors of #04015A
Black with #04015A
Text Example
Text Example
White with #04015A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04015A; }
p { color: rgb(4,1,90); }
H1.HeaderClassName
{
color: #04015A;
}
.AnyTagClassName
{
color: #04015A;
}
</style>
background-color css
<style>
a { background-color: #04015A; }
a { background-color: rgb(4,1,90); }
div.DivClassName
{
background-color: #04015A;
}
.BgClassName
{
background-color: #04015A;
}
</style>
border-color css
<style>
span { border-color: #04015A; }
span { border-color: rgb(4,1,90); }
td.TdClassName
{
border-color: #04015A;
}
.TagClassName
{
border-color: #04015A;
}
</style>