Shades of Navy #02025A
Tints of Navy #02025A
RGB
CMYK
RGB Variations
Color information
#02025A (or 0x02025A) is known color: Navy. HEX triplet: 02, 02 and 5A. RGB value is (2,2,90). Sum of RGB (Red+Green+Blue) = 2+2+90=94 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.13% from 94); Green value is 2 (1.17% from 255 or 2.13% from 94); Blue value is 90 (35.55% from 255 or 95.74% from 94); Max value from RGB is 90 - color contains mainly: blue. Hex color #02025A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02025A is #FDFDA5. Grayscale: #0B0B0B. Windows color (decimal): -16645542 or 5898754. OLE color: 5898754.
HSL color Cylindrical-coordinate representation of color #02025A: hue angle of 240º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02025A is Cyan = 0.98, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 2 | 2 | 90 | - |
| CMYK | 0.98 | 0.98 | 0 | 0.65 |
| HSL | 240º | 0.96% | 0.18% | - |
| HSV(B) | 240º | 0.98% | 0.35% | - |
| XYZ | 1.89 | 0.79 | 9.73 | - |
| YUV | 12.03 | 172 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 2 | 90 | 0.98 | 0.98 | 0 | 0.65 | 240 | 0.96 | 0.18 |
| Hex | 2 | 2 | 5A | 62 | 62 | 0 | 41 | F0 | 60 | 12 |
| Octal | 2 | 2 | 132 | 142 | 142 | 0 | 101 | 360 | 140 | 22 |
| Binary | 10 | 10 | 1011010 | 1100010 | 1100010 | 0 | 1000001 | 11110000 | 1100000 | 10010 |
Color Harmonies of #02025A
Complementary color
Monochromatic Colors of #02025A
Black with #02025A
Text Example
Text Example
White with #02025A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02025A; }
p { color: rgb(2,2,90); }
H1.HeaderClassName
{
color: #02025A;
}
.AnyTagClassName
{
color: #02025A;
}
</style>
background-color css
<style>
a { background-color: #02025A; }
a { background-color: rgb(2,2,90); }
div.DivClassName
{
background-color: #02025A;
}
.BgClassName
{
background-color: #02025A;
}
</style>
border-color css
<style>
span { border-color: #02025A; }
span { border-color: rgb(2,2,90); }
td.TdClassName
{
border-color: #02025A;
}
.TagClassName
{
border-color: #02025A;
}
</style>