Shades of Navy #020665
Tints of Navy #020665
RGB
CMYK
RGB Variations
Color information
#020665 (or 0x020665) is known color: Navy. HEX triplet: 02, 06 and 65. RGB value is (2,6,101). Sum of RGB (Red+Green+Blue) = 2+6+101=109 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.83% from 109); Green value is 6 (2.73% from 255 or 5.50% from 109); Blue value is 101 (39.84% from 255 or 92.66% from 109); Max value from RGB is 101 - color contains mainly: blue. Hex color #020665 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020665 is #FDF99A. Grayscale: #0F0F0F. Windows color (decimal): -16644507 or 6620674. OLE color: 6620674.
HSL color Cylindrical-coordinate representation of color #020665: hue angle of 237.58º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020665 is Cyan = 0.98, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 2 | 6 | 101 | - |
| CMYK | 0.98 | 0.94 | 0 | 0.60 |
| HSL | 237.58º | 0.96% | 0.2% | - |
| HSV(B) | 237.58º | 0.98% | 0.4% | - |
| XYZ | 2.44 | 1.08 | 12.39 | - |
| YUV | 15.63 | 176.17 | 118.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 6 | 101 | 0.98 | 0.94 | 0 | 0.60 | 237.58 | 0.96 | 0.2 |
| Hex | 2 | 6 | 65 | 62 | 5E | 0 | 3C | EE | 60 | 14 |
| Octal | 2 | 6 | 145 | 142 | 136 | 0 | 74 | 356 | 140 | 24 |
| Binary | 10 | 110 | 1100101 | 1100010 | 1011110 | 0 | 111100 | 11101110 | 1100000 | 10100 |
Color Harmonies of #020665
Complementary color
Monochromatic Colors of #020665
Black with #020665
Text Example
Text Example
White with #020665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020665; }
p { color: rgb(2,6,101); }
H1.HeaderClassName
{
color: #020665;
}
.AnyTagClassName
{
color: #020665;
}
</style>
background-color css
<style>
a { background-color: #020665; }
a { background-color: rgb(2,6,101); }
div.DivClassName
{
background-color: #020665;
}
.BgClassName
{
background-color: #020665;
}
</style>
border-color css
<style>
span { border-color: #020665; }
span { border-color: rgb(2,6,101); }
td.TdClassName
{
border-color: #020665;
}
.TagClassName
{
border-color: #020665;
}
</style>