Shades of Navy Blue #106FDC
Tints of Navy Blue #106FDC
RGB
CMYK
RGB Variations
Color information
#106FDC (or 0x106FDC) is known color: Navy Blue. HEX triplet: 10, 6F and DC. RGB value is (16,111,220). Sum of RGB (Red+Green+Blue) = 16+111+220=347 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.61% from 347); Green value is 111 (43.75% from 255 or 31.99% from 347); Blue value is 220 (86.33% from 255 or 63.40% from 347); Max value from RGB is 220 - color contains mainly: blue. Hex color #106FDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #106FDC is #EF9023. Grayscale: #5E5E5E. Windows color (decimal): -15700004 or 14446352. OLE color: 14446352.
HSL color Cylindrical-coordinate representation of color #106FDC: hue angle of 212.06º 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 #106FDC is Cyan = 0.93, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 111 | 220 | - |
| CMYK | 0.93 | 0.50 | 0 | 0.14 |
| HSL | 212.06º | 0.86% | 0.46% | - |
| HSV(B) | 212.06º | 0.93% | 0.86% | - |
| XYZ | 18.82 | 16.65 | 69.93 | - |
| YUV | 95.02 | 198.53 | 71.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 111 | 220 | 0.93 | 0.50 | 0 | 0.14 | 212.06 | 0.86 | 0.46 |
| Hex | 10 | 6F | DC | 5D | 32 | 0 | E | D4 | 56 | 2E |
| Octal | 20 | 157 | 334 | 135 | 62 | 0 | 16 | 324 | 126 | 56 |
| Binary | 10000 | 1101111 | 11011100 | 1011101 | 110010 | 0 | 1110 | 11010100 | 1010110 | 101110 |
Color Harmonies of #106FDC
Complementary color
Monochromatic Colors of #106FDC
Black with #106FDC
Text Example
Text Example
White with #106FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106FDC; }
p { color: rgb(16,111,220); }
H1.HeaderClassName
{
color: #106FDC;
}
.AnyTagClassName
{
color: #106FDC;
}
</style>
background-color css
<style>
a { background-color: #106FDC; }
a { background-color: rgb(16,111,220); }
div.DivClassName
{
background-color: #106FDC;
}
.BgClassName
{
background-color: #106FDC;
}
</style>
border-color css
<style>
span { border-color: #106FDC; }
span { border-color: rgb(16,111,220); }
td.TdClassName
{
border-color: #106FDC;
}
.TagClassName
{
border-color: #106FDC;
}
</style>