Shades of Navy Blue #1182DC
Tints of Navy Blue #1182DC
RGB
CMYK
RGB Variations
Color information
#1182DC (or 0x1182DC) is known color: Navy Blue. HEX triplet: 11, 82 and DC. RGB value is (17,130,220). Sum of RGB (Red+Green+Blue) = 17+130+220=367 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.63% from 367); Green value is 130 (51.17% from 255 or 35.42% from 367); Blue value is 220 (86.33% from 255 or 59.95% from 367); Max value from RGB is 220 - color contains mainly: blue. Hex color #1182DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1182DC is #EE7D23. Grayscale: #6A6A6A. Windows color (decimal): -15629604 or 14451217. OLE color: 14451217.
HSL color Cylindrical-coordinate representation of color #1182DC: hue angle of 206.6º 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 #1182DC is Cyan = 0.92, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 130 | 220 | - |
| CMYK | 0.92 | 0.41 | 0 | 0.14 |
| HSL | 206.6º | 0.86% | 0.46% | - |
| HSV(B) | 206.6º | 0.92% | 0.86% | - |
| XYZ | 21.13 | 21.25 | 70.7 | - |
| YUV | 106.47 | 192.06 | 64.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 130 | 220 | 0.92 | 0.41 | 0 | 0.14 | 206.6 | 0.86 | 0.46 |
| Hex | 11 | 82 | DC | 5C | 29 | 0 | E | CF | 56 | 2E |
| Octal | 21 | 202 | 334 | 134 | 51 | 0 | 16 | 317 | 126 | 56 |
| Binary | 10001 | 10000010 | 11011100 | 1011100 | 101001 | 0 | 1110 | 11001111 | 1010110 | 101110 |
Color Harmonies of #1182DC
Complementary color
Monochromatic Colors of #1182DC
Black with #1182DC
Text Example
Text Example
White with #1182DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1182DC; }
p { color: rgb(17,130,220); }
H1.HeaderClassName
{
color: #1182DC;
}
.AnyTagClassName
{
color: #1182DC;
}
</style>
background-color css
<style>
a { background-color: #1182DC; }
a { background-color: rgb(17,130,220); }
div.DivClassName
{
background-color: #1182DC;
}
.BgClassName
{
background-color: #1182DC;
}
</style>
border-color css
<style>
span { border-color: #1182DC; }
span { border-color: rgb(17,130,220); }
td.TdClassName
{
border-color: #1182DC;
}
.TagClassName
{
border-color: #1182DC;
}
</style>