Shades of Navy Blue #106ACE
Tints of Navy Blue #106ACE
RGB
CMYK
RGB Variations
Color information
#106ACE (or 0x106ACE) is known color: Navy Blue. HEX triplet: 10, 6A and CE. RGB value is (16,106,206). Sum of RGB (Red+Green+Blue) = 16+106+206=328 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.88% from 328); Green value is 106 (41.80% from 255 or 32.32% from 328); Blue value is 206 (80.86% from 255 or 62.80% from 328); Max value from RGB is 206 - color contains mainly: blue. Hex color #106ACE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #106ACE is #EF9531. Grayscale: #5A5A5A. Windows color (decimal): -15701298 or 13527568. OLE color: 13527568.
HSL color Cylindrical-coordinate representation of color #106ACE: hue angle of 211.58º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #106ACE is Cyan = 0.92, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 106 | 206 | - |
| CMYK | 0.92 | 0.49 | 0 | 0.19 |
| HSL | 211.58º | 0.86% | 0.44% | - |
| HSV(B) | 211.58º | 0.92% | 0.81% | - |
| XYZ | 16.51 | 14.87 | 60.39 | - |
| YUV | 90.49 | 193.18 | 74.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 106 | 206 | 0.92 | 0.49 | 0 | 0.19 | 211.58 | 0.86 | 0.44 |
| Hex | 10 | 6A | CE | 5C | 31 | 0 | 13 | D4 | 56 | 2C |
| Octal | 20 | 152 | 316 | 134 | 61 | 0 | 23 | 324 | 126 | 54 |
| Binary | 10000 | 1101010 | 11001110 | 1011100 | 110001 | 0 | 10011 | 11010100 | 1010110 | 101100 |
Color Harmonies of #106ACE
Complementary color
Monochromatic Colors of #106ACE
Black with #106ACE
Text Example
Text Example
White with #106ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106ACE; }
p { color: rgb(16,106,206); }
H1.HeaderClassName
{
color: #106ACE;
}
.AnyTagClassName
{
color: #106ACE;
}
</style>
background-color css
<style>
a { background-color: #106ACE; }
a { background-color: rgb(16,106,206); }
div.DivClassName
{
background-color: #106ACE;
}
.BgClassName
{
background-color: #106ACE;
}
</style>
border-color css
<style>
span { border-color: #106ACE; }
span { border-color: rgb(16,106,206); }
td.TdClassName
{
border-color: #106ACE;
}
.TagClassName
{
border-color: #106ACE;
}
</style>