Shades of Navy #020175
Tints of Navy #020175
RGB
CMYK
RGB Variations
Color information
#020175 (or 0x020175) is known color: Navy. HEX triplet: 02, 01 and 75. RGB value is (2,1,117). Sum of RGB (Red+Green+Blue) = 2+1+117=120 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.67% from 120); Green value is 1 (0.78% from 255 or 0.83% from 120); Blue value is 117 (46.09% from 255 or 97.5% from 120); Max value from RGB is 117 - color contains mainly: blue. Hex color #020175 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020175 is #FDFE8A. Grayscale: #0E0E0E. Windows color (decimal): -16645771 or 7667970. OLE color: 7667970.
HSL color Cylindrical-coordinate representation of color #020175: hue angle of 240.52º 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 #020175 is Cyan = 0.98, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 2 | 1 | 117 | - |
| CMYK | 0.98 | 0.99 | 0 | 0.54 |
| HSL | 240.52º | 0.98% | 0.23% | - |
| HSV(B) | 240.52º | 0.99% | 0.46% | - |
| XYZ | 3.25 | 1.32 | 16.91 | - |
| YUV | 14.52 | 185.83 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 1 | 117 | 0.98 | 0.99 | 0 | 0.54 | 240.52 | 0.98 | 0.23 |
| Hex | 2 | 1 | 75 | 62 | 63 | 0 | 36 | F1 | 62 | 17 |
| Octal | 2 | 1 | 165 | 142 | 143 | 0 | 66 | 361 | 142 | 27 |
| Binary | 10 | 1 | 1110101 | 1100010 | 1100011 | 0 | 110110 | 11110001 | 1100010 | 10111 |
Color Harmonies of #020175
Complementary color
Monochromatic Colors of #020175
Black with #020175
Text Example
Text Example
White with #020175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020175; }
p { color: rgb(2,1,117); }
H1.HeaderClassName
{
color: #020175;
}
.AnyTagClassName
{
color: #020175;
}
</style>
background-color css
<style>
a { background-color: #020175; }
a { background-color: rgb(2,1,117); }
div.DivClassName
{
background-color: #020175;
}
.BgClassName
{
background-color: #020175;
}
</style>
border-color css
<style>
span { border-color: #020175; }
span { border-color: rgb(2,1,117); }
td.TdClassName
{
border-color: #020175;
}
.TagClassName
{
border-color: #020175;
}
</style>