Shades of Navy #020D85
Tints of Navy #020D85
RGB
CMYK
RGB Variations
Color information
#020D85 (or 0x020D85) is known color: Navy. HEX triplet: 02, 0D and 85. RGB value is (2,13,133). Sum of RGB (Red+Green+Blue) = 2+13+133=148 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.35% from 148); Green value is 13 (5.47% from 255 or 8.78% from 148); Blue value is 133 (52.34% from 255 or 89.86% from 148); Max value from RGB is 133 - color contains mainly: blue. Hex color #020D85 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020D85 is #FDF27A. Grayscale: #161616. Windows color (decimal): -16642683 or 8719618. OLE color: 8719618.
HSL color Cylindrical-coordinate representation of color #020D85: hue angle of 234.96º 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 #020D85 is Cyan = 0.98, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 2 | 13 | 133 | - |
| CMYK | 0.98 | 0.90 | 0 | 0.48 |
| HSL | 234.96º | 0.97% | 0.26% | - |
| HSV(B) | 234.96º | 0.98% | 0.52% | - |
| XYZ | 4.4 | 1.99 | 22.34 | - |
| YUV | 23.39 | 189.86 | 112.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 13 | 133 | 0.98 | 0.90 | 0 | 0.48 | 234.96 | 0.97 | 0.26 |
| Hex | 2 | D | 85 | 62 | 5A | 0 | 30 | EB | 61 | 1A |
| Octal | 2 | 15 | 205 | 142 | 132 | 0 | 60 | 353 | 141 | 32 |
| Binary | 10 | 1101 | 10000101 | 1100010 | 1011010 | 0 | 110000 | 11101011 | 1100001 | 11010 |
Color Harmonies of #020D85
Complementary color
Monochromatic Colors of #020D85
Black with #020D85
Text Example
Text Example
White with #020D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020D85; }
p { color: rgb(2,13,133); }
H1.HeaderClassName
{
color: #020D85;
}
.AnyTagClassName
{
color: #020D85;
}
</style>
background-color css
<style>
a { background-color: #020D85; }
a { background-color: rgb(2,13,133); }
div.DivClassName
{
background-color: #020D85;
}
.BgClassName
{
background-color: #020D85;
}
</style>
border-color css
<style>
span { border-color: #020D85; }
span { border-color: rgb(2,13,133); }
td.TdClassName
{
border-color: #020D85;
}
.TagClassName
{
border-color: #020D85;
}
</style>