Shades of Navy Blue #117BDC
Tints of Navy Blue #117BDC
RGB
CMYK
RGB Variations
Color information
#117BDC (or 0x117BDC) is known color: Navy Blue. HEX triplet: 11, 7B and DC. RGB value is (17,123,220). Sum of RGB (Red+Green+Blue) = 17+123+220=360 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.72% from 360); Green value is 123 (48.44% from 255 or 34.17% from 360); Blue value is 220 (86.33% from 255 or 61.11% from 360); Max value from RGB is 220 - color contains mainly: blue. Hex color #117BDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117BDC is #EE8423. Grayscale: #656565. Windows color (decimal): -15631396 or 14449425. OLE color: 14449425.
HSL color Cylindrical-coordinate representation of color #117BDC: hue angle of 208.67º 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 #117BDC is Cyan = 0.92, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 123 | 220 | - |
| CMYK | 0.92 | 0.44 | 0 | 0.14 |
| HSL | 208.67º | 0.86% | 0.46% | - |
| HSV(B) | 208.67º | 0.92% | 0.86% | - |
| XYZ | 20.23 | 19.45 | 70.4 | - |
| YUV | 102.36 | 194.38 | 67.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 123 | 220 | 0.92 | 0.44 | 0 | 0.14 | 208.67 | 0.86 | 0.46 |
| Hex | 11 | 7B | DC | 5C | 2C | 0 | E | D1 | 56 | 2E |
| Octal | 21 | 173 | 334 | 134 | 54 | 0 | 16 | 321 | 126 | 56 |
| Binary | 10001 | 1111011 | 11011100 | 1011100 | 101100 | 0 | 1110 | 11010001 | 1010110 | 101110 |
Color Harmonies of #117BDC
Complementary color
Monochromatic Colors of #117BDC
Black with #117BDC
Text Example
Text Example
White with #117BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117BDC; }
p { color: rgb(17,123,220); }
H1.HeaderClassName
{
color: #117BDC;
}
.AnyTagClassName
{
color: #117BDC;
}
</style>
background-color css
<style>
a { background-color: #117BDC; }
a { background-color: rgb(17,123,220); }
div.DivClassName
{
background-color: #117BDC;
}
.BgClassName
{
background-color: #117BDC;
}
</style>
border-color css
<style>
span { border-color: #117BDC; }
span { border-color: rgb(17,123,220); }
td.TdClassName
{
border-color: #117BDC;
}
.TagClassName
{
border-color: #117BDC;
}
</style>