Shades of Navy Blue #117AC2
Tints of Navy Blue #117AC2
RGB
CMYK
RGB Variations
Color information
#117AC2 (or 0x117AC2) is known color: Navy Blue. HEX triplet: 11, 7A and C2. RGB value is (17,122,194). Sum of RGB (Red+Green+Blue) = 17+122+194=333 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.11% from 333); Green value is 122 (48.05% from 255 or 36.64% from 333); Blue value is 194 (76.17% from 255 or 58.26% from 333); Max value from RGB is 194 - color contains mainly: blue. Hex color #117AC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117AC2 is #EE853D. Grayscale: #626262. Windows color (decimal): -15631678 or 12745233. OLE color: 12745233.
HSL color Cylindrical-coordinate representation of color #117AC2: hue angle of 204.41º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #117AC2 is Cyan = 0.91, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 17 | 122 | 194 | - |
| CMYK | 0.91 | 0.37 | 0 | 0.24 |
| HSL | 204.41º | 0.84% | 0.41% | - |
| HSV(B) | 204.41º | 0.91% | 0.76% | - |
| XYZ | 16.93 | 17.93 | 53.61 | - |
| YUV | 98.81 | 181.71 | 69.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 122 | 194 | 0.91 | 0.37 | 0 | 0.24 | 204.41 | 0.84 | 0.41 |
| Hex | 11 | 7A | C2 | 5B | 25 | 0 | 18 | CC | 54 | 29 |
| Octal | 21 | 172 | 302 | 133 | 45 | 0 | 30 | 314 | 124 | 51 |
| Binary | 10001 | 1111010 | 11000010 | 1011011 | 100101 | 0 | 11000 | 11001100 | 1010100 | 101001 |
Color Harmonies of #117AC2
Complementary color
Monochromatic Colors of #117AC2
Black with #117AC2
Text Example
Text Example
White with #117AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117AC2; }
p { color: rgb(17,122,194); }
H1.HeaderClassName
{
color: #117AC2;
}
.AnyTagClassName
{
color: #117AC2;
}
</style>
background-color css
<style>
a { background-color: #117AC2; }
a { background-color: rgb(17,122,194); }
div.DivClassName
{
background-color: #117AC2;
}
.BgClassName
{
background-color: #117AC2;
}
</style>
border-color css
<style>
span { border-color: #117AC2; }
span { border-color: rgb(17,122,194); }
td.TdClassName
{
border-color: #117AC2;
}
.TagClassName
{
border-color: #117AC2;
}
</style>