Shades of Navy #021181
Tints of Navy #021181
RGB
CMYK
RGB Variations
Color information
#021181 (or 0x021181) is known color: Navy. HEX triplet: 02, 11 and 81. RGB value is (2,17,129). Sum of RGB (Red+Green+Blue) = 2+17+129=148 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.35% from 148); Green value is 17 (7.03% from 255 or 11.49% from 148); Blue value is 129 (50.78% from 255 or 87.16% from 148); Max value from RGB is 129 - color contains mainly: blue. Hex color #021181 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021181 is #FDEE7E. Grayscale: #181818. Windows color (decimal): -16641663 or 8458498. OLE color: 8458498.
HSL color Cylindrical-coordinate representation of color #021181: hue angle of 232.91º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021181 is Cyan = 0.98, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 2 | 17 | 129 | - |
| CMYK | 0.98 | 0.87 | 0 | 0.49 |
| HSL | 232.91º | 0.97% | 0.26% | - |
| HSV(B) | 232.91º | 0.98% | 0.51% | - |
| XYZ | 4.19 | 2 | 20.93 | - |
| YUV | 25.28 | 186.53 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 17 | 129 | 0.98 | 0.87 | 0 | 0.49 | 232.91 | 0.97 | 0.26 |
| Hex | 2 | 11 | 81 | 62 | 57 | 0 | 31 | E9 | 61 | 1A |
| Octal | 2 | 21 | 201 | 142 | 127 | 0 | 61 | 351 | 141 | 32 |
| Binary | 10 | 10001 | 10000001 | 1100010 | 1010111 | 0 | 110001 | 11101001 | 1100001 | 11010 |
Color Harmonies of #021181
Complementary color
Monochromatic Colors of #021181
Black with #021181
Text Example
Text Example
White with #021181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021181; }
p { color: rgb(2,17,129); }
H1.HeaderClassName
{
color: #021181;
}
.AnyTagClassName
{
color: #021181;
}
</style>
background-color css
<style>
a { background-color: #021181; }
a { background-color: rgb(2,17,129); }
div.DivClassName
{
background-color: #021181;
}
.BgClassName
{
background-color: #021181;
}
</style>
border-color css
<style>
span { border-color: #021181; }
span { border-color: rgb(2,17,129); }
td.TdClassName
{
border-color: #021181;
}
.TagClassName
{
border-color: #021181;
}
</style>