Shades of Navy #020768
Tints of Navy #020768
RGB
CMYK
RGB Variations
Color information
#020768 (or 0x020768) is known color: Navy. HEX triplet: 02, 07 and 68. RGB value is (2,7,104). Sum of RGB (Red+Green+Blue) = 2+7+104=113 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.77% from 113); Green value is 7 (3.12% from 255 or 6.19% from 113); Blue value is 104 (41.02% from 255 or 92.04% from 113); Max value from RGB is 104 - color contains mainly: blue. Hex color #020768 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020768 is #FDF897. Grayscale: #101010. Windows color (decimal): -16644248 or 6817538. OLE color: 6817538.
HSL color Cylindrical-coordinate representation of color #020768: hue angle of 237.06º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020768 is Cyan = 0.98, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 2 | 7 | 104 | - |
| CMYK | 0.98 | 0.93 | 0 | 0.59 |
| HSL | 237.06º | 0.96% | 0.21% | - |
| HSV(B) | 237.06º | 0.98% | 0.41% | - |
| XYZ | 2.6 | 1.16 | 13.18 | - |
| YUV | 16.56 | 177.34 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 7 | 104 | 0.98 | 0.93 | 0 | 0.59 | 237.06 | 0.96 | 0.21 |
| Hex | 2 | 7 | 68 | 62 | 5D | 0 | 3B | ED | 60 | 15 |
| Octal | 2 | 7 | 150 | 142 | 135 | 0 | 73 | 355 | 140 | 25 |
| Binary | 10 | 111 | 1101000 | 1100010 | 1011101 | 0 | 111011 | 11101101 | 1100000 | 10101 |
Color Harmonies of #020768
Complementary color
Monochromatic Colors of #020768
Black with #020768
Text Example
Text Example
White with #020768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020768; }
p { color: rgb(2,7,104); }
H1.HeaderClassName
{
color: #020768;
}
.AnyTagClassName
{
color: #020768;
}
</style>
background-color css
<style>
a { background-color: #020768; }
a { background-color: rgb(2,7,104); }
div.DivClassName
{
background-color: #020768;
}
.BgClassName
{
background-color: #020768;
}
</style>
border-color css
<style>
span { border-color: #020768; }
span { border-color: rgb(2,7,104); }
td.TdClassName
{
border-color: #020768;
}
.TagClassName
{
border-color: #020768;
}
</style>