Shades of Navy Blue #207ADB
Tints of Navy Blue #207ADB
RGB
CMYK
RGB Variations
Color information
#207ADB (or 0x207ADB) is known color: Navy Blue. HEX triplet: 20, 7A and DB. RGB value is (32,122,219). Sum of RGB (Red+Green+Blue) = 32+122+219=373 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.58% from 373); Green value is 122 (48.05% from 255 or 32.71% from 373); Blue value is 219 (85.94% from 255 or 58.71% from 373); Max value from RGB is 219 - color contains mainly: blue. Hex color #207ADB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #207ADB is #DF8524. Grayscale: #696969. Windows color (decimal): -14648613 or 14383648. OLE color: 14383648.
HSL color Cylindrical-coordinate representation of color #207ADB: hue angle of 211.12º 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 #207ADB is Cyan = 0.85, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 122 | 219 | - |
| CMYK | 0.85 | 0.44 | 0 | 0.14 |
| HSL | 211.12º | 0.75% | 0.49% | - |
| HSV(B) | 211.12º | 0.85% | 0.86% | - |
| XYZ | 20.34 | 19.34 | 69.68 | - |
| YUV | 106.15 | 191.68 | 75.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 122 | 219 | 0.85 | 0.44 | 0 | 0.14 | 211.12 | 0.75 | 0.49 |
| Hex | 20 | 7A | DB | 55 | 2C | 0 | E | D3 | 4B | 31 |
| Octal | 40 | 172 | 333 | 125 | 54 | 0 | 16 | 323 | 113 | 61 |
| Binary | 100000 | 1111010 | 11011011 | 1010101 | 101100 | 0 | 1110 | 11010011 | 1001011 | 110001 |
Color Harmonies of #207ADB
Complementary color
Monochromatic Colors of #207ADB
Black with #207ADB
Text Example
Text Example
White with #207ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207ADB; }
p { color: rgb(32,122,219); }
H1.HeaderClassName
{
color: #207ADB;
}
.AnyTagClassName
{
color: #207ADB;
}
</style>
background-color css
<style>
a { background-color: #207ADB; }
a { background-color: rgb(32,122,219); }
div.DivClassName
{
background-color: #207ADB;
}
.BgClassName
{
background-color: #207ADB;
}
</style>
border-color css
<style>
span { border-color: #207ADB; }
span { border-color: rgb(32,122,219); }
td.TdClassName
{
border-color: #207ADB;
}
.TagClassName
{
border-color: #207ADB;
}
</style>