Shades of Navy #020766
Tints of Navy #020766
RGB
CMYK
RGB Variations
Color information
#020766 (or 0x020766) is known color: Navy. HEX triplet: 02, 07 and 66. RGB value is (2,7,102). Sum of RGB (Red+Green+Blue) = 2+7+102=111 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.80% from 111); Green value is 7 (3.12% from 255 or 6.31% from 111); Blue value is 102 (40.23% from 255 or 91.89% from 111); Max value from RGB is 102 - color contains mainly: blue. Hex color #020766 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020766 is #FDF899. Grayscale: #0F0F0F. Windows color (decimal): -16644250 or 6686466. OLE color: 6686466.
HSL color Cylindrical-coordinate representation of color #020766: hue angle of 237º 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 #020766 is Cyan = 0.98, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 2 | 7 | 102 | - |
| CMYK | 0.98 | 0.93 | 0 | 0.6 |
| HSL | 237º | 0.96% | 0.2% | - |
| HSV(B) | 237º | 0.98% | 0.4% | - |
| XYZ | 2.5 | 1.12 | 12.66 | - |
| YUV | 16.34 | 176.34 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 7 | 102 | 0.98 | 0.93 | 0 | 0.6 | 237 | 0.96 | 0.2 |
| Hex | 2 | 7 | 66 | 62 | 5D | 0 | 3C | ED | 60 | 14 |
| Octal | 2 | 7 | 146 | 142 | 135 | 0 | 74 | 355 | 140 | 24 |
| Binary | 10 | 111 | 1100110 | 1100010 | 1011101 | 0 | 111100 | 11101101 | 1100000 | 10100 |
Color Harmonies of #020766
Complementary color
Monochromatic Colors of #020766
Black with #020766
Text Example
Text Example
White with #020766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020766; }
p { color: rgb(2,7,102); }
H1.HeaderClassName
{
color: #020766;
}
.AnyTagClassName
{
color: #020766;
}
</style>
background-color css
<style>
a { background-color: #020766; }
a { background-color: rgb(2,7,102); }
div.DivClassName
{
background-color: #020766;
}
.BgClassName
{
background-color: #020766;
}
</style>
border-color css
<style>
span { border-color: #020766; }
span { border-color: rgb(2,7,102); }
td.TdClassName
{
border-color: #020766;
}
.TagClassName
{
border-color: #020766;
}
</style>