Shades of Navy Blue #106DDC
Tints of Navy Blue #106DDC
RGB
CMYK
RGB Variations
Color information
#106DDC (or 0x106DDC) is known color: Navy Blue. HEX triplet: 10, 6D and DC. RGB value is (16,109,220). Sum of RGB (Red+Green+Blue) = 16+109+220=345 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.64% from 345); Green value is 109 (42.97% from 255 or 31.59% from 345); Blue value is 220 (86.33% from 255 or 63.77% from 345); Max value from RGB is 220 - color contains mainly: blue. Hex color #106DDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #106DDC is #EF9223. Grayscale: #5D5D5D. Windows color (decimal): -15700516 or 14445840. OLE color: 14445840.
HSL color Cylindrical-coordinate representation of color #106DDC: hue angle of 212.65º 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 #106DDC is Cyan = 0.93, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 109 | 220 | - |
| CMYK | 0.93 | 0.50 | 0 | 0.14 |
| HSL | 212.65º | 0.86% | 0.46% | - |
| HSV(B) | 212.65º | 0.93% | 0.86% | - |
| XYZ | 18.6 | 16.21 | 69.86 | - |
| YUV | 93.85 | 199.19 | 72.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 109 | 220 | 0.93 | 0.50 | 0 | 0.14 | 212.65 | 0.86 | 0.46 |
| Hex | 10 | 6D | DC | 5D | 32 | 0 | E | D5 | 56 | 2E |
| Octal | 20 | 155 | 334 | 135 | 62 | 0 | 16 | 325 | 126 | 56 |
| Binary | 10000 | 1101101 | 11011100 | 1011101 | 110010 | 0 | 1110 | 11010101 | 1010110 | 101110 |
Color Harmonies of #106DDC
Complementary color
Monochromatic Colors of #106DDC
Black with #106DDC
Text Example
Text Example
White with #106DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106DDC; }
p { color: rgb(16,109,220); }
H1.HeaderClassName
{
color: #106DDC;
}
.AnyTagClassName
{
color: #106DDC;
}
</style>
background-color css
<style>
a { background-color: #106DDC; }
a { background-color: rgb(16,109,220); }
div.DivClassName
{
background-color: #106DDC;
}
.BgClassName
{
background-color: #106DDC;
}
</style>
border-color css
<style>
span { border-color: #106DDC; }
span { border-color: rgb(16,109,220); }
td.TdClassName
{
border-color: #106DDC;
}
.TagClassName
{
border-color: #106DDC;
}
</style>