Shades of Navy Blue #106DDB
Tints of Navy Blue #106DDB
RGB
CMYK
RGB Variations
Color information
#106DDB (or 0x106DDB) is known color: Navy Blue. HEX triplet: 10, 6D and DB. RGB value is (16,109,219). Sum of RGB (Red+Green+Blue) = 16+109+219=344 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.65% from 344); Green value is 109 (42.97% from 255 or 31.69% from 344); Blue value is 219 (85.94% from 255 or 63.66% from 344); Max value from RGB is 219 - color contains mainly: blue. Hex color #106DDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #106DDB is #EF9224. Grayscale: #5D5D5D. Windows color (decimal): -15700517 or 14380304. OLE color: 14380304.
HSL color Cylindrical-coordinate representation of color #106DDB: hue angle of 212.51º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #106DDB is Cyan = 0.93, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 109 | 219 | - |
| CMYK | 0.93 | 0.50 | 0 | 0.14 |
| HSL | 212.51º | 0.86% | 0.46% | - |
| HSV(B) | 212.51º | 0.93% | 0.86% | - |
| XYZ | 18.47 | 16.16 | 69.16 | - |
| YUV | 93.73 | 198.69 | 72.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 109 | 219 | 0.93 | 0.50 | 0 | 0.14 | 212.51 | 0.86 | 0.46 |
| Hex | 10 | 6D | DB | 5D | 32 | 0 | E | D5 | 56 | 2E |
| Octal | 20 | 155 | 333 | 135 | 62 | 0 | 16 | 325 | 126 | 56 |
| Binary | 10000 | 1101101 | 11011011 | 1011101 | 110010 | 0 | 1110 | 11010101 | 1010110 | 101110 |
Color Harmonies of #106DDB
Complementary color
Monochromatic Colors of #106DDB
Black with #106DDB
Text Example
Text Example
White with #106DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106DDB; }
p { color: rgb(16,109,219); }
H1.HeaderClassName
{
color: #106DDB;
}
.AnyTagClassName
{
color: #106DDB;
}
</style>
background-color css
<style>
a { background-color: #106DDB; }
a { background-color: rgb(16,109,219); }
div.DivClassName
{
background-color: #106DDB;
}
.BgClassName
{
background-color: #106DDB;
}
</style>
border-color css
<style>
span { border-color: #106DDB; }
span { border-color: rgb(16,109,219); }
td.TdClassName
{
border-color: #106DDB;
}
.TagClassName
{
border-color: #106DDB;
}
</style>