Shades of Navy #020964
Tints of Navy #020964
RGB
CMYK
RGB Variations
Color information
#020964 (or 0x020964) is known color: Navy. HEX triplet: 02, 09 and 64. RGB value is (2,9,100). Sum of RGB (Red+Green+Blue) = 2+9+100=111 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.80% from 111); Green value is 9 (3.91% from 255 or 8.11% from 111); Blue value is 100 (39.45% from 255 or 90.09% from 111); Max value from RGB is 100 - color contains mainly: blue. Hex color #020964 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020964 is #FDF69B. Grayscale: #101010. Windows color (decimal): -16643740 or 6555906. OLE color: 6555906.
HSL color Cylindrical-coordinate representation of color #020964: hue angle of 235.71º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020964 is Cyan = 0.98, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 2 | 9 | 100 | - |
| CMYK | 0.98 | 0.91 | 0 | 0.61 |
| HSL | 235.71º | 0.96% | 0.2% | - |
| HSV(B) | 235.71º | 0.98% | 0.39% | - |
| XYZ | 2.42 | 1.13 | 12.15 | - |
| YUV | 17.28 | 174.68 | 117.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 9 | 100 | 0.98 | 0.91 | 0 | 0.61 | 235.71 | 0.96 | 0.2 |
| Hex | 2 | 9 | 64 | 62 | 5B | 0 | 3D | EC | 60 | 14 |
| Octal | 2 | 11 | 144 | 142 | 133 | 0 | 75 | 354 | 140 | 24 |
| Binary | 10 | 1001 | 1100100 | 1100010 | 1011011 | 0 | 111101 | 11101100 | 1100000 | 10100 |
Color Harmonies of #020964
Complementary color
Monochromatic Colors of #020964
Black with #020964
Text Example
Text Example
White with #020964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020964; }
p { color: rgb(2,9,100); }
H1.HeaderClassName
{
color: #020964;
}
.AnyTagClassName
{
color: #020964;
}
</style>
background-color css
<style>
a { background-color: #020964; }
a { background-color: rgb(2,9,100); }
div.DivClassName
{
background-color: #020964;
}
.BgClassName
{
background-color: #020964;
}
</style>
border-color css
<style>
span { border-color: #020964; }
span { border-color: rgb(2,9,100); }
td.TdClassName
{
border-color: #020964;
}
.TagClassName
{
border-color: #020964;
}
</style>