Shades of Navy #021381
Tints of Navy #021381
RGB
CMYK
RGB Variations
Color information
#021381 (or 0x021381) is known color: Navy. HEX triplet: 02, 13 and 81. RGB value is (2,19,129). Sum of RGB (Red+Green+Blue) = 2+19+129=150 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.33% from 150); Green value is 19 (7.81% from 255 or 12.67% from 150); Blue value is 129 (50.78% from 255 or 86% from 150); Max value from RGB is 129 - color contains mainly: blue. Hex color #021381 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021381 is #FDEC7E. Grayscale: #1A1A1A. Windows color (decimal): -16641151 or 8459010. OLE color: 8459010.
HSL color Cylindrical-coordinate representation of color #021381: hue angle of 231.97º 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 #021381 is Cyan = 0.98, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 2 | 19 | 129 | - |
| CMYK | 0.98 | 0.85 | 0 | 0.49 |
| HSL | 231.97º | 0.97% | 0.26% | - |
| HSV(B) | 231.97º | 0.98% | 0.51% | - |
| XYZ | 4.22 | 2.06 | 20.94 | - |
| YUV | 26.46 | 185.87 | 110.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 19 | 129 | 0.98 | 0.85 | 0 | 0.49 | 231.97 | 0.97 | 0.26 |
| Hex | 2 | 13 | 81 | 62 | 55 | 0 | 31 | E8 | 61 | 1A |
| Octal | 2 | 23 | 201 | 142 | 125 | 0 | 61 | 350 | 141 | 32 |
| Binary | 10 | 10011 | 10000001 | 1100010 | 1010101 | 0 | 110001 | 11101000 | 1100001 | 11010 |
Color Harmonies of #021381
Complementary color
Monochromatic Colors of #021381
Black with #021381
Text Example
Text Example
White with #021381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021381; }
p { color: rgb(2,19,129); }
H1.HeaderClassName
{
color: #021381;
}
.AnyTagClassName
{
color: #021381;
}
</style>
background-color css
<style>
a { background-color: #021381; }
a { background-color: rgb(2,19,129); }
div.DivClassName
{
background-color: #021381;
}
.BgClassName
{
background-color: #021381;
}
</style>
border-color css
<style>
span { border-color: #021381; }
span { border-color: rgb(2,19,129); }
td.TdClassName
{
border-color: #021381;
}
.TagClassName
{
border-color: #021381;
}
</style>