Shades of Navy #04017B
Tints of Navy #04017B
RGB
CMYK
RGB Variations
Color information
#04017B (or 0x04017B) is known color: Navy. HEX triplet: 04, 01 and 7B. RGB value is (4,1,123). Sum of RGB (Red+Green+Blue) = 4+1+123=128 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.12% from 128); Green value is 1 (0.78% from 255 or 0.78% from 128); Blue value is 123 (48.44% from 255 or 96.09% from 128); Max value from RGB is 123 - color contains mainly: blue. Hex color #04017B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04017B is #FBFE84. Grayscale: #0F0F0F. Windows color (decimal): -16514693 or 8061188. OLE color: 8061188.
HSL color Cylindrical-coordinate representation of color #04017B: hue angle of 241.48º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #04017B is Cyan = 0.97, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 4 | 1 | 123 | - |
| CMYK | 0.97 | 0.99 | 0 | 0.52 |
| HSL | 241.48º | 0.98% | 0.24% | - |
| HSV(B) | 241.48º | 0.99% | 0.48% | - |
| XYZ | 3.64 | 1.48 | 18.83 | - |
| YUV | 15.81 | 188.49 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 1 | 123 | 0.97 | 0.99 | 0 | 0.52 | 241.48 | 0.98 | 0.24 |
| Hex | 4 | 1 | 7B | 61 | 63 | 0 | 34 | F1 | 62 | 18 |
| Octal | 4 | 1 | 173 | 141 | 143 | 0 | 64 | 361 | 142 | 30 |
| Binary | 100 | 1 | 1111011 | 1100001 | 1100011 | 0 | 110100 | 11110001 | 1100010 | 11000 |
Color Harmonies of #04017B
Complementary color
Monochromatic Colors of #04017B
Black with #04017B
Text Example
Text Example
White with #04017B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04017B; }
p { color: rgb(4,1,123); }
H1.HeaderClassName
{
color: #04017B;
}
.AnyTagClassName
{
color: #04017B;
}
</style>
background-color css
<style>
a { background-color: #04017B; }
a { background-color: rgb(4,1,123); }
div.DivClassName
{
background-color: #04017B;
}
.BgClassName
{
background-color: #04017B;
}
</style>
border-color css
<style>
span { border-color: #04017B; }
span { border-color: rgb(4,1,123); }
td.TdClassName
{
border-color: #04017B;
}
.TagClassName
{
border-color: #04017B;
}
</style>