Shades of Navy Blue #106DDD
Tints of Navy Blue #106DDD
RGB
CMYK
RGB Variations
Color information
#106DDD (or 0x106DDD) is known color: Navy Blue. HEX triplet: 10, 6D and DD. RGB value is (16,109,221). Sum of RGB (Red+Green+Blue) = 16+109+221=346 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.62% from 346); Green value is 109 (42.97% from 255 or 31.50% from 346); Blue value is 221 (86.72% from 255 or 63.87% from 346); Max value from RGB is 221 - color contains mainly: blue. Hex color #106DDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #106DDD is #EF9222. Grayscale: #5D5D5D. Windows color (decimal): -15700515 or 14511376. OLE color: 14511376.
HSL color Cylindrical-coordinate representation of color #106DDD: hue angle of 212.78º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #106DDD is Cyan = 0.93, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 109 | 221 | - |
| CMYK | 0.93 | 0.51 | 0 | 0.13 |
| HSL | 212.78º | 0.86% | 0.46% | - |
| HSV(B) | 212.78º | 0.93% | 0.87% | - |
| XYZ | 18.73 | 16.27 | 70.56 | - |
| YUV | 93.96 | 199.69 | 72.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 109 | 221 | 0.93 | 0.51 | 0 | 0.13 | 212.78 | 0.86 | 0.46 |
| Hex | 10 | 6D | DD | 5D | 33 | 0 | D | D5 | 56 | 2E |
| Octal | 20 | 155 | 335 | 135 | 63 | 0 | 15 | 325 | 126 | 56 |
| Binary | 10000 | 1101101 | 11011101 | 1011101 | 110011 | 0 | 1101 | 11010101 | 1010110 | 101110 |
Color Harmonies of #106DDD
Complementary color
Monochromatic Colors of #106DDD
Black with #106DDD
Text Example
Text Example
White with #106DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106DDD; }
p { color: rgb(16,109,221); }
H1.HeaderClassName
{
color: #106DDD;
}
.AnyTagClassName
{
color: #106DDD;
}
</style>
background-color css
<style>
a { background-color: #106DDD; }
a { background-color: rgb(16,109,221); }
div.DivClassName
{
background-color: #106DDD;
}
.BgClassName
{
background-color: #106DDD;
}
</style>
border-color css
<style>
span { border-color: #106DDD; }
span { border-color: rgb(16,109,221); }
td.TdClassName
{
border-color: #106DDD;
}
.TagClassName
{
border-color: #106DDD;
}
</style>