Shades of Navy #02006A
Tints of Navy #02006A
RGB
CMYK
RGB Variations
Color information
#02006A (or 0x02006A) is known color: Navy. HEX triplet: 02, 00 and 6A. RGB value is (2,0,106). Sum of RGB (Red+Green+Blue) = 2+0+106=108 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.85% from 108); Green value is 0 (0.39% from 255 or 0% from 108); Blue value is 106 (41.80% from 255 or 98.15% from 108); Max value from RGB is 106 - color contains mainly: blue. Hex color #02006A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02006A is #FDFF95. Grayscale: #0C0C0C. Windows color (decimal): -16646038 or 6946818. OLE color: 6946818.
HSL color Cylindrical-coordinate representation of color #02006A: hue angle of 241.13º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #02006A is Cyan = 0.98, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 2 | 0 | 106 | - |
| CMYK | 0.98 | 1 | 0 | 0.58 |
| HSL | 241.13º | 1% | 0.21% | - |
| HSV(B) | 241.13º | 1% | 0.42% | - |
| XYZ | 2.63 | 1.05 | 13.7 | - |
| YUV | 12.68 | 180.66 | 120.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 0 | 106 | 0.98 | 1 | 0 | 0.58 | 241.13 | 1 | 0.21 |
| Hex | 2 | 0 | 6A | 62 | 64 | 0 | 3A | F1 | 64 | 15 |
| Octal | 2 | 0 | 152 | 142 | 144 | 0 | 72 | 361 | 144 | 25 |
| Binary | 10 | 0 | 1101010 | 1100010 | 1100100 | 0 | 111010 | 11110001 | 1100100 | 10101 |
Color Harmonies of #02006A
Complementary color
Monochromatic Colors of #02006A
Black with #02006A
Text Example
Text Example
White with #02006A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02006A; }
p { color: rgb(2,0,106); }
H1.HeaderClassName
{
color: #02006A;
}
.AnyTagClassName
{
color: #02006A;
}
</style>
background-color css
<style>
a { background-color: #02006A; }
a { background-color: rgb(2,0,106); }
div.DivClassName
{
background-color: #02006A;
}
.BgClassName
{
background-color: #02006A;
}
</style>
border-color css
<style>
span { border-color: #02006A; }
span { border-color: rgb(2,0,106); }
td.TdClassName
{
border-color: #02006A;
}
.TagClassName
{
border-color: #02006A;
}
</style>