Shades of Navy Blue #116BDF
Tints of Navy Blue #116BDF
RGB
CMYK
RGB Variations
Color information
#116BDF (or 0x116BDF) is known color: Navy Blue. HEX triplet: 11, 6B and DF. RGB value is (17,107,223). Sum of RGB (Red+Green+Blue) = 17+107+223=347 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.90% from 347); Green value is 107 (42.19% from 255 or 30.84% from 347); Blue value is 223 (87.5% from 255 or 64.27% from 347); Max value from RGB is 223 - color contains mainly: blue. Hex color #116BDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #116BDF is #EE9420. Grayscale: #5C5C5C. Windows color (decimal): -15635489 or 14641937. OLE color: 14641937.
HSL color Cylindrical-coordinate representation of color #116BDF: hue angle of 213.79º 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 #116BDF is Cyan = 0.92, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 107 | 223 | - |
| CMYK | 0.92 | 0.52 | 0 | 0.13 |
| HSL | 213.79º | 0.86% | 0.47% | - |
| HSV(B) | 213.79º | 0.92% | 0.87% | - |
| XYZ | 18.81 | 15.96 | 71.9 | - |
| YUV | 93.31 | 201.18 | 73.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 107 | 223 | 0.92 | 0.52 | 0 | 0.13 | 213.79 | 0.86 | 0.47 |
| Hex | 11 | 6B | DF | 5C | 34 | 0 | D | D6 | 56 | 2F |
| Octal | 21 | 153 | 337 | 134 | 64 | 0 | 15 | 326 | 126 | 57 |
| Binary | 10001 | 1101011 | 11011111 | 1011100 | 110100 | 0 | 1101 | 11010110 | 1010110 | 101111 |
Color Harmonies of #116BDF
Complementary color
Monochromatic Colors of #116BDF
Black with #116BDF
Text Example
Text Example
White with #116BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116BDF; }
p { color: rgb(17,107,223); }
H1.HeaderClassName
{
color: #116BDF;
}
.AnyTagClassName
{
color: #116BDF;
}
</style>
background-color css
<style>
a { background-color: #116BDF; }
a { background-color: rgb(17,107,223); }
div.DivClassName
{
background-color: #116BDF;
}
.BgClassName
{
background-color: #116BDF;
}
</style>
border-color css
<style>
span { border-color: #116BDF; }
span { border-color: rgb(17,107,223); }
td.TdClassName
{
border-color: #116BDF;
}
.TagClassName
{
border-color: #116BDF;
}
</style>