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