Shades of Navy Blue #2080D7
Tints of Navy Blue #2080D7
RGB
CMYK
RGB Variations
Color information
#2080D7 (or 0x2080D7) is known color: Navy Blue. HEX triplet: 20, 80 and D7. RGB value is (32,128,215). Sum of RGB (Red+Green+Blue) = 32+128+215=375 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.53% from 375); Green value is 128 (50.39% from 255 or 34.13% from 375); Blue value is 215 (84.38% from 255 or 57.33% from 375); Max value from RGB is 215 - color contains mainly: blue. Hex color #2080D7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2080D7 is #DF7F28. Grayscale: #6C6C6C. Windows color (decimal): -14647081 or 14123040. OLE color: 14123040.
HSL color Cylindrical-coordinate representation of color #2080D7: hue angle of 208.52º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2080D7 is Cyan = 0.85, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 32 | 128 | 215 | - |
| CMYK | 0.85 | 0.40 | 0 | 0.16 |
| HSL | 208.52º | 0.74% | 0.48% | - |
| HSV(B) | 208.52º | 0.85% | 0.84% | - |
| XYZ | 20.58 | 20.65 | 67.19 | - |
| YUV | 109.21 | 187.7 | 72.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 128 | 215 | 0.85 | 0.40 | 0 | 0.16 | 208.52 | 0.74 | 0.48 |
| Hex | 20 | 80 | D7 | 55 | 28 | 0 | 10 | D1 | 4A | 30 |
| Octal | 40 | 200 | 327 | 125 | 50 | 0 | 20 | 321 | 112 | 60 |
| Binary | 100000 | 10000000 | 11010111 | 1010101 | 101000 | 0 | 10000 | 11010001 | 1001010 | 110000 |
Color Harmonies of #2080D7
Complementary color
Monochromatic Colors of #2080D7
Black with #2080D7
Text Example
Text Example
White with #2080D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2080D7; }
p { color: rgb(32,128,215); }
H1.HeaderClassName
{
color: #2080D7;
}
.AnyTagClassName
{
color: #2080D7;
}
</style>
background-color css
<style>
a { background-color: #2080D7; }
a { background-color: rgb(32,128,215); }
div.DivClassName
{
background-color: #2080D7;
}
.BgClassName
{
background-color: #2080D7;
}
</style>
border-color css
<style>
span { border-color: #2080D7; }
span { border-color: rgb(32,128,215); }
td.TdClassName
{
border-color: #2080D7;
}
.TagClassName
{
border-color: #2080D7;
}
</style>