Shades of Navy #02016A
Tints of Navy #02016A
RGB
CMYK
RGB Variations
Color information
#02016A (or 0x02016A) is known color: Navy. HEX triplet: 02, 01 and 6A. RGB value is (2,1,106). Sum of RGB (Red+Green+Blue) = 2+1+106=109 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.83% from 109); Green value is 1 (0.78% from 255 or 0.92% from 109); Blue value is 106 (41.80% from 255 or 97.25% from 109); Max value from RGB is 106 - color contains mainly: blue. Hex color #02016A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02016A is #FDFE95. Grayscale: #0C0C0C. Windows color (decimal): -16645782 or 6947074. OLE color: 6947074.
HSL color Cylindrical-coordinate representation of color #02016A: hue angle of 240.57º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02016A is Cyan = 0.98, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 2 | 1 | 106 | - |
| CMYK | 0.98 | 0.99 | 0 | 0.58 |
| HSL | 240.57º | 0.98% | 0.21% | - |
| HSV(B) | 240.57º | 0.99% | 0.42% | - |
| XYZ | 2.64 | 1.08 | 13.7 | - |
| YUV | 13.27 | 180.33 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 1 | 106 | 0.98 | 0.99 | 0 | 0.58 | 240.57 | 0.98 | 0.21 |
| Hex | 2 | 1 | 6A | 62 | 63 | 0 | 3A | F1 | 62 | 15 |
| Octal | 2 | 1 | 152 | 142 | 143 | 0 | 72 | 361 | 142 | 25 |
| Binary | 10 | 1 | 1101010 | 1100010 | 1100011 | 0 | 111010 | 11110001 | 1100010 | 10101 |
Color Harmonies of #02016A
Complementary color
Monochromatic Colors of #02016A
Black with #02016A
Text Example
Text Example
White with #02016A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02016A; }
p { color: rgb(2,1,106); }
H1.HeaderClassName
{
color: #02016A;
}
.AnyTagClassName
{
color: #02016A;
}
</style>
background-color css
<style>
a { background-color: #02016A; }
a { background-color: rgb(2,1,106); }
div.DivClassName
{
background-color: #02016A;
}
.BgClassName
{
background-color: #02016A;
}
</style>
border-color css
<style>
span { border-color: #02016A; }
span { border-color: rgb(2,1,106); }
td.TdClassName
{
border-color: #02016A;
}
.TagClassName
{
border-color: #02016A;
}
</style>