Shades of Navy Blue #1175DB
Tints of Navy Blue #1175DB
RGB
CMYK
RGB Variations
Color information
#1175DB (or 0x1175DB) is known color: Navy Blue. HEX triplet: 11, 75 and DB. RGB value is (17,117,219). Sum of RGB (Red+Green+Blue) = 17+117+219=353 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.82% from 353); Green value is 117 (46.09% from 255 or 33.14% from 353); Blue value is 219 (85.94% from 255 or 62.04% from 353); Max value from RGB is 219 - color contains mainly: blue. Hex color #1175DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1175DB is #EE8A24. Grayscale: #626262. Windows color (decimal): -15632933 or 14382353. OLE color: 14382353.
HSL color Cylindrical-coordinate representation of color #1175DB: hue angle of 210.3º 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 #1175DB is Cyan = 0.92, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 117 | 219 | - |
| CMYK | 0.92 | 0.47 | 0 | 0.14 |
| HSL | 210.3º | 0.86% | 0.46% | - |
| HSV(B) | 210.3º | 0.92% | 0.86% | - |
| XYZ | 19.38 | 17.96 | 69.46 | - |
| YUV | 98.73 | 195.87 | 69.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 117 | 219 | 0.92 | 0.47 | 0 | 0.14 | 210.3 | 0.86 | 0.46 |
| Hex | 11 | 75 | DB | 5C | 2F | 0 | E | D2 | 56 | 2E |
| Octal | 21 | 165 | 333 | 134 | 57 | 0 | 16 | 322 | 126 | 56 |
| Binary | 10001 | 1110101 | 11011011 | 1011100 | 101111 | 0 | 1110 | 11010010 | 1010110 | 101110 |
Color Harmonies of #1175DB
Complementary color
Monochromatic Colors of #1175DB
Black with #1175DB
Text Example
Text Example
White with #1175DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1175DB; }
p { color: rgb(17,117,219); }
H1.HeaderClassName
{
color: #1175DB;
}
.AnyTagClassName
{
color: #1175DB;
}
</style>
background-color css
<style>
a { background-color: #1175DB; }
a { background-color: rgb(17,117,219); }
div.DivClassName
{
background-color: #1175DB;
}
.BgClassName
{
background-color: #1175DB;
}
</style>
border-color css
<style>
span { border-color: #1175DB; }
span { border-color: rgb(17,117,219); }
td.TdClassName
{
border-color: #1175DB;
}
.TagClassName
{
border-color: #1175DB;
}
</style>