Shades of Navy Blue #2079DD
Tints of Navy Blue #2079DD
RGB
CMYK
RGB Variations
Color information
#2079DD (or 0x2079DD) is known color: Navy Blue. HEX triplet: 20, 79 and DD. RGB value is (32,121,221). Sum of RGB (Red+Green+Blue) = 32+121+221=374 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.56% from 374); Green value is 121 (47.66% from 255 or 32.35% from 374); Blue value is 221 (86.72% from 255 or 59.09% from 374); Max value from RGB is 221 - color contains mainly: blue. Hex color #2079DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2079DD is #DF8622. Grayscale: #696969. Windows color (decimal): -14648867 or 14514464. OLE color: 14514464.
HSL color Cylindrical-coordinate representation of color #2079DD: hue angle of 211.75º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2079DD is Cyan = 0.86, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 121 | 221 | - |
| CMYK | 0.86 | 0.45 | 0 | 0.13 |
| HSL | 211.75º | 0.75% | 0.5% | - |
| HSV(B) | 211.75º | 0.86% | 0.87% | - |
| XYZ | 20.48 | 19.2 | 71.03 | - |
| YUV | 105.79 | 193.01 | 75.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 121 | 221 | 0.86 | 0.45 | 0 | 0.13 | 211.75 | 0.75 | 0.5 |
| Hex | 20 | 79 | DD | 56 | 2D | 0 | D | D4 | 4B | 32 |
| Octal | 40 | 171 | 335 | 126 | 55 | 0 | 15 | 324 | 113 | 62 |
| Binary | 100000 | 1111001 | 11011101 | 1010110 | 101101 | 0 | 1101 | 11010100 | 1001011 | 110010 |
Color Harmonies of #2079DD
Complementary color
Monochromatic Colors of #2079DD
Black with #2079DD
Text Example
Text Example
White with #2079DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2079DD; }
p { color: rgb(32,121,221); }
H1.HeaderClassName
{
color: #2079DD;
}
.AnyTagClassName
{
color: #2079DD;
}
</style>
background-color css
<style>
a { background-color: #2079DD; }
a { background-color: rgb(32,121,221); }
div.DivClassName
{
background-color: #2079DD;
}
.BgClassName
{
background-color: #2079DD;
}
</style>
border-color css
<style>
span { border-color: #2079DD; }
span { border-color: rgb(32,121,221); }
td.TdClassName
{
border-color: #2079DD;
}
.TagClassName
{
border-color: #2079DD;
}
</style>