Shades of Navy #020668
Tints of Navy #020668
RGB
CMYK
RGB Variations
Color information
#020668 (or 0x020668) is known color: Navy. HEX triplet: 02, 06 and 68. RGB value is (2,6,104). Sum of RGB (Red+Green+Blue) = 2+6+104=112 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.79% from 112); Green value is 6 (2.73% from 255 or 5.36% from 112); Blue value is 104 (41.02% from 255 or 92.86% from 112); Max value from RGB is 104 - color contains mainly: blue. Hex color #020668 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020668 is #FDF997. Grayscale: #0F0F0F. Windows color (decimal): -16644504 or 6817282. OLE color: 6817282.
HSL color Cylindrical-coordinate representation of color #020668: hue angle of 237.65º 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 #020668 is Cyan = 0.98, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 2 | 6 | 104 | - |
| CMYK | 0.98 | 0.94 | 0 | 0.59 |
| HSL | 237.65º | 0.96% | 0.21% | - |
| HSV(B) | 237.65º | 0.98% | 0.41% | - |
| XYZ | 2.59 | 1.14 | 13.18 | - |
| YUV | 15.98 | 177.67 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 6 | 104 | 0.98 | 0.94 | 0 | 0.59 | 237.65 | 0.96 | 0.21 |
| Hex | 2 | 6 | 68 | 62 | 5E | 0 | 3B | EE | 60 | 15 |
| Octal | 2 | 6 | 150 | 142 | 136 | 0 | 73 | 356 | 140 | 25 |
| Binary | 10 | 110 | 1101000 | 1100010 | 1011110 | 0 | 111011 | 11101110 | 1100000 | 10101 |
Color Harmonies of #020668
Complementary color
Monochromatic Colors of #020668
Black with #020668
Text Example
Text Example
White with #020668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020668; }
p { color: rgb(2,6,104); }
H1.HeaderClassName
{
color: #020668;
}
.AnyTagClassName
{
color: #020668;
}
</style>
background-color css
<style>
a { background-color: #020668; }
a { background-color: rgb(2,6,104); }
div.DivClassName
{
background-color: #020668;
}
.BgClassName
{
background-color: #020668;
}
</style>
border-color css
<style>
span { border-color: #020668; }
span { border-color: rgb(2,6,104); }
td.TdClassName
{
border-color: #020668;
}
.TagClassName
{
border-color: #020668;
}
</style>