Shades of Navy Blue #1174DD
Tints of Navy Blue #1174DD
RGB
CMYK
RGB Variations
Color information
#1174DD (or 0x1174DD) is known color: Navy Blue. HEX triplet: 11, 74 and DD. RGB value is (17,116,221). Sum of RGB (Red+Green+Blue) = 17+116+221=354 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.80% from 354); Green value is 116 (45.70% from 255 or 32.77% from 354); Blue value is 221 (86.72% from 255 or 62.43% from 354); Max value from RGB is 221 - color contains mainly: blue. Hex color #1174DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1174DD is #EE8B22. Grayscale: #616161. Windows color (decimal): -15633187 or 14513169. OLE color: 14513169.
HSL color Cylindrical-coordinate representation of color #1174DD: hue angle of 210.88º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1174DD is Cyan = 0.92, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 116 | 221 | - |
| CMYK | 0.92 | 0.48 | 0 | 0.13 |
| HSL | 210.88º | 0.86% | 0.47% | - |
| HSV(B) | 210.88º | 0.92% | 0.87% | - |
| XYZ | 19.53 | 17.83 | 70.82 | - |
| YUV | 98.37 | 197.2 | 69.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 116 | 221 | 0.92 | 0.48 | 0 | 0.13 | 210.88 | 0.86 | 0.47 |
| Hex | 11 | 74 | DD | 5C | 30 | 0 | D | D3 | 56 | 2F |
| Octal | 21 | 164 | 335 | 134 | 60 | 0 | 15 | 323 | 126 | 57 |
| Binary | 10001 | 1110100 | 11011101 | 1011100 | 110000 | 0 | 1101 | 11010011 | 1010110 | 101111 |
Color Harmonies of #1174DD
Complementary color
Monochromatic Colors of #1174DD
Black with #1174DD
Text Example
Text Example
White with #1174DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1174DD; }
p { color: rgb(17,116,221); }
H1.HeaderClassName
{
color: #1174DD;
}
.AnyTagClassName
{
color: #1174DD;
}
</style>
background-color css
<style>
a { background-color: #1174DD; }
a { background-color: rgb(17,116,221); }
div.DivClassName
{
background-color: #1174DD;
}
.BgClassName
{
background-color: #1174DD;
}
</style>
border-color css
<style>
span { border-color: #1174DD; }
span { border-color: rgb(17,116,221); }
td.TdClassName
{
border-color: #1174DD;
}
.TagClassName
{
border-color: #1174DD;
}
</style>