Shades of Navy #04016B
Tints of Navy #04016B
RGB
CMYK
RGB Variations
Color information
#04016B (or 0x04016B) is known color: Navy. HEX triplet: 04, 01 and 6B. RGB value is (4,1,107). Sum of RGB (Red+Green+Blue) = 4+1+107=112 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.57% from 112); Green value is 1 (0.78% from 255 or 0.89% from 112); Blue value is 107 (42.19% from 255 or 95.54% from 112); Max value from RGB is 107 - color contains mainly: blue. Hex color #04016B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04016B is #FBFE94. Grayscale: #0D0D0D. Windows color (decimal): -16514709 or 7012612. OLE color: 7012612.
HSL color Cylindrical-coordinate representation of color #04016B: hue angle of 241.7º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #04016B is Cyan = 0.96, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 4 | 1 | 107 | - |
| CMYK | 0.96 | 0.99 | 0 | 0.58 |
| HSL | 241.7º | 0.98% | 0.21% | - |
| HSV(B) | 241.7º | 0.99% | 0.42% | - |
| XYZ | 2.71 | 1.11 | 13.98 | - |
| YUV | 13.98 | 180.49 | 120.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 1 | 107 | 0.96 | 0.99 | 0 | 0.58 | 241.7 | 0.98 | 0.21 |
| Hex | 4 | 1 | 6B | 60 | 63 | 0 | 3A | F2 | 62 | 15 |
| Octal | 4 | 1 | 153 | 140 | 143 | 0 | 72 | 362 | 142 | 25 |
| Binary | 100 | 1 | 1101011 | 1100000 | 1100011 | 0 | 111010 | 11110010 | 1100010 | 10101 |
Color Harmonies of #04016B
Complementary color
Monochromatic Colors of #04016B
Black with #04016B
Text Example
Text Example
White with #04016B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04016B; }
p { color: rgb(4,1,107); }
H1.HeaderClassName
{
color: #04016B;
}
.AnyTagClassName
{
color: #04016B;
}
</style>
background-color css
<style>
a { background-color: #04016B; }
a { background-color: rgb(4,1,107); }
div.DivClassName
{
background-color: #04016B;
}
.BgClassName
{
background-color: #04016B;
}
</style>
border-color css
<style>
span { border-color: #04016B; }
span { border-color: rgb(4,1,107); }
td.TdClassName
{
border-color: #04016B;
}
.TagClassName
{
border-color: #04016B;
}
</style>