Shades of Navy #04015B
Tints of Navy #04015B
RGB
CMYK
RGB Variations
Color information
#04015B (or 0x04015B) is known color: Navy. HEX triplet: 04, 01 and 5B. RGB value is (4,1,91). Sum of RGB (Red+Green+Blue) = 4+1+91=96 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.17% from 96); Green value is 1 (0.78% from 255 or 1.04% from 96); Blue value is 91 (35.94% from 255 or 94.79% from 96); Max value from RGB is 91 - color contains mainly: blue. Hex color #04015B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04015B is #FBFEA4. Grayscale: #0B0B0B. Windows color (decimal): -16514725 or 5964036. OLE color: 5964036.
HSL color Cylindrical-coordinate representation of color #04015B: hue angle of 242º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #04015B is Cyan = 0.96, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 4 | 1 | 91 | - |
| CMYK | 0.96 | 0.99 | 0 | 0.64 |
| HSL | 242º | 0.98% | 0.18% | - |
| HSV(B) | 242º | 0.99% | 0.36% | - |
| XYZ | 1.95 | 0.8 | 9.95 | - |
| YUV | 12.16 | 172.49 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 1 | 91 | 0.96 | 0.99 | 0 | 0.64 | 242 | 0.98 | 0.18 |
| Hex | 4 | 1 | 5B | 60 | 63 | 0 | 40 | F2 | 62 | 12 |
| Octal | 4 | 1 | 133 | 140 | 143 | 0 | 100 | 362 | 142 | 22 |
| Binary | 100 | 1 | 1011011 | 1100000 | 1100011 | 0 | 1000000 | 11110010 | 1100010 | 10010 |
Color Harmonies of #04015B
Complementary color
Monochromatic Colors of #04015B
Black with #04015B
Text Example
Text Example
White with #04015B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04015B; }
p { color: rgb(4,1,91); }
H1.HeaderClassName
{
color: #04015B;
}
.AnyTagClassName
{
color: #04015B;
}
</style>
background-color css
<style>
a { background-color: #04015B; }
a { background-color: rgb(4,1,91); }
div.DivClassName
{
background-color: #04015B;
}
.BgClassName
{
background-color: #04015B;
}
</style>
border-color css
<style>
span { border-color: #04015B; }
span { border-color: rgb(4,1,91); }
td.TdClassName
{
border-color: #04015B;
}
.TagClassName
{
border-color: #04015B;
}
</style>