Shades of Navy Blue #117CC3
Tints of Navy Blue #117CC3
RGB
CMYK
RGB Variations
Color information
#117CC3 (or 0x117CC3) is known color: Navy Blue. HEX triplet: 11, 7C and C3. RGB value is (17,124,195). Sum of RGB (Red+Green+Blue) = 17+124+195=336 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.06% from 336); Green value is 124 (48.83% from 255 or 36.90% from 336); Blue value is 195 (76.56% from 255 or 58.04% from 336); Max value from RGB is 195 - color contains mainly: blue. Hex color #117CC3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117CC3 is #EE833C. Grayscale: #636363. Windows color (decimal): -15631165 or 12811281. OLE color: 12811281.
HSL color Cylindrical-coordinate representation of color #117CC3: hue angle of 203.93º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #117CC3 is Cyan = 0.91, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 17 | 124 | 195 | - |
| CMYK | 0.91 | 0.36 | 0 | 0.24 |
| HSL | 203.93º | 0.84% | 0.42% | - |
| HSV(B) | 203.93º | 0.91% | 0.76% | - |
| XYZ | 17.29 | 18.47 | 54.28 | - |
| YUV | 100.1 | 181.55 | 68.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 124 | 195 | 0.91 | 0.36 | 0 | 0.24 | 203.93 | 0.84 | 0.42 |
| Hex | 11 | 7C | C3 | 5B | 24 | 0 | 18 | CC | 54 | 2A |
| Octal | 21 | 174 | 303 | 133 | 44 | 0 | 30 | 314 | 124 | 52 |
| Binary | 10001 | 1111100 | 11000011 | 1011011 | 100100 | 0 | 11000 | 11001100 | 1010100 | 101010 |
Color Harmonies of #117CC3
Complementary color
Monochromatic Colors of #117CC3
Black with #117CC3
Text Example
Text Example
White with #117CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117CC3; }
p { color: rgb(17,124,195); }
H1.HeaderClassName
{
color: #117CC3;
}
.AnyTagClassName
{
color: #117CC3;
}
</style>
background-color css
<style>
a { background-color: #117CC3; }
a { background-color: rgb(17,124,195); }
div.DivClassName
{
background-color: #117CC3;
}
.BgClassName
{
background-color: #117CC3;
}
</style>
border-color css
<style>
span { border-color: #117CC3; }
span { border-color: rgb(17,124,195); }
td.TdClassName
{
border-color: #117CC3;
}
.TagClassName
{
border-color: #117CC3;
}
</style>