Shades of Navy #020055
Tints of Navy #020055
RGB
CMYK
RGB Variations
Color information
#020055 (or 0x020055) is known color: Navy. HEX triplet: 02, 00 and 55. RGB value is (2,0,85). Sum of RGB (Red+Green+Blue) = 2+0+85=87 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.30% from 87); Green value is 0 (0.39% from 255 or 0% from 87); Blue value is 85 (33.59% from 255 or 97.70% from 87); Max value from RGB is 85 - color contains mainly: blue. Hex color #020055 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020055 is #FDFFAA. Grayscale: #090909. Windows color (decimal): -16646059 or 5570562. OLE color: 5570562.
HSL color Cylindrical-coordinate representation of color #020055: hue angle of 241.41º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #020055 is Cyan = 0.98, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 2 | 0 | 85 | - |
| CMYK | 0.98 | 1 | 0 | 0.67 |
| HSL | 241.41º | 1% | 0.17% | - |
| HSV(B) | 241.41º | 1% | 0.33% | - |
| XYZ | 1.66 | 0.67 | 8.64 | - |
| YUV | 10.29 | 170.16 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 0 | 85 | 0.98 | 1 | 0 | 0.67 | 241.41 | 1 | 0.17 |
| Hex | 2 | 0 | 55 | 62 | 64 | 0 | 43 | F1 | 64 | 11 |
| Octal | 2 | 0 | 125 | 142 | 144 | 0 | 103 | 361 | 144 | 21 |
| Binary | 10 | 0 | 1010101 | 1100010 | 1100100 | 0 | 1000011 | 11110001 | 1100100 | 10001 |
Color Harmonies of #020055
Complementary color
Monochromatic Colors of #020055
Black with #020055
Text Example
Text Example
White with #020055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020055; }
p { color: rgb(2,0,85); }
H1.HeaderClassName
{
color: #020055;
}
.AnyTagClassName
{
color: #020055;
}
</style>
background-color css
<style>
a { background-color: #020055; }
a { background-color: rgb(2,0,85); }
div.DivClassName
{
background-color: #020055;
}
.BgClassName
{
background-color: #020055;
}
</style>
border-color css
<style>
span { border-color: #020055; }
span { border-color: rgb(2,0,85); }
td.TdClassName
{
border-color: #020055;
}
.TagClassName
{
border-color: #020055;
}
</style>