Shades of Navy Blue #1167DB
Tints of Navy Blue #1167DB
RGB
CMYK
RGB Variations
Color information
#1167DB (or 0x1167DB) is known color: Navy Blue. HEX triplet: 11, 67 and DB. RGB value is (17,103,219). Sum of RGB (Red+Green+Blue) = 17+103+219=339 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.01% from 339); Green value is 103 (40.62% from 255 or 30.38% from 339); Blue value is 219 (85.94% from 255 or 64.60% from 339); Max value from RGB is 219 - color contains mainly: blue. Hex color #1167DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1167DB is #EE9824. Grayscale: #595959. Windows color (decimal): -15636517 or 14378769. OLE color: 14378769.
HSL color Cylindrical-coordinate representation of color #1167DB: hue angle of 214.46º 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 #1167DB is Cyan = 0.92, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 103 | 219 | - |
| CMYK | 0.92 | 0.53 | 0 | 0.14 |
| HSL | 214.46º | 0.86% | 0.46% | - |
| HSV(B) | 214.46º | 0.92% | 0.86% | - |
| XYZ | 17.87 | 14.93 | 68.96 | - |
| YUV | 90.51 | 200.51 | 75.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 103 | 219 | 0.92 | 0.53 | 0 | 0.14 | 214.46 | 0.86 | 0.46 |
| Hex | 11 | 67 | DB | 5C | 35 | 0 | E | D6 | 56 | 2E |
| Octal | 21 | 147 | 333 | 134 | 65 | 0 | 16 | 326 | 126 | 56 |
| Binary | 10001 | 1100111 | 11011011 | 1011100 | 110101 | 0 | 1110 | 11010110 | 1010110 | 101110 |
Color Harmonies of #1167DB
Complementary color
Monochromatic Colors of #1167DB
Black with #1167DB
Text Example
Text Example
White with #1167DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1167DB; }
p { color: rgb(17,103,219); }
H1.HeaderClassName
{
color: #1167DB;
}
.AnyTagClassName
{
color: #1167DB;
}
</style>
background-color css
<style>
a { background-color: #1167DB; }
a { background-color: rgb(17,103,219); }
div.DivClassName
{
background-color: #1167DB;
}
.BgClassName
{
background-color: #1167DB;
}
</style>
border-color css
<style>
span { border-color: #1167DB; }
span { border-color: rgb(17,103,219); }
td.TdClassName
{
border-color: #1167DB;
}
.TagClassName
{
border-color: #1167DB;
}
</style>