Shades of Navy Blue #116ADF
Tints of Navy Blue #116ADF
RGB
CMYK
RGB Variations
Color information
#116ADF (or 0x116ADF) is known color: Navy Blue. HEX triplet: 11, 6A and DF. RGB value is (17,106,223). Sum of RGB (Red+Green+Blue) = 17+106+223=346 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.91% from 346); Green value is 106 (41.80% from 255 or 30.64% from 346); Blue value is 223 (87.5% from 255 or 64.45% from 346); Max value from RGB is 223 - color contains mainly: blue. Hex color #116ADF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #116ADF is #EE9520. Grayscale: #5C5C5C. Windows color (decimal): -15635745 or 14641681. OLE color: 14641681.
HSL color Cylindrical-coordinate representation of color #116ADF: hue angle of 214.08º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #116ADF is Cyan = 0.92, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 106 | 223 | - |
| CMYK | 0.92 | 0.52 | 0 | 0.13 |
| HSL | 214.08º | 0.86% | 0.47% | - |
| HSV(B) | 214.08º | 0.92% | 0.87% | - |
| XYZ | 18.7 | 15.75 | 71.87 | - |
| YUV | 92.73 | 201.51 | 73.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 106 | 223 | 0.92 | 0.52 | 0 | 0.13 | 214.08 | 0.86 | 0.47 |
| Hex | 11 | 6A | DF | 5C | 34 | 0 | D | D6 | 56 | 2F |
| Octal | 21 | 152 | 337 | 134 | 64 | 0 | 15 | 326 | 126 | 57 |
| Binary | 10001 | 1101010 | 11011111 | 1011100 | 110100 | 0 | 1101 | 11010110 | 1010110 | 101111 |
Color Harmonies of #116ADF
Complementary color
Monochromatic Colors of #116ADF
Black with #116ADF
Text Example
Text Example
White with #116ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116ADF; }
p { color: rgb(17,106,223); }
H1.HeaderClassName
{
color: #116ADF;
}
.AnyTagClassName
{
color: #116ADF;
}
</style>
background-color css
<style>
a { background-color: #116ADF; }
a { background-color: rgb(17,106,223); }
div.DivClassName
{
background-color: #116ADF;
}
.BgClassName
{
background-color: #116ADF;
}
</style>
border-color css
<style>
span { border-color: #116ADF; }
span { border-color: rgb(17,106,223); }
td.TdClassName
{
border-color: #116ADF;
}
.TagClassName
{
border-color: #116ADF;
}
</style>