Shades of Navy Blue #217ADB
Tints of Navy Blue #217ADB
RGB
CMYK
RGB Variations
Color information
#217ADB (or 0x217ADB) is known color: Navy Blue. HEX triplet: 21, 7A and DB. RGB value is (33,122,219). Sum of RGB (Red+Green+Blue) = 33+122+219=374 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.82% from 374); Green value is 122 (48.05% from 255 or 32.62% from 374); Blue value is 219 (85.94% from 255 or 58.56% from 374); Max value from RGB is 219 - color contains mainly: blue. Hex color #217ADB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #217ADB is #DE8524. Grayscale: #696969. Windows color (decimal): -14583077 or 14383649. OLE color: 14383649.
HSL color Cylindrical-coordinate representation of color #217ADB: hue angle of 211.29º degrees, saturation: 0.74, 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 #217ADB is Cyan = 0.85, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 122 | 219 | - |
| CMYK | 0.85 | 0.44 | 0 | 0.14 |
| HSL | 211.29º | 0.74% | 0.49% | - |
| HSV(B) | 211.29º | 0.85% | 0.86% | - |
| XYZ | 20.37 | 19.36 | 69.68 | - |
| YUV | 106.45 | 191.51 | 75.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 122 | 219 | 0.85 | 0.44 | 0 | 0.14 | 211.29 | 0.74 | 0.49 |
| Hex | 21 | 7A | DB | 55 | 2C | 0 | E | D3 | 4A | 31 |
| Octal | 41 | 172 | 333 | 125 | 54 | 0 | 16 | 323 | 112 | 61 |
| Binary | 100001 | 1111010 | 11011011 | 1010101 | 101100 | 0 | 1110 | 11010011 | 1001010 | 110001 |
Color Harmonies of #217ADB
Complementary color
Monochromatic Colors of #217ADB
Black with #217ADB
Text Example
Text Example
White with #217ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217ADB; }
p { color: rgb(33,122,219); }
H1.HeaderClassName
{
color: #217ADB;
}
.AnyTagClassName
{
color: #217ADB;
}
</style>
background-color css
<style>
a { background-color: #217ADB; }
a { background-color: rgb(33,122,219); }
div.DivClassName
{
background-color: #217ADB;
}
.BgClassName
{
background-color: #217ADB;
}
</style>
border-color css
<style>
span { border-color: #217ADB; }
span { border-color: rgb(33,122,219); }
td.TdClassName
{
border-color: #217ADB;
}
.TagClassName
{
border-color: #217ADB;
}
</style>