Shades of Navy Blue #1180DB
Tints of Navy Blue #1180DB
RGB
CMYK
RGB Variations
Color information
#1180DB (or 0x1180DB) is known color: Navy Blue. HEX triplet: 11, 80 and DB. RGB value is (17,128,219). Sum of RGB (Red+Green+Blue) = 17+128+219=364 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.67% from 364); Green value is 128 (50.39% from 255 or 35.16% from 364); Blue value is 219 (85.94% from 255 or 60.16% from 364); Max value from RGB is 219 - color contains mainly: blue. Hex color #1180DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1180DB is #EE7F24. Grayscale: #686868. Windows color (decimal): -15630117 or 14385169. OLE color: 14385169.
HSL color Cylindrical-coordinate representation of color #1180DB: hue angle of 207.03º 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 #1180DB is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 128 | 219 | - |
| CMYK | 0.92 | 0.42 | 0 | 0.14 |
| HSL | 207.03º | 0.86% | 0.46% | - |
| HSV(B) | 207.03º | 0.92% | 0.86% | - |
| XYZ | 20.74 | 20.67 | 69.91 | - |
| YUV | 105.19 | 192.23 | 65.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 128 | 219 | 0.92 | 0.42 | 0 | 0.14 | 207.03 | 0.86 | 0.46 |
| Hex | 11 | 80 | DB | 5C | 2A | 0 | E | CF | 56 | 2E |
| Octal | 21 | 200 | 333 | 134 | 52 | 0 | 16 | 317 | 126 | 56 |
| Binary | 10001 | 10000000 | 11011011 | 1011100 | 101010 | 0 | 1110 | 11001111 | 1010110 | 101110 |
Color Harmonies of #1180DB
Complementary color
Monochromatic Colors of #1180DB
Black with #1180DB
Text Example
Text Example
White with #1180DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1180DB; }
p { color: rgb(17,128,219); }
H1.HeaderClassName
{
color: #1180DB;
}
.AnyTagClassName
{
color: #1180DB;
}
</style>
background-color css
<style>
a { background-color: #1180DB; }
a { background-color: rgb(17,128,219); }
div.DivClassName
{
background-color: #1180DB;
}
.BgClassName
{
background-color: #1180DB;
}
</style>
border-color css
<style>
span { border-color: #1180DB; }
span { border-color: rgb(17,128,219); }
td.TdClassName
{
border-color: #1180DB;
}
.TagClassName
{
border-color: #1180DB;
}
</style>