Shades of Navy Blue #106EDD
Tints of Navy Blue #106EDD
RGB
CMYK
RGB Variations
Color information
#106EDD (or 0x106EDD) is known color: Navy Blue. HEX triplet: 10, 6E and DD. RGB value is (16,110,221). Sum of RGB (Red+Green+Blue) = 16+110+221=347 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.61% from 347); Green value is 110 (43.36% from 255 or 31.70% from 347); Blue value is 221 (86.72% from 255 or 63.69% from 347); Max value from RGB is 221 - color contains mainly: blue. Hex color #106EDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #106EDD is #EF9122. Grayscale: #5E5E5E. Windows color (decimal): -15700259 or 14511632. OLE color: 14511632.
HSL color Cylindrical-coordinate representation of color #106EDD: hue angle of 212.49º 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 #106EDD is Cyan = 0.93, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 110 | 221 | - |
| CMYK | 0.93 | 0.50 | 0 | 0.13 |
| HSL | 212.49º | 0.86% | 0.46% | - |
| HSV(B) | 212.49º | 0.93% | 0.87% | - |
| XYZ | 18.84 | 16.48 | 70.6 | - |
| YUV | 94.55 | 199.36 | 71.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 110 | 221 | 0.93 | 0.50 | 0 | 0.13 | 212.49 | 0.86 | 0.46 |
| Hex | 10 | 6E | DD | 5D | 32 | 0 | D | D4 | 56 | 2E |
| Octal | 20 | 156 | 335 | 135 | 62 | 0 | 15 | 324 | 126 | 56 |
| Binary | 10000 | 1101110 | 11011101 | 1011101 | 110010 | 0 | 1101 | 11010100 | 1010110 | 101110 |
Color Harmonies of #106EDD
Complementary color
Monochromatic Colors of #106EDD
Black with #106EDD
Text Example
Text Example
White with #106EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106EDD; }
p { color: rgb(16,110,221); }
H1.HeaderClassName
{
color: #106EDD;
}
.AnyTagClassName
{
color: #106EDD;
}
</style>
background-color css
<style>
a { background-color: #106EDD; }
a { background-color: rgb(16,110,221); }
div.DivClassName
{
background-color: #106EDD;
}
.BgClassName
{
background-color: #106EDD;
}
</style>
border-color css
<style>
span { border-color: #106EDD; }
span { border-color: rgb(16,110,221); }
td.TdClassName
{
border-color: #106EDD;
}
.TagClassName
{
border-color: #106EDD;
}
</style>