Shades of Navy Blue #117BDB
Tints of Navy Blue #117BDB
RGB
CMYK
RGB Variations
Color information
#117BDB (or 0x117BDB) is known color: Navy Blue. HEX triplet: 11, 7B and DB. RGB value is (17,123,219). Sum of RGB (Red+Green+Blue) = 17+123+219=359 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.74% from 359); Green value is 123 (48.44% from 255 or 34.26% from 359); Blue value is 219 (85.94% from 255 or 61.00% from 359); Max value from RGB is 219 - color contains mainly: blue. Hex color #117BDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117BDB is #EE8424. Grayscale: #656565. Windows color (decimal): -15631397 or 14383889. OLE color: 14383889.
HSL color Cylindrical-coordinate representation of color #117BDB: hue angle of 208.51º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #117BDB is Cyan = 0.92, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 123 | 219 | - |
| CMYK | 0.92 | 0.44 | 0 | 0.14 |
| HSL | 208.51º | 0.86% | 0.46% | - |
| HSV(B) | 208.51º | 0.92% | 0.86% | - |
| XYZ | 20.1 | 19.4 | 69.7 | - |
| YUV | 102.25 | 193.88 | 67.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 123 | 219 | 0.92 | 0.44 | 0 | 0.14 | 208.51 | 0.86 | 0.46 |
| Hex | 11 | 7B | DB | 5C | 2C | 0 | E | D1 | 56 | 2E |
| Octal | 21 | 173 | 333 | 134 | 54 | 0 | 16 | 321 | 126 | 56 |
| Binary | 10001 | 1111011 | 11011011 | 1011100 | 101100 | 0 | 1110 | 11010001 | 1010110 | 101110 |
Color Harmonies of #117BDB
Complementary color
Monochromatic Colors of #117BDB
Black with #117BDB
Text Example
Text Example
White with #117BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117BDB; }
p { color: rgb(17,123,219); }
H1.HeaderClassName
{
color: #117BDB;
}
.AnyTagClassName
{
color: #117BDB;
}
</style>
background-color css
<style>
a { background-color: #117BDB; }
a { background-color: rgb(17,123,219); }
div.DivClassName
{
background-color: #117BDB;
}
.BgClassName
{
background-color: #117BDB;
}
</style>
border-color css
<style>
span { border-color: #117BDB; }
span { border-color: rgb(17,123,219); }
td.TdClassName
{
border-color: #117BDB;
}
.TagClassName
{
border-color: #117BDB;
}
</style>