Shades of Navy #021681
Tints of Navy #021681
RGB
CMYK
RGB Variations
Color information
#021681 (or 0x021681) is known color: Navy. HEX triplet: 02, 16 and 81. RGB value is (2,22,129). Sum of RGB (Red+Green+Blue) = 2+22+129=153 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.31% from 153); Green value is 22 (8.98% from 255 or 14.38% from 153); Blue value is 129 (50.78% from 255 or 84.31% from 153); Max value from RGB is 129 - color contains mainly: blue. Hex color #021681 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021681 is #FDE97E. Grayscale: #1B1B1B. Windows color (decimal): -16640383 or 8459778. OLE color: 8459778.
HSL color Cylindrical-coordinate representation of color #021681: hue angle of 230.55º 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 #021681 is Cyan = 0.98, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 2 | 22 | 129 | - |
| CMYK | 0.98 | 0.83 | 0 | 0.49 |
| HSL | 230.55º | 0.97% | 0.26% | - |
| HSV(B) | 230.55º | 0.98% | 0.51% | - |
| XYZ | 4.27 | 2.17 | 20.96 | - |
| YUV | 28.22 | 184.87 | 109.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 22 | 129 | 0.98 | 0.83 | 0 | 0.49 | 230.55 | 0.97 | 0.26 |
| Hex | 2 | 16 | 81 | 62 | 53 | 0 | 31 | E7 | 61 | 1A |
| Octal | 2 | 26 | 201 | 142 | 123 | 0 | 61 | 347 | 141 | 32 |
| Binary | 10 | 10110 | 10000001 | 1100010 | 1010011 | 0 | 110001 | 11100111 | 1100001 | 11010 |
Color Harmonies of #021681
Complementary color
Monochromatic Colors of #021681
Black with #021681
Text Example
Text Example
White with #021681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021681; }
p { color: rgb(2,22,129); }
H1.HeaderClassName
{
color: #021681;
}
.AnyTagClassName
{
color: #021681;
}
</style>
background-color css
<style>
a { background-color: #021681; }
a { background-color: rgb(2,22,129); }
div.DivClassName
{
background-color: #021681;
}
.BgClassName
{
background-color: #021681;
}
</style>
border-color css
<style>
span { border-color: #021681; }
span { border-color: rgb(2,22,129); }
td.TdClassName
{
border-color: #021681;
}
.TagClassName
{
border-color: #021681;
}
</style>