Shades of Navy Blue #106CDB
Tints of Navy Blue #106CDB
RGB
CMYK
RGB Variations
Color information
#106CDB (or 0x106CDB) is known color: Navy Blue. HEX triplet: 10, 6C and DB. RGB value is (16,108,219). Sum of RGB (Red+Green+Blue) = 16+108+219=343 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.66% from 343); Green value is 108 (42.58% from 255 or 31.49% from 343); Blue value is 219 (85.94% from 255 or 63.85% from 343); Max value from RGB is 219 - color contains mainly: blue. Hex color #106CDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #106CDB is #EF9324. Grayscale: #5C5C5C. Windows color (decimal): -15700773 or 14380048. OLE color: 14380048.
HSL color Cylindrical-coordinate representation of color #106CDB: hue angle of 212.81º 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 #106CDB is Cyan = 0.93, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 108 | 219 | - |
| CMYK | 0.93 | 0.51 | 0 | 0.14 |
| HSL | 212.81º | 0.86% | 0.46% | - |
| HSV(B) | 212.81º | 0.93% | 0.86% | - |
| XYZ | 18.36 | 15.95 | 69.13 | - |
| YUV | 93.15 | 199.02 | 72.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 108 | 219 | 0.93 | 0.51 | 0 | 0.14 | 212.81 | 0.86 | 0.46 |
| Hex | 10 | 6C | DB | 5D | 33 | 0 | E | D5 | 56 | 2E |
| Octal | 20 | 154 | 333 | 135 | 63 | 0 | 16 | 325 | 126 | 56 |
| Binary | 10000 | 1101100 | 11011011 | 1011101 | 110011 | 0 | 1110 | 11010101 | 1010110 | 101110 |
Color Harmonies of #106CDB
Complementary color
Monochromatic Colors of #106CDB
Black with #106CDB
Text Example
Text Example
White with #106CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106CDB; }
p { color: rgb(16,108,219); }
H1.HeaderClassName
{
color: #106CDB;
}
.AnyTagClassName
{
color: #106CDB;
}
</style>
background-color css
<style>
a { background-color: #106CDB; }
a { background-color: rgb(16,108,219); }
div.DivClassName
{
background-color: #106CDB;
}
.BgClassName
{
background-color: #106CDB;
}
</style>
border-color css
<style>
span { border-color: #106CDB; }
span { border-color: rgb(16,108,219); }
td.TdClassName
{
border-color: #106CDB;
}
.TagClassName
{
border-color: #106CDB;
}
</style>