Shades of Navy Blue #116BF1
Tints of Navy Blue #116BF1
RGB
CMYK
RGB Variations
Color information
#116BF1 (or 0x116BF1) is known color: Navy Blue. HEX triplet: 11, 6B and F1. RGB value is (17,107,241). Sum of RGB (Red+Green+Blue) = 17+107+241=365 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.66% from 365); Green value is 107 (42.19% from 255 or 29.32% from 365); Blue value is 241 (94.53% from 255 or 66.03% from 365); Max value from RGB is 241 - color contains mainly: blue. Hex color #116BF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #116BF1 is #EE940E. Grayscale: #5E5E5E. Windows color (decimal): -15635471 or 15821585. OLE color: 15821585.
HSL color Cylindrical-coordinate representation of color #116BF1: hue angle of 215.89º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #116BF1 is Cyan = 0.93, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 17 | 107 | 241 | - |
| CMYK | 0.93 | 0.56 | 0 | 0.05 |
| HSL | 215.89º | 0.89% | 0.51% | - |
| HSV(B) | 215.89º | 0.93% | 0.95% | - |
| XYZ | 21.37 | 16.99 | 85.37 | - |
| YUV | 95.37 | 210.18 | 72.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 107 | 241 | 0.93 | 0.56 | 0 | 0.05 | 215.89 | 0.89 | 0.51 |
| Hex | 11 | 6B | F1 | 5D | 38 | 0 | 5 | D8 | 59 | 33 |
| Octal | 21 | 153 | 361 | 135 | 70 | 0 | 5 | 330 | 131 | 63 |
| Binary | 10001 | 1101011 | 11110001 | 1011101 | 111000 | 0 | 101 | 11011000 | 1011001 | 110011 |
Color Harmonies of #116BF1
Complementary color
Monochromatic Colors of #116BF1
Black with #116BF1
Text Example
Text Example
White with #116BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116BF1; }
p { color: rgb(17,107,241); }
H1.HeaderClassName
{
color: #116BF1;
}
.AnyTagClassName
{
color: #116BF1;
}
</style>
background-color css
<style>
a { background-color: #116BF1; }
a { background-color: rgb(17,107,241); }
div.DivClassName
{
background-color: #116BF1;
}
.BgClassName
{
background-color: #116BF1;
}
</style>
border-color css
<style>
span { border-color: #116BF1; }
span { border-color: rgb(17,107,241); }
td.TdClassName
{
border-color: #116BF1;
}
.TagClassName
{
border-color: #116BF1;
}
</style>