Shades of Navy #02006D
Tints of Navy #02006D
RGB
CMYK
RGB Variations
Color information
#02006D (or 0x02006D) is known color: Navy. HEX triplet: 02, 00 and 6D. RGB value is (2,0,109). Sum of RGB (Red+Green+Blue) = 2+0+109=111 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.80% from 111); Green value is 0 (0.39% from 255 or 0% from 111); Blue value is 109 (42.97% from 255 or 98.20% from 111); Max value from RGB is 109 - color contains mainly: blue. Hex color #02006D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02006D is #FDFF92. Grayscale: #0C0C0C. Windows color (decimal): -16646035 or 7143426. OLE color: 7143426.
HSL color Cylindrical-coordinate representation of color #02006D: hue angle of 241.1º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #02006D is Cyan = 0.98, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 2 | 0 | 109 | - |
| CMYK | 0.98 | 1 | 0 | 0.57 |
| HSL | 241.1º | 1% | 0.21% | - |
| HSV(B) | 241.1º | 1% | 0.43% | - |
| XYZ | 2.79 | 1.12 | 14.54 | - |
| YUV | 13.02 | 182.16 | 120.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 0 | 109 | 0.98 | 1 | 0 | 0.57 | 241.1 | 1 | 0.21 |
| Hex | 2 | 0 | 6D | 62 | 64 | 0 | 39 | F1 | 64 | 15 |
| Octal | 2 | 0 | 155 | 142 | 144 | 0 | 71 | 361 | 144 | 25 |
| Binary | 10 | 0 | 1101101 | 1100010 | 1100100 | 0 | 111001 | 11110001 | 1100100 | 10101 |
Color Harmonies of #02006D
Complementary color
Monochromatic Colors of #02006D
Black with #02006D
Text Example
Text Example
White with #02006D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02006D; }
p { color: rgb(2,0,109); }
H1.HeaderClassName
{
color: #02006D;
}
.AnyTagClassName
{
color: #02006D;
}
</style>
background-color css
<style>
a { background-color: #02006D; }
a { background-color: rgb(2,0,109); }
div.DivClassName
{
background-color: #02006D;
}
.BgClassName
{
background-color: #02006D;
}
</style>
border-color css
<style>
span { border-color: #02006D; }
span { border-color: rgb(2,0,109); }
td.TdClassName
{
border-color: #02006D;
}
.TagClassName
{
border-color: #02006D;
}
</style>