Shades of Navy Blue #1172DB
Tints of Navy Blue #1172DB
RGB
CMYK
RGB Variations
Color information
#1172DB (or 0x1172DB) is known color: Navy Blue. HEX triplet: 11, 72 and DB. RGB value is (17,114,219). Sum of RGB (Red+Green+Blue) = 17+114+219=350 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.86% from 350); Green value is 114 (44.92% from 255 or 32.57% from 350); Blue value is 219 (85.94% from 255 or 62.57% from 350); Max value from RGB is 219 - color contains mainly: blue. Hex color #1172DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1172DB is #EE8D24. Grayscale: #606060. Windows color (decimal): -15633701 or 14381585. OLE color: 14381585.
HSL color Cylindrical-coordinate representation of color #1172DB: hue angle of 211.19º 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 #1172DB is Cyan = 0.92, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 114 | 219 | - |
| CMYK | 0.92 | 0.48 | 0 | 0.14 |
| HSL | 211.19º | 0.86% | 0.46% | - |
| HSV(B) | 211.19º | 0.92% | 0.86% | - |
| XYZ | 19.03 | 17.27 | 69.35 | - |
| YUV | 96.97 | 196.86 | 70.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 114 | 219 | 0.92 | 0.48 | 0 | 0.14 | 211.19 | 0.86 | 0.46 |
| Hex | 11 | 72 | DB | 5C | 30 | 0 | E | D3 | 56 | 2E |
| Octal | 21 | 162 | 333 | 134 | 60 | 0 | 16 | 323 | 126 | 56 |
| Binary | 10001 | 1110010 | 11011011 | 1011100 | 110000 | 0 | 1110 | 11010011 | 1010110 | 101110 |
Color Harmonies of #1172DB
Complementary color
Monochromatic Colors of #1172DB
Black with #1172DB
Text Example
Text Example
White with #1172DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1172DB; }
p { color: rgb(17,114,219); }
H1.HeaderClassName
{
color: #1172DB;
}
.AnyTagClassName
{
color: #1172DB;
}
</style>
background-color css
<style>
a { background-color: #1172DB; }
a { background-color: rgb(17,114,219); }
div.DivClassName
{
background-color: #1172DB;
}
.BgClassName
{
background-color: #1172DB;
}
</style>
border-color css
<style>
span { border-color: #1172DB; }
span { border-color: rgb(17,114,219); }
td.TdClassName
{
border-color: #1172DB;
}
.TagClassName
{
border-color: #1172DB;
}
</style>