Shades of Navy #020380
Tints of Navy #020380
RGB
CMYK
RGB Variations
Color information
#020380 (or 0x020380) is known color: Navy. HEX triplet: 02, 03 and 80. RGB value is (2,3,128). Sum of RGB (Red+Green+Blue) = 2+3+128=133 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.50% from 133); Green value is 3 (1.56% from 255 or 2.26% from 133); Blue value is 128 (50.39% from 255 or 96.24% from 133); Max value from RGB is 128 - color contains mainly: blue. Hex color #020380 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020380 is #FDFC7F. Grayscale: #101010. Windows color (decimal): -16645248 or 8389378. OLE color: 8389378.
HSL color Cylindrical-coordinate representation of color #020380: hue angle of 239.52º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020380 is Cyan = 0.98, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 2 | 3 | 128 | - |
| CMYK | 0.98 | 0.98 | 0 | 0.50 |
| HSL | 239.52º | 0.97% | 0.25% | - |
| HSV(B) | 239.52º | 0.98% | 0.5% | - |
| XYZ | 3.95 | 1.64 | 20.53 | - |
| YUV | 16.95 | 190.67 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 3 | 128 | 0.98 | 0.98 | 0 | 0.50 | 239.52 | 0.97 | 0.25 |
| Hex | 2 | 3 | 80 | 62 | 62 | 0 | 32 | F0 | 61 | 19 |
| Octal | 2 | 3 | 200 | 142 | 142 | 0 | 62 | 360 | 141 | 31 |
| Binary | 10 | 11 | 10000000 | 1100010 | 1100010 | 0 | 110010 | 11110000 | 1100001 | 11001 |
Color Harmonies of #020380
Complementary color
Monochromatic Colors of #020380
Black with #020380
Text Example
Text Example
White with #020380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020380; }
p { color: rgb(2,3,128); }
H1.HeaderClassName
{
color: #020380;
}
.AnyTagClassName
{
color: #020380;
}
</style>
background-color css
<style>
a { background-color: #020380; }
a { background-color: rgb(2,3,128); }
div.DivClassName
{
background-color: #020380;
}
.BgClassName
{
background-color: #020380;
}
</style>
border-color css
<style>
span { border-color: #020380; }
span { border-color: rgb(2,3,128); }
td.TdClassName
{
border-color: #020380;
}
.TagClassName
{
border-color: #020380;
}
</style>