Shades of Navy #02025D
Tints of Navy #02025D
RGB
CMYK
RGB Variations
Color information
#02025D (or 0x02025D) is known color: Navy. HEX triplet: 02, 02 and 5D. RGB value is (2,2,93). Sum of RGB (Red+Green+Blue) = 2+2+93=97 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.06% from 97); Green value is 2 (1.17% from 255 or 2.06% from 97); Blue value is 93 (36.72% from 255 or 95.88% from 97); Max value from RGB is 93 - color contains mainly: blue. Hex color #02025D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02025D is #FDFDA2. Grayscale: #0C0C0C. Windows color (decimal): -16645539 or 6095362. OLE color: 6095362.
HSL color Cylindrical-coordinate representation of color #02025D: hue angle of 240º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02025D is Cyan = 0.98, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 2 | 2 | 93 | - |
| CMYK | 0.98 | 0.98 | 0 | 0.64 |
| HSL | 240º | 0.96% | 0.19% | - |
| HSV(B) | 240º | 0.98% | 0.36% | - |
| XYZ | 2.02 | 0.85 | 10.41 | - |
| YUV | 12.37 | 173.5 | 120.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 2 | 93 | 0.98 | 0.98 | 0 | 0.64 | 240 | 0.96 | 0.19 |
| Hex | 2 | 2 | 5D | 62 | 62 | 0 | 40 | F0 | 60 | 13 |
| Octal | 2 | 2 | 135 | 142 | 142 | 0 | 100 | 360 | 140 | 23 |
| Binary | 10 | 10 | 1011101 | 1100010 | 1100010 | 0 | 1000000 | 11110000 | 1100000 | 10011 |
Color Harmonies of #02025D
Complementary color
Monochromatic Colors of #02025D
Black with #02025D
Text Example
Text Example
White with #02025D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02025D; }
p { color: rgb(2,2,93); }
H1.HeaderClassName
{
color: #02025D;
}
.AnyTagClassName
{
color: #02025D;
}
</style>
background-color css
<style>
a { background-color: #02025D; }
a { background-color: rgb(2,2,93); }
div.DivClassName
{
background-color: #02025D;
}
.BgClassName
{
background-color: #02025D;
}
</style>
border-color css
<style>
span { border-color: #02025D; }
span { border-color: rgb(2,2,93); }
td.TdClassName
{
border-color: #02025D;
}
.TagClassName
{
border-color: #02025D;
}
</style>