Shades of Navy Blue #117CDD
Tints of Navy Blue #117CDD
RGB
CMYK
RGB Variations
Color information
#117CDD (or 0x117CDD) is known color: Navy Blue. HEX triplet: 11, 7C and DD. RGB value is (17,124,221). Sum of RGB (Red+Green+Blue) = 17+124+221=362 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.70% from 362); Green value is 124 (48.83% from 255 or 34.25% from 362); Blue value is 221 (86.72% from 255 or 61.05% from 362); Max value from RGB is 221 - color contains mainly: blue. Hex color #117CDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117CDD is #EE8322. Grayscale: #666666. Windows color (decimal): -15631139 or 14515217. OLE color: 14515217.
HSL color Cylindrical-coordinate representation of color #117CDD: hue angle of 208.53º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #117CDD is Cyan = 0.92, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 124 | 221 | - |
| CMYK | 0.92 | 0.44 | 0 | 0.13 |
| HSL | 208.53º | 0.86% | 0.47% | - |
| HSV(B) | 208.53º | 0.92% | 0.87% | - |
| XYZ | 20.49 | 19.75 | 71.14 | - |
| YUV | 103.07 | 194.55 | 66.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 124 | 221 | 0.92 | 0.44 | 0 | 0.13 | 208.53 | 0.86 | 0.47 |
| Hex | 11 | 7C | DD | 5C | 2C | 0 | D | D1 | 56 | 2F |
| Octal | 21 | 174 | 335 | 134 | 54 | 0 | 15 | 321 | 126 | 57 |
| Binary | 10001 | 1111100 | 11011101 | 1011100 | 101100 | 0 | 1101 | 11010001 | 1010110 | 101111 |
Color Harmonies of #117CDD
Complementary color
Monochromatic Colors of #117CDD
Black with #117CDD
Text Example
Text Example
White with #117CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117CDD; }
p { color: rgb(17,124,221); }
H1.HeaderClassName
{
color: #117CDD;
}
.AnyTagClassName
{
color: #117CDD;
}
</style>
background-color css
<style>
a { background-color: #117CDD; }
a { background-color: rgb(17,124,221); }
div.DivClassName
{
background-color: #117CDD;
}
.BgClassName
{
background-color: #117CDD;
}
</style>
border-color css
<style>
span { border-color: #117CDD; }
span { border-color: rgb(17,124,221); }
td.TdClassName
{
border-color: #117CDD;
}
.TagClassName
{
border-color: #117CDD;
}
</style>