Shades of Navy Blue #117DC1
Tints of Navy Blue #117DC1
RGB
CMYK
RGB Variations
Color information
#117DC1 (or 0x117DC1) is known color: Navy Blue. HEX triplet: 11, 7D and C1. RGB value is (17,125,193). Sum of RGB (Red+Green+Blue) = 17+125+193=335 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.07% from 335); Green value is 125 (49.22% from 255 or 37.31% from 335); Blue value is 193 (75.78% from 255 or 57.61% from 335); Max value from RGB is 193 - color contains mainly: blue. Hex color #117DC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117DC1 is #EE823E. Grayscale: #646464. Windows color (decimal): -15630911 or 12680465. OLE color: 12680465.
HSL color Cylindrical-coordinate representation of color #117DC1: hue angle of 203.18º 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 #117DC1 is Cyan = 0.91, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 17 | 125 | 193 | - |
| CMYK | 0.91 | 0.35 | 0 | 0.24 |
| HSL | 203.18º | 0.84% | 0.41% | - |
| HSV(B) | 203.18º | 0.91% | 0.76% | - |
| XYZ | 17.19 | 18.64 | 53.14 | - |
| YUV | 100.46 | 180.22 | 68.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 125 | 193 | 0.91 | 0.35 | 0 | 0.24 | 203.18 | 0.84 | 0.41 |
| Hex | 11 | 7D | C1 | 5B | 23 | 0 | 18 | CB | 54 | 29 |
| Octal | 21 | 175 | 301 | 133 | 43 | 0 | 30 | 313 | 124 | 51 |
| Binary | 10001 | 1111101 | 11000001 | 1011011 | 100011 | 0 | 11000 | 11001011 | 1010100 | 101001 |
Color Harmonies of #117DC1
Complementary color
Monochromatic Colors of #117DC1
Black with #117DC1
Text Example
Text Example
White with #117DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117DC1; }
p { color: rgb(17,125,193); }
H1.HeaderClassName
{
color: #117DC1;
}
.AnyTagClassName
{
color: #117DC1;
}
</style>
background-color css
<style>
a { background-color: #117DC1; }
a { background-color: rgb(17,125,193); }
div.DivClassName
{
background-color: #117DC1;
}
.BgClassName
{
background-color: #117DC1;
}
</style>
border-color css
<style>
span { border-color: #117DC1; }
span { border-color: rgb(17,125,193); }
td.TdClassName
{
border-color: #117DC1;
}
.TagClassName
{
border-color: #117DC1;
}
</style>