Shades of Navy Blue #1174DC
Tints of Navy Blue #1174DC
RGB
CMYK
RGB Variations
Color information
#1174DC (or 0x1174DC) is known color: Navy Blue. HEX triplet: 11, 74 and DC. RGB value is (17,116,220). Sum of RGB (Red+Green+Blue) = 17+116+220=353 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.82% from 353); Green value is 116 (45.70% from 255 or 32.86% from 353); Blue value is 220 (86.33% from 255 or 62.32% from 353); Max value from RGB is 220 - color contains mainly: blue. Hex color #1174DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1174DC is #EE8B23. Grayscale: #616161. Windows color (decimal): -15633188 or 14447633. OLE color: 14447633.
HSL color Cylindrical-coordinate representation of color #1174DC: hue angle of 210.74º 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 #1174DC is Cyan = 0.92, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 116 | 220 | - |
| CMYK | 0.92 | 0.47 | 0 | 0.14 |
| HSL | 210.74º | 0.86% | 0.46% | - |
| HSV(B) | 210.74º | 0.92% | 0.86% | - |
| XYZ | 19.39 | 17.78 | 70.12 | - |
| YUV | 98.26 | 196.7 | 70.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 116 | 220 | 0.92 | 0.47 | 0 | 0.14 | 210.74 | 0.86 | 0.46 |
| Hex | 11 | 74 | DC | 5C | 2F | 0 | E | D3 | 56 | 2E |
| Octal | 21 | 164 | 334 | 134 | 57 | 0 | 16 | 323 | 126 | 56 |
| Binary | 10001 | 1110100 | 11011100 | 1011100 | 101111 | 0 | 1110 | 11010011 | 1010110 | 101110 |
Color Harmonies of #1174DC
Complementary color
Monochromatic Colors of #1174DC
Black with #1174DC
Text Example
Text Example
White with #1174DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1174DC; }
p { color: rgb(17,116,220); }
H1.HeaderClassName
{
color: #1174DC;
}
.AnyTagClassName
{
color: #1174DC;
}
</style>
background-color css
<style>
a { background-color: #1174DC; }
a { background-color: rgb(17,116,220); }
div.DivClassName
{
background-color: #1174DC;
}
.BgClassName
{
background-color: #1174DC;
}
</style>
border-color css
<style>
span { border-color: #1174DC; }
span { border-color: rgb(17,116,220); }
td.TdClassName
{
border-color: #1174DC;
}
.TagClassName
{
border-color: #1174DC;
}
</style>