Shades of Navy Blue #1171EA
Tints of Navy Blue #1171EA
RGB
CMYK
RGB Variations
Color information
#1171EA (or 0x1171EA) is known color: Navy Blue. HEX triplet: 11, 71 and EA. RGB value is (17,113,234). Sum of RGB (Red+Green+Blue) = 17+113+234=364 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.67% from 364); Green value is 113 (44.53% from 255 or 31.04% from 364); Blue value is 234 (91.80% from 255 or 64.29% from 364); Max value from RGB is 234 - color contains mainly: blue. Hex color #1171EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1171EA is #EE8E15. Grayscale: #616161. Windows color (decimal): -15633942 or 15364369. OLE color: 15364369.
HSL color Cylindrical-coordinate representation of color #1171EA: hue angle of 213.46º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1171EA is Cyan = 0.93, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 17 | 113 | 234 | - |
| CMYK | 0.93 | 0.52 | 0 | 0.08 |
| HSL | 213.46º | 0.86% | 0.49% | - |
| HSV(B) | 213.46º | 0.93% | 0.92% | - |
| XYZ | 20.99 | 17.87 | 80.18 | - |
| YUV | 98.09 | 204.7 | 70.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 113 | 234 | 0.93 | 0.52 | 0 | 0.08 | 213.46 | 0.86 | 0.49 |
| Hex | 11 | 71 | EA | 5D | 34 | 0 | 8 | D5 | 56 | 31 |
| Octal | 21 | 161 | 352 | 135 | 64 | 0 | 10 | 325 | 126 | 61 |
| Binary | 10001 | 1110001 | 11101010 | 1011101 | 110100 | 0 | 1000 | 11010101 | 1010110 | 110001 |
Color Harmonies of #1171EA
Complementary color
Monochromatic Colors of #1171EA
Black with #1171EA
Text Example
Text Example
White with #1171EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1171EA; }
p { color: rgb(17,113,234); }
H1.HeaderClassName
{
color: #1171EA;
}
.AnyTagClassName
{
color: #1171EA;
}
</style>
background-color css
<style>
a { background-color: #1171EA; }
a { background-color: rgb(17,113,234); }
div.DivClassName
{
background-color: #1171EA;
}
.BgClassName
{
background-color: #1171EA;
}
</style>
border-color css
<style>
span { border-color: #1171EA; }
span { border-color: rgb(17,113,234); }
td.TdClassName
{
border-color: #1171EA;
}
.TagClassName
{
border-color: #1171EA;
}
</style>