Shades of Navy Blue #117CC1
Tints of Navy Blue #117CC1
RGB
CMYK
RGB Variations
Color information
#117CC1 (or 0x117CC1) is known color: Navy Blue. HEX triplet: 11, 7C and C1. RGB value is (17,124,193). Sum of RGB (Red+Green+Blue) = 17+124+193=334 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.09% from 334); Green value is 124 (48.83% from 255 or 37.13% from 334); Blue value is 193 (75.78% from 255 or 57.78% from 334); Max value from RGB is 193 - color contains mainly: blue. Hex color #117CC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117CC1 is #EE833E. Grayscale: #636363. Windows color (decimal): -15631167 or 12680209. OLE color: 12680209.
HSL color Cylindrical-coordinate representation of color #117CC1: hue angle of 203.52º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #117CC1 is Cyan = 0.91, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 17 | 124 | 193 | - |
| CMYK | 0.91 | 0.36 | 0 | 0.24 |
| HSL | 203.52º | 0.84% | 0.41% | - |
| HSV(B) | 203.52º | 0.91% | 0.76% | - |
| XYZ | 17.06 | 18.38 | 53.1 | - |
| YUV | 99.87 | 180.55 | 68.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 124 | 193 | 0.91 | 0.36 | 0 | 0.24 | 203.52 | 0.84 | 0.41 |
| Hex | 11 | 7C | C1 | 5B | 24 | 0 | 18 | CC | 54 | 29 |
| Octal | 21 | 174 | 301 | 133 | 44 | 0 | 30 | 314 | 124 | 51 |
| Binary | 10001 | 1111100 | 11000001 | 1011011 | 100100 | 0 | 11000 | 11001100 | 1010100 | 101001 |
Color Harmonies of #117CC1
Complementary color
Monochromatic Colors of #117CC1
Black with #117CC1
Text Example
Text Example
White with #117CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117CC1; }
p { color: rgb(17,124,193); }
H1.HeaderClassName
{
color: #117CC1;
}
.AnyTagClassName
{
color: #117CC1;
}
</style>
background-color css
<style>
a { background-color: #117CC1; }
a { background-color: rgb(17,124,193); }
div.DivClassName
{
background-color: #117CC1;
}
.BgClassName
{
background-color: #117CC1;
}
</style>
border-color css
<style>
span { border-color: #117CC1; }
span { border-color: rgb(17,124,193); }
td.TdClassName
{
border-color: #117CC1;
}
.TagClassName
{
border-color: #117CC1;
}
</style>