Shades of Navy #020176
Tints of Navy #020176
RGB
CMYK
RGB Variations
Color information
#020176 (or 0x020176) is known color: Navy. HEX triplet: 02, 01 and 76. RGB value is (2,1,118). Sum of RGB (Red+Green+Blue) = 2+1+118=121 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.65% from 121); Green value is 1 (0.78% from 255 or 0.83% from 121); Blue value is 118 (46.48% from 255 or 97.52% from 121); Max value from RGB is 118 - color contains mainly: blue. Hex color #020176 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020176 is #FDFE89. Grayscale: #0E0E0E. Windows color (decimal): -16645770 or 7733506. OLE color: 7733506.
HSL color Cylindrical-coordinate representation of color #020176: hue angle of 240.51º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020176 is Cyan = 0.98, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 2 | 1 | 118 | - |
| CMYK | 0.98 | 0.99 | 0 | 0.54 |
| HSL | 240.51º | 0.98% | 0.23% | - |
| HSV(B) | 240.51º | 0.99% | 0.46% | - |
| XYZ | 3.31 | 1.34 | 17.22 | - |
| YUV | 14.64 | 186.33 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 1 | 118 | 0.98 | 0.99 | 0 | 0.54 | 240.51 | 0.98 | 0.23 |
| Hex | 2 | 1 | 76 | 62 | 63 | 0 | 36 | F1 | 62 | 17 |
| Octal | 2 | 1 | 166 | 142 | 143 | 0 | 66 | 361 | 142 | 27 |
| Binary | 10 | 1 | 1110110 | 1100010 | 1100011 | 0 | 110110 | 11110001 | 1100010 | 10111 |
Color Harmonies of #020176
Complementary color
Monochromatic Colors of #020176
Black with #020176
Text Example
Text Example
White with #020176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020176; }
p { color: rgb(2,1,118); }
H1.HeaderClassName
{
color: #020176;
}
.AnyTagClassName
{
color: #020176;
}
</style>
background-color css
<style>
a { background-color: #020176; }
a { background-color: rgb(2,1,118); }
div.DivClassName
{
background-color: #020176;
}
.BgClassName
{
background-color: #020176;
}
</style>
border-color css
<style>
span { border-color: #020176; }
span { border-color: rgb(2,1,118); }
td.TdClassName
{
border-color: #020176;
}
.TagClassName
{
border-color: #020176;
}
</style>