Shades of Navy Blue #117ADC
Tints of Navy Blue #117ADC
RGB
CMYK
RGB Variations
Color information
#117ADC (or 0x117ADC) is known color: Navy Blue. HEX triplet: 11, 7A and DC. RGB value is (17,122,220). Sum of RGB (Red+Green+Blue) = 17+122+220=359 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.74% from 359); Green value is 122 (48.05% from 255 or 33.98% from 359); Blue value is 220 (86.33% from 255 or 61.28% from 359); Max value from RGB is 220 - color contains mainly: blue. Hex color #117ADC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117ADC is #EE8523. Grayscale: #656565. Windows color (decimal): -15631652 or 14449169. OLE color: 14449169.
HSL color Cylindrical-coordinate representation of color #117ADC: hue angle of 208.97º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #117ADC is Cyan = 0.92, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 122 | 220 | - |
| CMYK | 0.92 | 0.45 | 0 | 0.14 |
| HSL | 208.97º | 0.86% | 0.46% | - |
| HSV(B) | 208.97º | 0.92% | 0.86% | - |
| XYZ | 20.11 | 19.21 | 70.36 | - |
| YUV | 101.78 | 194.71 | 67.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 122 | 220 | 0.92 | 0.45 | 0 | 0.14 | 208.97 | 0.86 | 0.46 |
| Hex | 11 | 7A | DC | 5C | 2D | 0 | E | D1 | 56 | 2E |
| Octal | 21 | 172 | 334 | 134 | 55 | 0 | 16 | 321 | 126 | 56 |
| Binary | 10001 | 1111010 | 11011100 | 1011100 | 101101 | 0 | 1110 | 11010001 | 1010110 | 101110 |
Color Harmonies of #117ADC
Complementary color
Monochromatic Colors of #117ADC
Black with #117ADC
Text Example
Text Example
White with #117ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117ADC; }
p { color: rgb(17,122,220); }
H1.HeaderClassName
{
color: #117ADC;
}
.AnyTagClassName
{
color: #117ADC;
}
</style>
background-color css
<style>
a { background-color: #117ADC; }
a { background-color: rgb(17,122,220); }
div.DivClassName
{
background-color: #117ADC;
}
.BgClassName
{
background-color: #117ADC;
}
</style>
border-color css
<style>
span { border-color: #117ADC; }
span { border-color: rgb(17,122,220); }
td.TdClassName
{
border-color: #117ADC;
}
.TagClassName
{
border-color: #117ADC;
}
</style>