Shades of Navy Blue #1178D9
Tints of Navy Blue #1178D9
RGB
CMYK
RGB Variations
Color information
#1178D9 (or 0x1178D9) is known color: Navy Blue. HEX triplet: 11, 78 and D9. RGB value is (17,120,217). Sum of RGB (Red+Green+Blue) = 17+120+217=354 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.80% from 354); Green value is 120 (47.27% from 255 or 33.90% from 354); Blue value is 217 (85.16% from 255 or 61.30% from 354); Max value from RGB is 217 - color contains mainly: blue. Hex color #1178D9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1178D9 is #EE8726. Grayscale: #636363. Windows color (decimal): -15632167 or 14252049. OLE color: 14252049.
HSL color Cylindrical-coordinate representation of color #1178D9: hue angle of 209.1º degrees, saturation: 0.85, 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 #1178D9 is Cyan = 0.92, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 17 | 120 | 217 | - |
| CMYK | 0.92 | 0.45 | 0 | 0.15 |
| HSL | 209.1º | 0.85% | 0.46% | - |
| HSV(B) | 209.1º | 0.92% | 0.85% | - |
| XYZ | 19.47 | 18.56 | 68.2 | - |
| YUV | 100.26 | 193.88 | 68.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 120 | 217 | 0.92 | 0.45 | 0 | 0.15 | 209.1 | 0.85 | 0.46 |
| Hex | 11 | 78 | D9 | 5C | 2D | 0 | F | D1 | 55 | 2E |
| Octal | 21 | 170 | 331 | 134 | 55 | 0 | 17 | 321 | 125 | 56 |
| Binary | 10001 | 1111000 | 11011001 | 1011100 | 101101 | 0 | 1111 | 11010001 | 1010101 | 101110 |
Color Harmonies of #1178D9
Complementary color
Monochromatic Colors of #1178D9
Black with #1178D9
Text Example
Text Example
White with #1178D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1178D9; }
p { color: rgb(17,120,217); }
H1.HeaderClassName
{
color: #1178D9;
}
.AnyTagClassName
{
color: #1178D9;
}
</style>
background-color css
<style>
a { background-color: #1178D9; }
a { background-color: rgb(17,120,217); }
div.DivClassName
{
background-color: #1178D9;
}
.BgClassName
{
background-color: #1178D9;
}
</style>
border-color css
<style>
span { border-color: #1178D9; }
span { border-color: rgb(17,120,217); }
td.TdClassName
{
border-color: #1178D9;
}
.TagClassName
{
border-color: #1178D9;
}
</style>