Shades of Navy Blue #117BDF
Tints of Navy Blue #117BDF
RGB
CMYK
RGB Variations
Color information
#117BDF (or 0x117BDF) is known color: Navy Blue. HEX triplet: 11, 7B and DF. RGB value is (17,123,223). Sum of RGB (Red+Green+Blue) = 17+123+223=363 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.68% from 363); Green value is 123 (48.44% from 255 or 33.88% from 363); Blue value is 223 (87.5% from 255 or 61.43% from 363); Max value from RGB is 223 - color contains mainly: blue. Hex color #117BDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117BDF is #EE8420. Grayscale: #666666. Windows color (decimal): -15631393 or 14646033. OLE color: 14646033.
HSL color Cylindrical-coordinate representation of color #117BDF: hue angle of 209.13º 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 #117BDF is Cyan = 0.92, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 123 | 223 | - |
| CMYK | 0.92 | 0.45 | 0 | 0.13 |
| HSL | 209.13º | 0.86% | 0.47% | - |
| HSV(B) | 209.13º | 0.92% | 0.87% | - |
| XYZ | 20.63 | 19.61 | 72.51 | - |
| YUV | 102.71 | 195.88 | 66.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 123 | 223 | 0.92 | 0.45 | 0 | 0.13 | 209.13 | 0.86 | 0.47 |
| Hex | 11 | 7B | DF | 5C | 2D | 0 | D | D1 | 56 | 2F |
| Octal | 21 | 173 | 337 | 134 | 55 | 0 | 15 | 321 | 126 | 57 |
| Binary | 10001 | 1111011 | 11011111 | 1011100 | 101101 | 0 | 1101 | 11010001 | 1010110 | 101111 |
Color Harmonies of #117BDF
Complementary color
Monochromatic Colors of #117BDF
Black with #117BDF
Text Example
Text Example
White with #117BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117BDF; }
p { color: rgb(17,123,223); }
H1.HeaderClassName
{
color: #117BDF;
}
.AnyTagClassName
{
color: #117BDF;
}
</style>
background-color css
<style>
a { background-color: #117BDF; }
a { background-color: rgb(17,123,223); }
div.DivClassName
{
background-color: #117BDF;
}
.BgClassName
{
background-color: #117BDF;
}
</style>
border-color css
<style>
span { border-color: #117BDF; }
span { border-color: rgb(17,123,223); }
td.TdClassName
{
border-color: #117BDF;
}
.TagClassName
{
border-color: #117BDF;
}
</style>