Shades of Navy Blue #116AF0
Tints of Navy Blue #116AF0
RGB
CMYK
RGB Variations
Color information
#116AF0 (or 0x116AF0) is known color: Navy Blue. HEX triplet: 11, 6A and F0. RGB value is (17,106,240). Sum of RGB (Red+Green+Blue) = 17+106+240=363 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.68% from 363); Green value is 106 (41.80% from 255 or 29.20% from 363); Blue value is 240 (94.14% from 255 or 66.12% from 363); Max value from RGB is 240 - color contains mainly: blue. Hex color #116AF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #116AF0 is #EE950F. Grayscale: #5E5E5E. Windows color (decimal): -15635728 or 15755793. OLE color: 15755793.
HSL color Cylindrical-coordinate representation of color #116AF0: hue angle of 216.05º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #116AF0 is Cyan = 0.93, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 17 | 106 | 240 | - |
| CMYK | 0.93 | 0.56 | 0 | 0.06 |
| HSL | 216.05º | 0.88% | 0.5% | - |
| HSV(B) | 216.05º | 0.93% | 0.94% | - |
| XYZ | 21.11 | 16.72 | 84.55 | - |
| YUV | 94.67 | 210.01 | 72.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 106 | 240 | 0.93 | 0.56 | 0 | 0.06 | 216.05 | 0.88 | 0.5 |
| Hex | 11 | 6A | F0 | 5D | 38 | 0 | 6 | D8 | 58 | 32 |
| Octal | 21 | 152 | 360 | 135 | 70 | 0 | 6 | 330 | 130 | 62 |
| Binary | 10001 | 1101010 | 11110000 | 1011101 | 111000 | 0 | 110 | 11011000 | 1011000 | 110010 |
Color Harmonies of #116AF0
Complementary color
Monochromatic Colors of #116AF0
Black with #116AF0
Text Example
Text Example
White with #116AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116AF0; }
p { color: rgb(17,106,240); }
H1.HeaderClassName
{
color: #116AF0;
}
.AnyTagClassName
{
color: #116AF0;
}
</style>
background-color css
<style>
a { background-color: #116AF0; }
a { background-color: rgb(17,106,240); }
div.DivClassName
{
background-color: #116AF0;
}
.BgClassName
{
background-color: #116AF0;
}
</style>
border-color css
<style>
span { border-color: #116AF0; }
span { border-color: rgb(17,106,240); }
td.TdClassName
{
border-color: #116AF0;
}
.TagClassName
{
border-color: #116AF0;
}
</style>