Shades of Navy Blue #117BC9
Tints of Navy Blue #117BC9
RGB
CMYK
RGB Variations
Color information
#117BC9 (or 0x117BC9) is known color: Navy Blue. HEX triplet: 11, 7B and C9. RGB value is (17,123,201). Sum of RGB (Red+Green+Blue) = 17+123+201=341 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.99% from 341); Green value is 123 (48.44% from 255 or 36.07% from 341); Blue value is 201 (78.91% from 255 or 58.94% from 341); Max value from RGB is 201 - color contains mainly: blue. Hex color #117BC9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117BC9 is #EE8436. Grayscale: #636363. Windows color (decimal): -15631415 or 13204241. OLE color: 13204241.
HSL color Cylindrical-coordinate representation of color #117BC9: hue angle of 205.43º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #117BC9 is Cyan = 0.92, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 17 | 123 | 201 | - |
| CMYK | 0.92 | 0.39 | 0 | 0.21 |
| HSL | 205.43º | 0.84% | 0.43% | - |
| HSV(B) | 205.43º | 0.92% | 0.79% | - |
| XYZ | 17.86 | 18.5 | 57.89 | - |
| YUV | 100.2 | 184.88 | 68.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 123 | 201 | 0.92 | 0.39 | 0 | 0.21 | 205.43 | 0.84 | 0.43 |
| Hex | 11 | 7B | C9 | 5C | 27 | 0 | 15 | CD | 54 | 2B |
| Octal | 21 | 173 | 311 | 134 | 47 | 0 | 25 | 315 | 124 | 53 |
| Binary | 10001 | 1111011 | 11001001 | 1011100 | 100111 | 0 | 10101 | 11001101 | 1010100 | 101011 |
Color Harmonies of #117BC9
Complementary color
Monochromatic Colors of #117BC9
Black with #117BC9
Text Example
Text Example
White with #117BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117BC9; }
p { color: rgb(17,123,201); }
H1.HeaderClassName
{
color: #117BC9;
}
.AnyTagClassName
{
color: #117BC9;
}
</style>
background-color css
<style>
a { background-color: #117BC9; }
a { background-color: rgb(17,123,201); }
div.DivClassName
{
background-color: #117BC9;
}
.BgClassName
{
background-color: #117BC9;
}
</style>
border-color css
<style>
span { border-color: #117BC9; }
span { border-color: rgb(17,123,201); }
td.TdClassName
{
border-color: #117BC9;
}
.TagClassName
{
border-color: #117BC9;
}
</style>