Shades of Navy Blue #106CDD
Tints of Navy Blue #106CDD
RGB
CMYK
RGB Variations
Color information
#106CDD (or 0x106CDD) is known color: Navy Blue. HEX triplet: 10, 6C and DD. RGB value is (16,108,221). Sum of RGB (Red+Green+Blue) = 16+108+221=345 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.64% from 345); Green value is 108 (42.58% from 255 or 31.30% from 345); Blue value is 221 (86.72% from 255 or 64.06% from 345); Max value from RGB is 221 - color contains mainly: blue. Hex color #106CDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #106CDD is #EF9322. Grayscale: #5C5C5C. Windows color (decimal): -15700771 or 14511120. OLE color: 14511120.
HSL color Cylindrical-coordinate representation of color #106CDD: hue angle of 213.07º 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 #106CDD is Cyan = 0.93, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 108 | 221 | - |
| CMYK | 0.93 | 0.51 | 0 | 0.13 |
| HSL | 213.07º | 0.86% | 0.46% | - |
| HSV(B) | 213.07º | 0.93% | 0.87% | - |
| XYZ | 18.63 | 16.06 | 70.52 | - |
| YUV | 93.37 | 200.02 | 72.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 108 | 221 | 0.93 | 0.51 | 0 | 0.13 | 213.07 | 0.86 | 0.46 |
| Hex | 10 | 6C | DD | 5D | 33 | 0 | D | D5 | 56 | 2E |
| Octal | 20 | 154 | 335 | 135 | 63 | 0 | 15 | 325 | 126 | 56 |
| Binary | 10000 | 1101100 | 11011101 | 1011101 | 110011 | 0 | 1101 | 11010101 | 1010110 | 101110 |
Color Harmonies of #106CDD
Complementary color
Monochromatic Colors of #106CDD
Black with #106CDD
Text Example
Text Example
White with #106CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106CDD; }
p { color: rgb(16,108,221); }
H1.HeaderClassName
{
color: #106CDD;
}
.AnyTagClassName
{
color: #106CDD;
}
</style>
background-color css
<style>
a { background-color: #106CDD; }
a { background-color: rgb(16,108,221); }
div.DivClassName
{
background-color: #106CDD;
}
.BgClassName
{
background-color: #106CDD;
}
</style>
border-color css
<style>
span { border-color: #106CDD; }
span { border-color: rgb(16,108,221); }
td.TdClassName
{
border-color: #106CDD;
}
.TagClassName
{
border-color: #106CDD;
}
</style>