Shades of Navy Blue #1172DC
Tints of Navy Blue #1172DC
RGB
CMYK
RGB Variations
Color information
#1172DC (or 0x1172DC) is known color: Navy Blue. HEX triplet: 11, 72 and DC. RGB value is (17,114,220). Sum of RGB (Red+Green+Blue) = 17+114+220=351 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.84% from 351); Green value is 114 (44.92% from 255 or 32.48% from 351); Blue value is 220 (86.33% from 255 or 62.68% from 351); Max value from RGB is 220 - color contains mainly: blue. Hex color #1172DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1172DC is #EE8D23. Grayscale: #606060. Windows color (decimal): -15633700 or 14447121. OLE color: 14447121.
HSL color Cylindrical-coordinate representation of color #1172DC: hue angle of 211.33º 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 #1172DC is Cyan = 0.92, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 114 | 220 | - |
| CMYK | 0.92 | 0.48 | 0 | 0.14 |
| HSL | 211.33º | 0.86% | 0.46% | - |
| HSV(B) | 211.33º | 0.92% | 0.86% | - |
| XYZ | 19.17 | 17.32 | 70.04 | - |
| YUV | 97.08 | 197.36 | 70.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 114 | 220 | 0.92 | 0.48 | 0 | 0.14 | 211.33 | 0.86 | 0.46 |
| Hex | 11 | 72 | DC | 5C | 30 | 0 | E | D3 | 56 | 2E |
| Octal | 21 | 162 | 334 | 134 | 60 | 0 | 16 | 323 | 126 | 56 |
| Binary | 10001 | 1110010 | 11011100 | 1011100 | 110000 | 0 | 1110 | 11010011 | 1010110 | 101110 |
Color Harmonies of #1172DC
Complementary color
Monochromatic Colors of #1172DC
Black with #1172DC
Text Example
Text Example
White with #1172DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1172DC; }
p { color: rgb(17,114,220); }
H1.HeaderClassName
{
color: #1172DC;
}
.AnyTagClassName
{
color: #1172DC;
}
</style>
background-color css
<style>
a { background-color: #1172DC; }
a { background-color: rgb(17,114,220); }
div.DivClassName
{
background-color: #1172DC;
}
.BgClassName
{
background-color: #1172DC;
}
</style>
border-color css
<style>
span { border-color: #1172DC; }
span { border-color: rgb(17,114,220); }
td.TdClassName
{
border-color: #1172DC;
}
.TagClassName
{
border-color: #1172DC;
}
</style>