Shades of Navy Blue #117CDA
Tints of Navy Blue #117CDA
RGB
CMYK
RGB Variations
Color information
#117CDA (or 0x117CDA) is known color: Navy Blue. HEX triplet: 11, 7C and DA. RGB value is (17,124,218). Sum of RGB (Red+Green+Blue) = 17+124+218=359 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.74% from 359); Green value is 124 (48.83% from 255 or 34.54% from 359); Blue value is 218 (85.55% from 255 or 60.72% from 359); Max value from RGB is 218 - color contains mainly: blue. Hex color #117CDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117CDA is #EE8325. Grayscale: #666666. Windows color (decimal): -15631142 or 14318609. OLE color: 14318609.
HSL color Cylindrical-coordinate representation of color #117CDA: hue angle of 208.06º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #117CDA is Cyan = 0.92, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 17 | 124 | 218 | - |
| CMYK | 0.92 | 0.43 | 0 | 0.15 |
| HSL | 208.06º | 0.86% | 0.46% | - |
| HSV(B) | 208.06º | 0.92% | 0.85% | - |
| XYZ | 20.09 | 19.6 | 69.05 | - |
| YUV | 102.72 | 193.05 | 66.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 124 | 218 | 0.92 | 0.43 | 0 | 0.15 | 208.06 | 0.86 | 0.46 |
| Hex | 11 | 7C | DA | 5C | 2B | 0 | F | D0 | 56 | 2E |
| Octal | 21 | 174 | 332 | 134 | 53 | 0 | 17 | 320 | 126 | 56 |
| Binary | 10001 | 1111100 | 11011010 | 1011100 | 101011 | 0 | 1111 | 11010000 | 1010110 | 101110 |
Color Harmonies of #117CDA
Complementary color
Monochromatic Colors of #117CDA
Black with #117CDA
Text Example
Text Example
White with #117CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117CDA; }
p { color: rgb(17,124,218); }
H1.HeaderClassName
{
color: #117CDA;
}
.AnyTagClassName
{
color: #117CDA;
}
</style>
background-color css
<style>
a { background-color: #117CDA; }
a { background-color: rgb(17,124,218); }
div.DivClassName
{
background-color: #117CDA;
}
.BgClassName
{
background-color: #117CDA;
}
</style>
border-color css
<style>
span { border-color: #117CDA; }
span { border-color: rgb(17,124,218); }
td.TdClassName
{
border-color: #117CDA;
}
.TagClassName
{
border-color: #117CDA;
}
</style>