Shades of Navy #021385
Tints of Navy #021385
RGB
CMYK
RGB Variations
Color information
#021385 (or 0x021385) is known color: Navy. HEX triplet: 02, 13 and 85. RGB value is (2,19,133). Sum of RGB (Red+Green+Blue) = 2+19+133=154 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.30% from 154); Green value is 19 (7.81% from 255 or 12.34% from 154); Blue value is 133 (52.34% from 255 or 86.36% from 154); Max value from RGB is 133 - color contains mainly: blue. Hex color #021385 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021385 is #FDEC7A. Grayscale: #1A1A1A. Windows color (decimal): -16641147 or 8721154. OLE color: 8721154.
HSL color Cylindrical-coordinate representation of color #021385: hue angle of 232.21º 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 #021385 is Cyan = 0.98, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 2 | 19 | 133 | - |
| CMYK | 0.98 | 0.86 | 0 | 0.48 |
| HSL | 232.21º | 0.97% | 0.26% | - |
| HSV(B) | 232.21º | 0.98% | 0.52% | - |
| XYZ | 4.49 | 2.17 | 22.37 | - |
| YUV | 26.91 | 187.87 | 110.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 19 | 133 | 0.98 | 0.86 | 0 | 0.48 | 232.21 | 0.97 | 0.26 |
| Hex | 2 | 13 | 85 | 62 | 56 | 0 | 30 | E8 | 61 | 1A |
| Octal | 2 | 23 | 205 | 142 | 126 | 0 | 60 | 350 | 141 | 32 |
| Binary | 10 | 10011 | 10000101 | 1100010 | 1010110 | 0 | 110000 | 11101000 | 1100001 | 11010 |
Color Harmonies of #021385
Complementary color
Monochromatic Colors of #021385
Black with #021385
Text Example
Text Example
White with #021385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021385; }
p { color: rgb(2,19,133); }
H1.HeaderClassName
{
color: #021385;
}
.AnyTagClassName
{
color: #021385;
}
</style>
background-color css
<style>
a { background-color: #021385; }
a { background-color: rgb(2,19,133); }
div.DivClassName
{
background-color: #021385;
}
.BgClassName
{
background-color: #021385;
}
</style>
border-color css
<style>
span { border-color: #021385; }
span { border-color: rgb(2,19,133); }
td.TdClassName
{
border-color: #021385;
}
.TagClassName
{
border-color: #021385;
}
</style>