Shades of Navy Blue #106CDA
Tints of Navy Blue #106CDA
RGB
CMYK
RGB Variations
Color information
#106CDA (or 0x106CDA) is known color: Navy Blue. HEX triplet: 10, 6C and DA. RGB value is (16,108,218). Sum of RGB (Red+Green+Blue) = 16+108+218=342 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.68% from 342); Green value is 108 (42.58% from 255 or 31.58% from 342); Blue value is 218 (85.55% from 255 or 63.74% from 342); Max value from RGB is 218 - color contains mainly: blue. Hex color #106CDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #106CDA is #EF9325. Grayscale: #5C5C5C. Windows color (decimal): -15700774 or 14314512. OLE color: 14314512.
HSL color Cylindrical-coordinate representation of color #106CDA: hue angle of 212.67º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #106CDA is Cyan = 0.93, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 16 | 108 | 218 | - |
| CMYK | 0.93 | 0.50 | 0 | 0.15 |
| HSL | 212.67º | 0.86% | 0.46% | - |
| HSV(B) | 212.67º | 0.93% | 0.85% | - |
| XYZ | 18.23 | 15.9 | 68.44 | - |
| YUV | 93.03 | 198.52 | 73.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 108 | 218 | 0.93 | 0.50 | 0 | 0.15 | 212.67 | 0.86 | 0.46 |
| Hex | 10 | 6C | DA | 5D | 32 | 0 | F | D5 | 56 | 2E |
| Octal | 20 | 154 | 332 | 135 | 62 | 0 | 17 | 325 | 126 | 56 |
| Binary | 10000 | 1101100 | 11011010 | 1011101 | 110010 | 0 | 1111 | 11010101 | 1010110 | 101110 |
Color Harmonies of #106CDA
Complementary color
Monochromatic Colors of #106CDA
Black with #106CDA
Text Example
Text Example
White with #106CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106CDA; }
p { color: rgb(16,108,218); }
H1.HeaderClassName
{
color: #106CDA;
}
.AnyTagClassName
{
color: #106CDA;
}
</style>
background-color css
<style>
a { background-color: #106CDA; }
a { background-color: rgb(16,108,218); }
div.DivClassName
{
background-color: #106CDA;
}
.BgClassName
{
background-color: #106CDA;
}
</style>
border-color css
<style>
span { border-color: #106CDA; }
span { border-color: rgb(16,108,218); }
td.TdClassName
{
border-color: #106CDA;
}
.TagClassName
{
border-color: #106CDA;
}
</style>