Shades of Navy #021172
Tints of Navy #021172
RGB
CMYK
RGB Variations
Color information
#021172 (or 0x021172) is known color: Navy. HEX triplet: 02, 11 and 72. RGB value is (2,17,114). Sum of RGB (Red+Green+Blue) = 2+17+114=133 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.50% from 133); Green value is 17 (7.03% from 255 or 12.78% from 133); Blue value is 114 (44.92% from 255 or 85.71% from 133); Max value from RGB is 114 - color contains mainly: blue. Hex color #021172 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021172 is #FDEE8D. Grayscale: #171717. Windows color (decimal): -16641678 or 7475458. OLE color: 7475458.
HSL color Cylindrical-coordinate representation of color #021172: hue angle of 231.96º 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 #021172 is Cyan = 0.98, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 2 | 17 | 114 | - |
| CMYK | 0.98 | 0.85 | 0 | 0.55 |
| HSL | 231.96º | 0.97% | 0.23% | - |
| HSV(B) | 231.96º | 0.98% | 0.45% | - |
| XYZ | 3.26 | 1.63 | 16.06 | - |
| YUV | 23.57 | 179.03 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 17 | 114 | 0.98 | 0.85 | 0 | 0.55 | 231.96 | 0.97 | 0.23 |
| Hex | 2 | 11 | 72 | 62 | 55 | 0 | 37 | E8 | 61 | 17 |
| Octal | 2 | 21 | 162 | 142 | 125 | 0 | 67 | 350 | 141 | 27 |
| Binary | 10 | 10001 | 1110010 | 1100010 | 1010101 | 0 | 110111 | 11101000 | 1100001 | 10111 |
Color Harmonies of #021172
Complementary color
Monochromatic Colors of #021172
Black with #021172
Text Example
Text Example
White with #021172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021172; }
p { color: rgb(2,17,114); }
H1.HeaderClassName
{
color: #021172;
}
.AnyTagClassName
{
color: #021172;
}
</style>
background-color css
<style>
a { background-color: #021172; }
a { background-color: rgb(2,17,114); }
div.DivClassName
{
background-color: #021172;
}
.BgClassName
{
background-color: #021172;
}
</style>
border-color css
<style>
span { border-color: #021172; }
span { border-color: rgb(2,17,114); }
td.TdClassName
{
border-color: #021172;
}
.TagClassName
{
border-color: #021172;
}
</style>