Shades of Navy #02017A
Tints of Navy #02017A
RGB
CMYK
RGB Variations
Color information
#02017A (or 0x02017A) is known color: Navy. HEX triplet: 02, 01 and 7A. RGB value is (2,1,122). Sum of RGB (Red+Green+Blue) = 2+1+122=125 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.6% from 125); Green value is 1 (0.78% from 255 or 0.8% from 125); Blue value is 122 (48.05% from 255 or 97.6% from 125); Max value from RGB is 122 - color contains mainly: blue. Hex color #02017A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02017A is #FDFE85. Grayscale: #0E0E0E. Windows color (decimal): -16645766 or 7995650. OLE color: 7995650.
HSL color Cylindrical-coordinate representation of color #02017A: hue angle of 240.5º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02017A is Cyan = 0.98, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 2 | 1 | 122 | - |
| CMYK | 0.98 | 0.99 | 0 | 0.52 |
| HSL | 240.5º | 0.98% | 0.24% | - |
| HSV(B) | 240.5º | 0.99% | 0.48% | - |
| XYZ | 3.55 | 1.44 | 18.5 | - |
| YUV | 15.09 | 188.33 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 1 | 122 | 0.98 | 0.99 | 0 | 0.52 | 240.5 | 0.98 | 0.24 |
| Hex | 2 | 1 | 7A | 62 | 63 | 0 | 34 | F0 | 62 | 18 |
| Octal | 2 | 1 | 172 | 142 | 143 | 0 | 64 | 360 | 142 | 30 |
| Binary | 10 | 1 | 1111010 | 1100010 | 1100011 | 0 | 110100 | 11110000 | 1100010 | 11000 |
Color Harmonies of #02017A
Complementary color
Monochromatic Colors of #02017A
Black with #02017A
Text Example
Text Example
White with #02017A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02017A; }
p { color: rgb(2,1,122); }
H1.HeaderClassName
{
color: #02017A;
}
.AnyTagClassName
{
color: #02017A;
}
</style>
background-color css
<style>
a { background-color: #02017A; }
a { background-color: rgb(2,1,122); }
div.DivClassName
{
background-color: #02017A;
}
.BgClassName
{
background-color: #02017A;
}
</style>
border-color css
<style>
span { border-color: #02017A; }
span { border-color: rgb(2,1,122); }
td.TdClassName
{
border-color: #02017A;
}
.TagClassName
{
border-color: #02017A;
}
</style>