Shades of Navy #020A74
Tints of Navy #020A74
RGB
CMYK
RGB Variations
Color information
#020A74 (or 0x020A74) is known color: Navy. HEX triplet: 02, 0A and 74. RGB value is (2,10,116). Sum of RGB (Red+Green+Blue) = 2+10+116=128 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.56% from 128); Green value is 10 (4.30% from 255 or 7.81% from 128); Blue value is 116 (45.70% from 255 or 90.62% from 128); Max value from RGB is 116 - color contains mainly: blue. Hex color #020A74 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020A74 is #FDF58B. Grayscale: #131313. Windows color (decimal): -16643468 or 7604738. OLE color: 7604738.
HSL color Cylindrical-coordinate representation of color #020A74: hue angle of 235.79º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020A74 is Cyan = 0.98, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 2 | 10 | 116 | - |
| CMYK | 0.98 | 0.91 | 0 | 0.55 |
| HSL | 235.79º | 0.97% | 0.23% | - |
| HSV(B) | 235.79º | 0.98% | 0.45% | - |
| XYZ | 3.29 | 1.49 | 16.64 | - |
| YUV | 19.69 | 182.35 | 115.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 10 | 116 | 0.98 | 0.91 | 0 | 0.55 | 235.79 | 0.97 | 0.23 |
| Hex | 2 | A | 74 | 62 | 5B | 0 | 37 | EC | 61 | 17 |
| Octal | 2 | 12 | 164 | 142 | 133 | 0 | 67 | 354 | 141 | 27 |
| Binary | 10 | 1010 | 1110100 | 1100010 | 1011011 | 0 | 110111 | 11101100 | 1100001 | 10111 |
Color Harmonies of #020A74
Complementary color
Monochromatic Colors of #020A74
Black with #020A74
Text Example
Text Example
White with #020A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020A74; }
p { color: rgb(2,10,116); }
H1.HeaderClassName
{
color: #020A74;
}
.AnyTagClassName
{
color: #020A74;
}
</style>
background-color css
<style>
a { background-color: #020A74; }
a { background-color: rgb(2,10,116); }
div.DivClassName
{
background-color: #020A74;
}
.BgClassName
{
background-color: #020A74;
}
</style>
border-color css
<style>
span { border-color: #020A74; }
span { border-color: rgb(2,10,116); }
td.TdClassName
{
border-color: #020A74;
}
.TagClassName
{
border-color: #020A74;
}
</style>