Shades of Navy #021A85
Tints of Navy #021A85
RGB
CMYK
RGB Variations
Color information
#021A85 (or 0x021A85) is known color: Navy. HEX triplet: 02, 1A and 85. RGB value is (2,26,133). Sum of RGB (Red+Green+Blue) = 2+26+133=161 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.24% from 161); Green value is 26 (10.55% from 255 or 16.15% from 161); Blue value is 133 (52.34% from 255 or 82.61% from 161); Max value from RGB is 133 - color contains mainly: blue. Hex color #021A85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #021A85 is #FDE57A. Grayscale: #1E1E1E. Windows color (decimal): -16639355 or 8722946. OLE color: 8722946.
HSL color Cylindrical-coordinate representation of color #021A85: hue angle of 229.01º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021A85 is Cyan = 0.98, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 2 | 26 | 133 | - |
| CMYK | 0.98 | 0.80 | 0 | 0.48 |
| HSL | 229.01º | 0.97% | 0.26% | - |
| HSV(B) | 229.01º | 0.98% | 0.52% | - |
| XYZ | 4.63 | 2.45 | 22.42 | - |
| YUV | 31.02 | 185.55 | 107.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 26 | 133 | 0.98 | 0.80 | 0 | 0.48 | 229.01 | 0.97 | 0.26 |
| Hex | 2 | 1A | 85 | 62 | 50 | 0 | 30 | E5 | 61 | 1A |
| Octal | 2 | 32 | 205 | 142 | 120 | 0 | 60 | 345 | 141 | 32 |
| Binary | 10 | 11010 | 10000101 | 1100010 | 1010000 | 0 | 110000 | 11100101 | 1100001 | 11010 |
Color Harmonies of #021A85
Complementary color
Monochromatic Colors of #021A85
Black with #021A85
Text Example
Text Example
White with #021A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021A85; }
p { color: rgb(2,26,133); }
H1.HeaderClassName
{
color: #021A85;
}
.AnyTagClassName
{
color: #021A85;
}
</style>
background-color css
<style>
a { background-color: #021A85; }
a { background-color: rgb(2,26,133); }
div.DivClassName
{
background-color: #021A85;
}
.BgClassName
{
background-color: #021A85;
}
</style>
border-color css
<style>
span { border-color: #021A85; }
span { border-color: rgb(2,26,133); }
td.TdClassName
{
border-color: #021A85;
}
.TagClassName
{
border-color: #021A85;
}
</style>