Shades of Navy Blue #1185DB
Tints of Navy Blue #1185DB
RGB
CMYK
RGB Variations
Color information
#1185DB (or 0x1185DB) is known color: Navy Blue. HEX triplet: 11, 85 and DB. RGB value is (17,133,219). Sum of RGB (Red+Green+Blue) = 17+133+219=369 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.61% from 369); Green value is 133 (52.34% from 255 or 36.04% from 369); Blue value is 219 (85.94% from 255 or 59.35% from 369); Max value from RGB is 219 - color contains mainly: blue. Hex color #1185DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1185DB is #EE7A24. Grayscale: #6B6B6B. Windows color (decimal): -15628837 or 14386449. OLE color: 14386449.
HSL color Cylindrical-coordinate representation of color #1185DB: hue angle of 205.54º 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 #1185DB is Cyan = 0.92, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 133 | 219 | - |
| CMYK | 0.92 | 0.39 | 0 | 0.14 |
| HSL | 205.54º | 0.86% | 0.46% | - |
| HSV(B) | 205.54º | 0.92% | 0.86% | - |
| XYZ | 21.4 | 22.01 | 70.14 | - |
| YUV | 108.12 | 190.57 | 63.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 133 | 219 | 0.92 | 0.39 | 0 | 0.14 | 205.54 | 0.86 | 0.46 |
| Hex | 11 | 85 | DB | 5C | 27 | 0 | E | CE | 56 | 2E |
| Octal | 21 | 205 | 333 | 134 | 47 | 0 | 16 | 316 | 126 | 56 |
| Binary | 10001 | 10000101 | 11011011 | 1011100 | 100111 | 0 | 1110 | 11001110 | 1010110 | 101110 |
Color Harmonies of #1185DB
Complementary color
Monochromatic Colors of #1185DB
Black with #1185DB
Text Example
Text Example
White with #1185DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1185DB; }
p { color: rgb(17,133,219); }
H1.HeaderClassName
{
color: #1185DB;
}
.AnyTagClassName
{
color: #1185DB;
}
</style>
background-color css
<style>
a { background-color: #1185DB; }
a { background-color: rgb(17,133,219); }
div.DivClassName
{
background-color: #1185DB;
}
.BgClassName
{
background-color: #1185DB;
}
</style>
border-color css
<style>
span { border-color: #1185DB; }
span { border-color: rgb(17,133,219); }
td.TdClassName
{
border-color: #1185DB;
}
.TagClassName
{
border-color: #1185DB;
}
</style>