Shades of Navy #02006F
Tints of Navy #02006F
RGB
CMYK
RGB Variations
Color information
#02006F (or 0x02006F) is known color: Navy. HEX triplet: 02, 00 and 6F. RGB value is (2,0,111). Sum of RGB (Red+Green+Blue) = 2+0+111=113 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.77% from 113); Green value is 0 (0.39% from 255 or 0% from 113); Blue value is 111 (43.75% from 255 or 98.23% from 113); Max value from RGB is 111 - color contains mainly: blue. Hex color #02006F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02006F is #FDFF90. Grayscale: #0C0C0C. Windows color (decimal): -16646033 or 7274498. OLE color: 7274498.
HSL color Cylindrical-coordinate representation of color #02006F: hue angle of 241.08º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #02006F is Cyan = 0.98, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 2 | 0 | 111 | - |
| CMYK | 0.98 | 1 | 0 | 0.56 |
| HSL | 241.08º | 1% | 0.22% | - |
| HSV(B) | 241.08º | 1% | 0.44% | - |
| XYZ | 2.89 | 1.16 | 15.11 | - |
| YUV | 13.25 | 183.16 | 119.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 0 | 111 | 0.98 | 1 | 0 | 0.56 | 241.08 | 1 | 0.22 |
| Hex | 2 | 0 | 6F | 62 | 64 | 0 | 38 | F1 | 64 | 16 |
| Octal | 2 | 0 | 157 | 142 | 144 | 0 | 70 | 361 | 144 | 26 |
| Binary | 10 | 0 | 1101111 | 1100010 | 1100100 | 0 | 111000 | 11110001 | 1100100 | 10110 |
Color Harmonies of #02006F
Complementary color
Monochromatic Colors of #02006F
Black with #02006F
Text Example
Text Example
White with #02006F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02006F; }
p { color: rgb(2,0,111); }
H1.HeaderClassName
{
color: #02006F;
}
.AnyTagClassName
{
color: #02006F;
}
</style>
background-color css
<style>
a { background-color: #02006F; }
a { background-color: rgb(2,0,111); }
div.DivClassName
{
background-color: #02006F;
}
.BgClassName
{
background-color: #02006F;
}
</style>
border-color css
<style>
span { border-color: #02006F; }
span { border-color: rgb(2,0,111); }
td.TdClassName
{
border-color: #02006F;
}
.TagClassName
{
border-color: #02006F;
}
</style>