Shades of Navy #021173
Tints of Navy #021173
RGB
CMYK
RGB Variations
Color information
#021173 (or 0x021173) is known color: Navy. HEX triplet: 02, 11 and 73. RGB value is (2,17,115). Sum of RGB (Red+Green+Blue) = 2+17+115=134 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.49% from 134); Green value is 17 (7.03% from 255 or 12.69% from 134); Blue value is 115 (45.31% from 255 or 85.82% from 134); Max value from RGB is 115 - color contains mainly: blue. Hex color #021173 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021173 is #FDEE8C. Grayscale: #171717. Windows color (decimal): -16641677 or 7540994. OLE color: 7540994.
HSL color Cylindrical-coordinate representation of color #021173: hue angle of 232.04º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021173 is Cyan = 0.98, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 2 | 17 | 115 | - |
| CMYK | 0.98 | 0.85 | 0 | 0.55 |
| HSL | 232.04º | 0.97% | 0.23% | - |
| HSV(B) | 232.04º | 0.98% | 0.45% | - |
| XYZ | 3.32 | 1.65 | 16.36 | - |
| YUV | 23.69 | 179.53 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 17 | 115 | 0.98 | 0.85 | 0 | 0.55 | 232.04 | 0.97 | 0.23 |
| Hex | 2 | 11 | 73 | 62 | 55 | 0 | 37 | E8 | 61 | 17 |
| Octal | 2 | 21 | 163 | 142 | 125 | 0 | 67 | 350 | 141 | 27 |
| Binary | 10 | 10001 | 1110011 | 1100010 | 1010101 | 0 | 110111 | 11101000 | 1100001 | 10111 |
Color Harmonies of #021173
Complementary color
Monochromatic Colors of #021173
Black with #021173
Text Example
Text Example
White with #021173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021173; }
p { color: rgb(2,17,115); }
H1.HeaderClassName
{
color: #021173;
}
.AnyTagClassName
{
color: #021173;
}
</style>
background-color css
<style>
a { background-color: #021173; }
a { background-color: rgb(2,17,115); }
div.DivClassName
{
background-color: #021173;
}
.BgClassName
{
background-color: #021173;
}
</style>
border-color css
<style>
span { border-color: #021173; }
span { border-color: rgb(2,17,115); }
td.TdClassName
{
border-color: #021173;
}
.TagClassName
{
border-color: #021173;
}
</style>