Shades of Navy Blue #116BD1
Tints of Navy Blue #116BD1
RGB
CMYK
RGB Variations
Color information
#116BD1 (or 0x116BD1) is known color: Navy Blue. HEX triplet: 11, 6B and D1. RGB value is (17,107,209). Sum of RGB (Red+Green+Blue) = 17+107+209=333 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.11% from 333); Green value is 107 (42.19% from 255 or 32.13% from 333); Blue value is 209 (82.03% from 255 or 62.76% from 333); Max value from RGB is 209 - color contains mainly: blue. Hex color #116BD1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #116BD1 is #EE942E. Grayscale: #5B5B5B. Windows color (decimal): -15635503 or 13724433. OLE color: 13724433.
HSL color Cylindrical-coordinate representation of color #116BD1: hue angle of 211.88º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #116BD1 is Cyan = 0.92, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 17 | 107 | 209 | - |
| CMYK | 0.92 | 0.49 | 0 | 0.18 |
| HSL | 211.88º | 0.85% | 0.44% | - |
| HSV(B) | 211.88º | 0.92% | 0.82% | - |
| XYZ | 17 | 15.24 | 62.37 | - |
| YUV | 91.72 | 194.18 | 74.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 107 | 209 | 0.92 | 0.49 | 0 | 0.18 | 211.88 | 0.85 | 0.44 |
| Hex | 11 | 6B | D1 | 5C | 31 | 0 | 12 | D4 | 55 | 2C |
| Octal | 21 | 153 | 321 | 134 | 61 | 0 | 22 | 324 | 125 | 54 |
| Binary | 10001 | 1101011 | 11010001 | 1011100 | 110001 | 0 | 10010 | 11010100 | 1010101 | 101100 |
Color Harmonies of #116BD1
Complementary color
Monochromatic Colors of #116BD1
Black with #116BD1
Text Example
Text Example
White with #116BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116BD1; }
p { color: rgb(17,107,209); }
H1.HeaderClassName
{
color: #116BD1;
}
.AnyTagClassName
{
color: #116BD1;
}
</style>
background-color css
<style>
a { background-color: #116BD1; }
a { background-color: rgb(17,107,209); }
div.DivClassName
{
background-color: #116BD1;
}
.BgClassName
{
background-color: #116BD1;
}
</style>
border-color css
<style>
span { border-color: #116BD1; }
span { border-color: rgb(17,107,209); }
td.TdClassName
{
border-color: #116BD1;
}
.TagClassName
{
border-color: #116BD1;
}
</style>