Shades of Navy Blue #117DD6
Tints of Navy Blue #117DD6
RGB
CMYK
RGB Variations
Color information
#117DD6 (or 0x117DD6) is known color: Navy Blue. HEX triplet: 11, 7D and D6. RGB value is (17,125,214). Sum of RGB (Red+Green+Blue) = 17+125+214=356 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.78% from 356); Green value is 125 (49.22% from 255 or 35.11% from 356); Blue value is 214 (83.98% from 255 or 60.11% from 356); Max value from RGB is 214 - color contains mainly: blue. Hex color #117DD6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117DD6 is #EE8229. Grayscale: #666666. Windows color (decimal): -15630890 or 14056721. OLE color: 14056721.
HSL color Cylindrical-coordinate representation of color #117DD6: hue angle of 207.11º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #117DD6 is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 17 | 125 | 214 | - |
| CMYK | 0.92 | 0.42 | 0 | 0.16 |
| HSL | 207.11º | 0.85% | 0.45% | - |
| HSV(B) | 207.11º | 0.92% | 0.84% | - |
| XYZ | 19.7 | 19.64 | 66.37 | - |
| YUV | 102.85 | 190.72 | 66.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 125 | 214 | 0.92 | 0.42 | 0 | 0.16 | 207.11 | 0.85 | 0.45 |
| Hex | 11 | 7D | D6 | 5C | 2A | 0 | 10 | CF | 55 | 2D |
| Octal | 21 | 175 | 326 | 134 | 52 | 0 | 20 | 317 | 125 | 55 |
| Binary | 10001 | 1111101 | 11010110 | 1011100 | 101010 | 0 | 10000 | 11001111 | 1010101 | 101101 |
Color Harmonies of #117DD6
Complementary color
Monochromatic Colors of #117DD6
Black with #117DD6
Text Example
Text Example
White with #117DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117DD6; }
p { color: rgb(17,125,214); }
H1.HeaderClassName
{
color: #117DD6;
}
.AnyTagClassName
{
color: #117DD6;
}
</style>
background-color css
<style>
a { background-color: #117DD6; }
a { background-color: rgb(17,125,214); }
div.DivClassName
{
background-color: #117DD6;
}
.BgClassName
{
background-color: #117DD6;
}
</style>
border-color css
<style>
span { border-color: #117DD6; }
span { border-color: rgb(17,125,214); }
td.TdClassName
{
border-color: #117DD6;
}
.TagClassName
{
border-color: #117DD6;
}
</style>