Shades of Navy Blue #1180D0
Tints of Navy Blue #1180D0
RGB
CMYK
RGB Variations
Color information
#1180D0 (or 0x1180D0) is known color: Navy Blue. HEX triplet: 11, 80 and D0. RGB value is (17,128,208). Sum of RGB (Red+Green+Blue) = 17+128+208=353 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.82% from 353); Green value is 128 (50.39% from 255 or 36.26% from 353); Blue value is 208 (81.64% from 255 or 58.92% from 353); Max value from RGB is 208 - color contains mainly: blue. Hex color #1180D0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1180D0 is #EE7F2F. Grayscale: #676767. Windows color (decimal): -15630128 or 13664273. OLE color: 13664273.
HSL color Cylindrical-coordinate representation of color #1180D0: hue angle of 205.13º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1180D0 is Cyan = 0.92, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 17 | 128 | 208 | - |
| CMYK | 0.92 | 0.38 | 0 | 0.18 |
| HSL | 205.13º | 0.85% | 0.44% | - |
| HSV(B) | 205.13º | 0.92% | 0.82% | - |
| XYZ | 19.34 | 20.11 | 62.54 | - |
| YUV | 103.93 | 186.73 | 66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 128 | 208 | 0.92 | 0.38 | 0 | 0.18 | 205.13 | 0.85 | 0.44 |
| Hex | 11 | 80 | D0 | 5C | 26 | 0 | 12 | CD | 55 | 2C |
| Octal | 21 | 200 | 320 | 134 | 46 | 0 | 22 | 315 | 125 | 54 |
| Binary | 10001 | 10000000 | 11010000 | 1011100 | 100110 | 0 | 10010 | 11001101 | 1010101 | 101100 |
Color Harmonies of #1180D0
Complementary color
Monochromatic Colors of #1180D0
Black with #1180D0
Text Example
Text Example
White with #1180D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1180D0; }
p { color: rgb(17,128,208); }
H1.HeaderClassName
{
color: #1180D0;
}
.AnyTagClassName
{
color: #1180D0;
}
</style>
background-color css
<style>
a { background-color: #1180D0; }
a { background-color: rgb(17,128,208); }
div.DivClassName
{
background-color: #1180D0;
}
.BgClassName
{
background-color: #1180D0;
}
</style>
border-color css
<style>
span { border-color: #1180D0; }
span { border-color: rgb(17,128,208); }
td.TdClassName
{
border-color: #1180D0;
}
.TagClassName
{
border-color: #1180D0;
}
</style>