Shades of Navy #020365
Tints of Navy #020365
RGB
CMYK
RGB Variations
Color information
#020365 (or 0x020365) is known color: Navy. HEX triplet: 02, 03 and 65. RGB value is (2,3,101). Sum of RGB (Red+Green+Blue) = 2+3+101=106 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.89% from 106); Green value is 3 (1.56% from 255 or 2.83% from 106); Blue value is 101 (39.84% from 255 or 95.28% from 106); Max value from RGB is 101 - color contains mainly: blue. Hex color #020365 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020365 is #FDFC9A. Grayscale: #0D0D0D. Windows color (decimal): -16645275 or 6619906. OLE color: 6619906.
HSL color Cylindrical-coordinate representation of color #020365: hue angle of 239.39º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020365 is Cyan = 0.98, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 2 | 3 | 101 | - |
| CMYK | 0.98 | 0.97 | 0 | 0.60 |
| HSL | 239.39º | 0.96% | 0.2% | - |
| HSV(B) | 239.39º | 0.98% | 0.4% | - |
| XYZ | 2.41 | 1.02 | 12.38 | - |
| YUV | 13.87 | 177.17 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 3 | 101 | 0.98 | 0.97 | 0 | 0.60 | 239.39 | 0.96 | 0.2 |
| Hex | 2 | 3 | 65 | 62 | 61 | 0 | 3C | EF | 60 | 14 |
| Octal | 2 | 3 | 145 | 142 | 141 | 0 | 74 | 357 | 140 | 24 |
| Binary | 10 | 11 | 1100101 | 1100010 | 1100001 | 0 | 111100 | 11101111 | 1100000 | 10100 |
Color Harmonies of #020365
Complementary color
Monochromatic Colors of #020365
Black with #020365
Text Example
Text Example
White with #020365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020365; }
p { color: rgb(2,3,101); }
H1.HeaderClassName
{
color: #020365;
}
.AnyTagClassName
{
color: #020365;
}
</style>
background-color css
<style>
a { background-color: #020365; }
a { background-color: rgb(2,3,101); }
div.DivClassName
{
background-color: #020365;
}
.BgClassName
{
background-color: #020365;
}
</style>
border-color css
<style>
span { border-color: #020365; }
span { border-color: rgb(2,3,101); }
td.TdClassName
{
border-color: #020365;
}
.TagClassName
{
border-color: #020365;
}
</style>