Shades of Navy Blue #117BCF
Tints of Navy Blue #117BCF
RGB
CMYK
RGB Variations
Color information
#117BCF (or 0x117BCF) is known color: Navy Blue. HEX triplet: 11, 7B and CF. RGB value is (17,123,207). Sum of RGB (Red+Green+Blue) = 17+123+207=347 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.90% from 347); Green value is 123 (48.44% from 255 or 35.45% from 347); Blue value is 207 (81.25% from 255 or 59.65% from 347); Max value from RGB is 207 - color contains mainly: blue. Hex color #117BCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117BCF is #EE8430. Grayscale: #646464. Windows color (decimal): -15631409 or 13597457. OLE color: 13597457.
HSL color Cylindrical-coordinate representation of color #117BCF: hue angle of 206.53º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #117BCF is Cyan = 0.92, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 17 | 123 | 207 | - |
| CMYK | 0.92 | 0.41 | 0 | 0.19 |
| HSL | 206.53º | 0.85% | 0.44% | - |
| HSV(B) | 206.53º | 0.92% | 0.81% | - |
| XYZ | 18.58 | 18.79 | 61.68 | - |
| YUV | 100.88 | 187.88 | 68.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 123 | 207 | 0.92 | 0.41 | 0 | 0.19 | 206.53 | 0.85 | 0.44 |
| Hex | 11 | 7B | CF | 5C | 29 | 0 | 13 | CF | 55 | 2C |
| Octal | 21 | 173 | 317 | 134 | 51 | 0 | 23 | 317 | 125 | 54 |
| Binary | 10001 | 1111011 | 11001111 | 1011100 | 101001 | 0 | 10011 | 11001111 | 1010101 | 101100 |
Color Harmonies of #117BCF
Complementary color
Monochromatic Colors of #117BCF
Black with #117BCF
Text Example
Text Example
White with #117BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117BCF; }
p { color: rgb(17,123,207); }
H1.HeaderClassName
{
color: #117BCF;
}
.AnyTagClassName
{
color: #117BCF;
}
</style>
background-color css
<style>
a { background-color: #117BCF; }
a { background-color: rgb(17,123,207); }
div.DivClassName
{
background-color: #117BCF;
}
.BgClassName
{
background-color: #117BCF;
}
</style>
border-color css
<style>
span { border-color: #117BCF; }
span { border-color: rgb(17,123,207); }
td.TdClassName
{
border-color: #117BCF;
}
.TagClassName
{
border-color: #117BCF;
}
</style>