Shades of Navy Blue #116CD3
Tints of Navy Blue #116CD3
RGB
CMYK
RGB Variations
Color information
#116CD3 (or 0x116CD3) is known color: Navy Blue. HEX triplet: 11, 6C and D3. RGB value is (17,108,211). Sum of RGB (Red+Green+Blue) = 17+108+211=336 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.06% from 336); Green value is 108 (42.58% from 255 or 32.14% from 336); Blue value is 211 (82.81% from 255 or 62.80% from 336); Max value from RGB is 211 - color contains mainly: blue. Hex color #116CD3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #116CD3 is #EE932C. Grayscale: #5C5C5C. Windows color (decimal): -15635245 or 13855761. OLE color: 13855761.
HSL color Cylindrical-coordinate representation of color #116CD3: hue angle of 211.86º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #116CD3 is Cyan = 0.92, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 17 | 108 | 211 | - |
| CMYK | 0.92 | 0.49 | 0 | 0.17 |
| HSL | 211.86º | 0.85% | 0.45% | - |
| HSV(B) | 211.86º | 0.92% | 0.83% | - |
| XYZ | 17.35 | 15.55 | 63.71 | - |
| YUV | 92.53 | 194.85 | 74.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 108 | 211 | 0.92 | 0.49 | 0 | 0.17 | 211.86 | 0.85 | 0.45 |
| Hex | 11 | 6C | D3 | 5C | 31 | 0 | 11 | D4 | 55 | 2D |
| Octal | 21 | 154 | 323 | 134 | 61 | 0 | 21 | 324 | 125 | 55 |
| Binary | 10001 | 1101100 | 11010011 | 1011100 | 110001 | 0 | 10001 | 11010100 | 1010101 | 101101 |
Color Harmonies of #116CD3
Complementary color
Monochromatic Colors of #116CD3
Black with #116CD3
Text Example
Text Example
White with #116CD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116CD3; }
p { color: rgb(17,108,211); }
H1.HeaderClassName
{
color: #116CD3;
}
.AnyTagClassName
{
color: #116CD3;
}
</style>
background-color css
<style>
a { background-color: #116CD3; }
a { background-color: rgb(17,108,211); }
div.DivClassName
{
background-color: #116CD3;
}
.BgClassName
{
background-color: #116CD3;
}
</style>
border-color css
<style>
span { border-color: #116CD3; }
span { border-color: rgb(17,108,211); }
td.TdClassName
{
border-color: #116CD3;
}
.TagClassName
{
border-color: #116CD3;
}
</style>