Shades of Navy Blue #1180DA
Tints of Navy Blue #1180DA
RGB
CMYK
RGB Variations
Color information
#1180DA (or 0x1180DA) is known color: Navy Blue. HEX triplet: 11, 80 and DA. RGB value is (17,128,218). Sum of RGB (Red+Green+Blue) = 17+128+218=363 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.68% from 363); Green value is 128 (50.39% from 255 or 35.26% from 363); Blue value is 218 (85.55% from 255 or 60.06% from 363); Max value from RGB is 218 - color contains mainly: blue. Hex color #1180DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1180DA is #EE7F25. Grayscale: #686868. Windows color (decimal): -15630118 or 14319633. OLE color: 14319633.
HSL color Cylindrical-coordinate representation of color #1180DA: hue angle of 206.87º degrees, saturation: 0.86, 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 #1180DA is Cyan = 0.92, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 17 | 128 | 218 | - |
| CMYK | 0.92 | 0.41 | 0 | 0.15 |
| HSL | 206.87º | 0.86% | 0.46% | - |
| HSV(B) | 206.87º | 0.92% | 0.85% | - |
| XYZ | 20.61 | 20.62 | 69.22 | - |
| YUV | 105.07 | 191.73 | 65.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 128 | 218 | 0.92 | 0.41 | 0 | 0.15 | 206.87 | 0.86 | 0.46 |
| Hex | 11 | 80 | DA | 5C | 29 | 0 | F | CF | 56 | 2E |
| Octal | 21 | 200 | 332 | 134 | 51 | 0 | 17 | 317 | 126 | 56 |
| Binary | 10001 | 10000000 | 11011010 | 1011100 | 101001 | 0 | 1111 | 11001111 | 1010110 | 101110 |
Color Harmonies of #1180DA
Complementary color
Monochromatic Colors of #1180DA
Black with #1180DA
Text Example
Text Example
White with #1180DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1180DA; }
p { color: rgb(17,128,218); }
H1.HeaderClassName
{
color: #1180DA;
}
.AnyTagClassName
{
color: #1180DA;
}
</style>
background-color css
<style>
a { background-color: #1180DA; }
a { background-color: rgb(17,128,218); }
div.DivClassName
{
background-color: #1180DA;
}
.BgClassName
{
background-color: #1180DA;
}
</style>
border-color css
<style>
span { border-color: #1180DA; }
span { border-color: rgb(17,128,218); }
td.TdClassName
{
border-color: #1180DA;
}
.TagClassName
{
border-color: #1180DA;
}
</style>