Shades of Navy Blue #117BCD
Tints of Navy Blue #117BCD
RGB
CMYK
RGB Variations
Color information
#117BCD (or 0x117BCD) is known color: Navy Blue. HEX triplet: 11, 7B and CD. RGB value is (17,123,205). Sum of RGB (Red+Green+Blue) = 17+123+205=345 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.93% from 345); Green value is 123 (48.44% from 255 or 35.65% from 345); Blue value is 205 (80.47% from 255 or 59.42% from 345); Max value from RGB is 205 - color contains mainly: blue. Hex color #117BCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117BCD is #EE8432. Grayscale: #646464. Windows color (decimal): -15631411 or 13466385. OLE color: 13466385.
HSL color Cylindrical-coordinate representation of color #117BCD: hue angle of 206.17º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #117BCD is Cyan = 0.92, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 17 | 123 | 205 | - |
| CMYK | 0.92 | 0.4 | 0 | 0.20 |
| HSL | 206.17º | 0.85% | 0.44% | - |
| HSV(B) | 206.17º | 0.92% | 0.8% | - |
| XYZ | 18.33 | 18.69 | 60.4 | - |
| YUV | 100.65 | 186.88 | 68.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 123 | 205 | 0.92 | 0.4 | 0 | 0.20 | 206.17 | 0.85 | 0.44 |
| Hex | 11 | 7B | CD | 5C | 28 | 0 | 14 | CE | 55 | 2C |
| Octal | 21 | 173 | 315 | 134 | 50 | 0 | 24 | 316 | 125 | 54 |
| Binary | 10001 | 1111011 | 11001101 | 1011100 | 101000 | 0 | 10100 | 11001110 | 1010101 | 101100 |
Color Harmonies of #117BCD
Complementary color
Monochromatic Colors of #117BCD
Black with #117BCD
Text Example
Text Example
White with #117BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117BCD; }
p { color: rgb(17,123,205); }
H1.HeaderClassName
{
color: #117BCD;
}
.AnyTagClassName
{
color: #117BCD;
}
</style>
background-color css
<style>
a { background-color: #117BCD; }
a { background-color: rgb(17,123,205); }
div.DivClassName
{
background-color: #117BCD;
}
.BgClassName
{
background-color: #117BCD;
}
</style>
border-color css
<style>
span { border-color: #117BCD; }
span { border-color: rgb(17,123,205); }
td.TdClassName
{
border-color: #117BCD;
}
.TagClassName
{
border-color: #117BCD;
}
</style>