Shades of Navy #020270
Tints of Navy #020270
RGB
CMYK
RGB Variations
Color information
#020270 (or 0x020270) is known color: Navy. HEX triplet: 02, 02 and 70. RGB value is (2,2,112). Sum of RGB (Red+Green+Blue) = 2+2+112=116 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.72% from 116); Green value is 2 (1.17% from 255 or 1.72% from 116); Blue value is 112 (44.14% from 255 or 96.55% from 116); Max value from RGB is 112 - color contains mainly: blue. Hex color #020270 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020270 is #FDFD8F. Grayscale: #0E0E0E. Windows color (decimal): -16645520 or 7340546. OLE color: 7340546.
HSL color Cylindrical-coordinate representation of color #020270: hue angle of 240º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020270 is Cyan = 0.98, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 2 | 2 | 112 | - |
| CMYK | 0.98 | 0.98 | 0 | 0.56 |
| HSL | 240º | 0.96% | 0.22% | - |
| HSV(B) | 240º | 0.98% | 0.44% | - |
| XYZ | 2.97 | 1.23 | 15.41 | - |
| YUV | 14.54 | 183 | 119.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 2 | 112 | 0.98 | 0.98 | 0 | 0.56 | 240 | 0.96 | 0.22 |
| Hex | 2 | 2 | 70 | 62 | 62 | 0 | 38 | F0 | 60 | 16 |
| Octal | 2 | 2 | 160 | 142 | 142 | 0 | 70 | 360 | 140 | 26 |
| Binary | 10 | 10 | 1110000 | 1100010 | 1100010 | 0 | 111000 | 11110000 | 1100000 | 10110 |
Color Harmonies of #020270
Complementary color
Monochromatic Colors of #020270
Black with #020270
Text Example
Text Example
White with #020270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020270; }
p { color: rgb(2,2,112); }
H1.HeaderClassName
{
color: #020270;
}
.AnyTagClassName
{
color: #020270;
}
</style>
background-color css
<style>
a { background-color: #020270; }
a { background-color: rgb(2,2,112); }
div.DivClassName
{
background-color: #020270;
}
.BgClassName
{
background-color: #020270;
}
</style>
border-color css
<style>
span { border-color: #020270; }
span { border-color: rgb(2,2,112); }
td.TdClassName
{
border-color: #020270;
}
.TagClassName
{
border-color: #020270;
}
</style>