Shades of Navy Blue #117ACD
Tints of Navy Blue #117ACD
RGB
CMYK
RGB Variations
Color information
#117ACD (or 0x117ACD) is known color: Navy Blue. HEX triplet: 11, 7A and CD. RGB value is (17,122,205). Sum of RGB (Red+Green+Blue) = 17+122+205=344 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.94% from 344); Green value is 122 (48.05% from 255 or 35.47% from 344); Blue value is 205 (80.47% from 255 or 59.59% from 344); Max value from RGB is 205 - color contains mainly: blue. Hex color #117ACD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117ACD is #EE8532. Grayscale: #636363. Windows color (decimal): -15631667 or 13466129. OLE color: 13466129.
HSL color Cylindrical-coordinate representation of color #117ACD: hue angle of 206.49º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #117ACD is Cyan = 0.92, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 17 | 122 | 205 | - |
| CMYK | 0.92 | 0.40 | 0 | 0.20 |
| HSL | 206.49º | 0.85% | 0.44% | - |
| HSV(B) | 206.49º | 0.92% | 0.8% | - |
| XYZ | 18.21 | 18.45 | 60.36 | - |
| YUV | 100.07 | 187.21 | 68.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 122 | 205 | 0.92 | 0.40 | 0 | 0.20 | 206.49 | 0.85 | 0.44 |
| Hex | 11 | 7A | CD | 5C | 28 | 0 | 14 | CE | 55 | 2C |
| Octal | 21 | 172 | 315 | 134 | 50 | 0 | 24 | 316 | 125 | 54 |
| Binary | 10001 | 1111010 | 11001101 | 1011100 | 101000 | 0 | 10100 | 11001110 | 1010101 | 101100 |
Color Harmonies of #117ACD
Complementary color
Monochromatic Colors of #117ACD
Black with #117ACD
Text Example
Text Example
White with #117ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117ACD; }
p { color: rgb(17,122,205); }
H1.HeaderClassName
{
color: #117ACD;
}
.AnyTagClassName
{
color: #117ACD;
}
</style>
background-color css
<style>
a { background-color: #117ACD; }
a { background-color: rgb(17,122,205); }
div.DivClassName
{
background-color: #117ACD;
}
.BgClassName
{
background-color: #117ACD;
}
</style>
border-color css
<style>
span { border-color: #117ACD; }
span { border-color: rgb(17,122,205); }
td.TdClassName
{
border-color: #117ACD;
}
.TagClassName
{
border-color: #117ACD;
}
</style>