Shades of Navy #020165
Tints of Navy #020165
RGB
CMYK
RGB Variations
Color information
#020165 (or 0x020165) is known color: Navy. HEX triplet: 02, 01 and 65. RGB value is (2,1,101). Sum of RGB (Red+Green+Blue) = 2+1+101=104 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.92% from 104); Green value is 1 (0.78% from 255 or 0.96% from 104); Blue value is 101 (39.84% from 255 or 97.12% from 104); Max value from RGB is 101 - color contains mainly: blue. Hex color #020165 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020165 is #FDFE9A. Grayscale: #0C0C0C. Windows color (decimal): -16645787 or 6619394. OLE color: 6619394.
HSL color Cylindrical-coordinate representation of color #020165: hue angle of 240.6º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020165 is Cyan = 0.98, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 2 | 1 | 101 | - |
| CMYK | 0.98 | 0.99 | 0 | 0.60 |
| HSL | 240.6º | 0.98% | 0.2% | - |
| HSV(B) | 240.6º | 0.99% | 0.4% | - |
| XYZ | 2.38 | 0.97 | 12.37 | - |
| YUV | 12.7 | 177.83 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 1 | 101 | 0.98 | 0.99 | 0 | 0.60 | 240.6 | 0.98 | 0.2 |
| Hex | 2 | 1 | 65 | 62 | 63 | 0 | 3C | F1 | 62 | 14 |
| Octal | 2 | 1 | 145 | 142 | 143 | 0 | 74 | 361 | 142 | 24 |
| Binary | 10 | 1 | 1100101 | 1100010 | 1100011 | 0 | 111100 | 11110001 | 1100010 | 10100 |
Color Harmonies of #020165
Complementary color
Monochromatic Colors of #020165
Black with #020165
Text Example
Text Example
White with #020165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020165; }
p { color: rgb(2,1,101); }
H1.HeaderClassName
{
color: #020165;
}
.AnyTagClassName
{
color: #020165;
}
</style>
background-color css
<style>
a { background-color: #020165; }
a { background-color: rgb(2,1,101); }
div.DivClassName
{
background-color: #020165;
}
.BgClassName
{
background-color: #020165;
}
</style>
border-color css
<style>
span { border-color: #020165; }
span { border-color: rgb(2,1,101); }
td.TdClassName
{
border-color: #020165;
}
.TagClassName
{
border-color: #020165;
}
</style>