Shades of Navy Blue #2077DC
Tints of Navy Blue #2077DC
RGB
CMYK
RGB Variations
Color information
#2077DC (or 0x2077DC) is known color: Navy Blue. HEX triplet: 20, 77 and DC. RGB value is (32,119,220). Sum of RGB (Red+Green+Blue) = 32+119+220=371 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.63% from 371); Green value is 119 (46.88% from 255 or 32.08% from 371); Blue value is 220 (86.33% from 255 or 59.30% from 371); Max value from RGB is 220 - color contains mainly: blue. Hex color #2077DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2077DC is #DF8823. Grayscale: #686868. Windows color (decimal): -14649380 or 14448416. OLE color: 14448416.
HSL color Cylindrical-coordinate representation of color #2077DC: hue angle of 212.23º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2077DC is Cyan = 0.85, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 119 | 220 | - |
| CMYK | 0.85 | 0.46 | 0 | 0.14 |
| HSL | 212.23º | 0.75% | 0.49% | - |
| HSV(B) | 212.23º | 0.85% | 0.86% | - |
| XYZ | 20.11 | 18.67 | 70.25 | - |
| YUV | 104.5 | 193.18 | 76.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 119 | 220 | 0.85 | 0.46 | 0 | 0.14 | 212.23 | 0.75 | 0.49 |
| Hex | 20 | 77 | DC | 55 | 2E | 0 | E | D4 | 4B | 31 |
| Octal | 40 | 167 | 334 | 125 | 56 | 0 | 16 | 324 | 113 | 61 |
| Binary | 100000 | 1110111 | 11011100 | 1010101 | 101110 | 0 | 1110 | 11010100 | 1001011 | 110001 |
Color Harmonies of #2077DC
Complementary color
Monochromatic Colors of #2077DC
Black with #2077DC
Text Example
Text Example
White with #2077DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2077DC; }
p { color: rgb(32,119,220); }
H1.HeaderClassName
{
color: #2077DC;
}
.AnyTagClassName
{
color: #2077DC;
}
</style>
background-color css
<style>
a { background-color: #2077DC; }
a { background-color: rgb(32,119,220); }
div.DivClassName
{
background-color: #2077DC;
}
.BgClassName
{
background-color: #2077DC;
}
</style>
border-color css
<style>
span { border-color: #2077DC; }
span { border-color: rgb(32,119,220); }
td.TdClassName
{
border-color: #2077DC;
}
.TagClassName
{
border-color: #2077DC;
}
</style>