Shades of Navy #04177C
Tints of Navy #04177C
RGB
CMYK
RGB Variations
Color information
#04177C (or 0x04177C) is known color: Navy. HEX triplet: 04, 17 and 7C. RGB value is (4,23,124). Sum of RGB (Red+Green+Blue) = 4+23+124=151 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.65% from 151); Green value is 23 (9.38% from 255 or 15.23% from 151); Blue value is 124 (48.83% from 255 or 82.12% from 151); Max value from RGB is 124 - color contains mainly: blue. Hex color #04177C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04177C is #FBE883. Grayscale: #1C1C1C. Windows color (decimal): -16509060 or 8132356. OLE color: 8132356.
HSL color Cylindrical-coordinate representation of color #04177C: hue angle of 230.5º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04177C is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 4 | 23 | 124 | - |
| CMYK | 0.97 | 0.81 | 0 | 0.51 |
| HSL | 230.5º | 0.94% | 0.25% | - |
| HSV(B) | 230.5º | 0.97% | 0.49% | - |
| XYZ | 3.99 | 2.09 | 19.26 | - |
| YUV | 28.83 | 181.71 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 23 | 124 | 0.97 | 0.81 | 0 | 0.51 | 230.5 | 0.94 | 0.25 |
| Hex | 4 | 17 | 7C | 61 | 51 | 0 | 33 | E6 | 5E | 19 |
| Octal | 4 | 27 | 174 | 141 | 121 | 0 | 63 | 346 | 136 | 31 |
| Binary | 100 | 10111 | 1111100 | 1100001 | 1010001 | 0 | 110011 | 11100110 | 1011110 | 11001 |
Color Harmonies of #04177C
Complementary color
Monochromatic Colors of #04177C
Black with #04177C
Text Example
Text Example
White with #04177C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04177C; }
p { color: rgb(4,23,124); }
H1.HeaderClassName
{
color: #04177C;
}
.AnyTagClassName
{
color: #04177C;
}
</style>
background-color css
<style>
a { background-color: #04177C; }
a { background-color: rgb(4,23,124); }
div.DivClassName
{
background-color: #04177C;
}
.BgClassName
{
background-color: #04177C;
}
</style>
border-color css
<style>
span { border-color: #04177C; }
span { border-color: rgb(4,23,124); }
td.TdClassName
{
border-color: #04177C;
}
.TagClassName
{
border-color: #04177C;
}
</style>