Shades of Navy Blue #1180DD
Tints of Navy Blue #1180DD
RGB
CMYK
RGB Variations
Color information
#1180DD (or 0x1180DD) is known color: Navy Blue. HEX triplet: 11, 80 and DD. RGB value is (17,128,221). Sum of RGB (Red+Green+Blue) = 17+128+221=366 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.64% from 366); Green value is 128 (50.39% from 255 or 34.97% from 366); Blue value is 221 (86.72% from 255 or 60.38% from 366); Max value from RGB is 221 - color contains mainly: blue. Hex color #1180DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1180DD is #EE7F22. Grayscale: #686868. Windows color (decimal): -15630115 or 14516241. OLE color: 14516241.
HSL color Cylindrical-coordinate representation of color #1180DD: hue angle of 207.35º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1180DD is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 128 | 221 | - |
| CMYK | 0.92 | 0.42 | 0 | 0.13 |
| HSL | 207.35º | 0.86% | 0.47% | - |
| HSV(B) | 207.35º | 0.92% | 0.87% | - |
| XYZ | 21 | 20.78 | 71.31 | - |
| YUV | 105.41 | 193.23 | 64.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 128 | 221 | 0.92 | 0.42 | 0 | 0.13 | 207.35 | 0.86 | 0.47 |
| Hex | 11 | 80 | DD | 5C | 2A | 0 | D | CF | 56 | 2F |
| Octal | 21 | 200 | 335 | 134 | 52 | 0 | 15 | 317 | 126 | 57 |
| Binary | 10001 | 10000000 | 11011101 | 1011100 | 101010 | 0 | 1101 | 11001111 | 1010110 | 101111 |
Color Harmonies of #1180DD
Complementary color
Monochromatic Colors of #1180DD
Black with #1180DD
Text Example
Text Example
White with #1180DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1180DD; }
p { color: rgb(17,128,221); }
H1.HeaderClassName
{
color: #1180DD;
}
.AnyTagClassName
{
color: #1180DD;
}
</style>
background-color css
<style>
a { background-color: #1180DD; }
a { background-color: rgb(17,128,221); }
div.DivClassName
{
background-color: #1180DD;
}
.BgClassName
{
background-color: #1180DD;
}
</style>
border-color css
<style>
span { border-color: #1180DD; }
span { border-color: rgb(17,128,221); }
td.TdClassName
{
border-color: #1180DD;
}
.TagClassName
{
border-color: #1180DD;
}
</style>