Shades of Navy #021071
Tints of Navy #021071
RGB
CMYK
RGB Variations
Color information
#021071 (or 0x021071) is known color: Navy. HEX triplet: 02, 10 and 71. RGB value is (2,16,113). Sum of RGB (Red+Green+Blue) = 2+16+113=131 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.53% from 131); Green value is 16 (6.64% from 255 or 12.21% from 131); Blue value is 113 (44.53% from 255 or 86.26% from 131); Max value from RGB is 113 - color contains mainly: blue. Hex color #021071 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021071 is #FDEF8E. Grayscale: #161616. Windows color (decimal): -16641935 or 7409666. OLE color: 7409666.
HSL color Cylindrical-coordinate representation of color #021071: hue angle of 232.43º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021071 is Cyan = 0.98, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 2 | 16 | 113 | - |
| CMYK | 0.98 | 0.86 | 0 | 0.56 |
| HSL | 232.43º | 0.97% | 0.23% | - |
| HSV(B) | 232.43º | 0.98% | 0.44% | - |
| XYZ | 3.19 | 1.58 | 15.76 | - |
| YUV | 22.87 | 178.86 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 16 | 113 | 0.98 | 0.86 | 0 | 0.56 | 232.43 | 0.97 | 0.23 |
| Hex | 2 | 10 | 71 | 62 | 56 | 0 | 38 | E8 | 61 | 17 |
| Octal | 2 | 20 | 161 | 142 | 126 | 0 | 70 | 350 | 141 | 27 |
| Binary | 10 | 10000 | 1110001 | 1100010 | 1010110 | 0 | 111000 | 11101000 | 1100001 | 10111 |
Color Harmonies of #021071
Complementary color
Monochromatic Colors of #021071
Black with #021071
Text Example
Text Example
White with #021071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021071; }
p { color: rgb(2,16,113); }
H1.HeaderClassName
{
color: #021071;
}
.AnyTagClassName
{
color: #021071;
}
</style>
background-color css
<style>
a { background-color: #021071; }
a { background-color: rgb(2,16,113); }
div.DivClassName
{
background-color: #021071;
}
.BgClassName
{
background-color: #021071;
}
</style>
border-color css
<style>
span { border-color: #021071; }
span { border-color: rgb(2,16,113); }
td.TdClassName
{
border-color: #021071;
}
.TagClassName
{
border-color: #021071;
}
</style>