Shades of Navy Blue #106ECC
Tints of Navy Blue #106ECC
RGB
CMYK
RGB Variations
Color information
#106ECC (or 0x106ECC) is known color: Navy Blue. HEX triplet: 10, 6E and CC. RGB value is (16,110,204). Sum of RGB (Red+Green+Blue) = 16+110+204=330 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.85% from 330); Green value is 110 (43.36% from 255 or 33.33% from 330); Blue value is 204 (80.08% from 255 or 61.82% from 330); Max value from RGB is 204 - color contains mainly: blue. Hex color #106ECC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #106ECC is #EF9133. Grayscale: #5C5C5C. Windows color (decimal): -15700276 or 13397520. OLE color: 13397520.
HSL color Cylindrical-coordinate representation of color #106ECC: hue angle of 210º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #106ECC is Cyan = 0.92, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 16 | 110 | 204 | - |
| CMYK | 0.92 | 0.46 | 0 | 0.2 |
| HSL | 210º | 0.85% | 0.43% | - |
| HSV(B) | 210º | 0.92% | 0.8% | - |
| XYZ | 16.69 | 15.62 | 59.26 | - |
| YUV | 92.61 | 190.86 | 73.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 110 | 204 | 0.92 | 0.46 | 0 | 0.2 | 210 | 0.85 | 0.43 |
| Hex | 10 | 6E | CC | 5C | 2E | 0 | 14 | D2 | 55 | 2B |
| Octal | 20 | 156 | 314 | 134 | 56 | 0 | 24 | 322 | 125 | 53 |
| Binary | 10000 | 1101110 | 11001100 | 1011100 | 101110 | 0 | 10100 | 11010010 | 1010101 | 101011 |
Color Harmonies of #106ECC
Complementary color
Monochromatic Colors of #106ECC
Black with #106ECC
Text Example
Text Example
White with #106ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106ECC; }
p { color: rgb(16,110,204); }
H1.HeaderClassName
{
color: #106ECC;
}
.AnyTagClassName
{
color: #106ECC;
}
</style>
background-color css
<style>
a { background-color: #106ECC; }
a { background-color: rgb(16,110,204); }
div.DivClassName
{
background-color: #106ECC;
}
.BgClassName
{
background-color: #106ECC;
}
</style>
border-color css
<style>
span { border-color: #106ECC; }
span { border-color: rgb(16,110,204); }
td.TdClassName
{
border-color: #106ECC;
}
.TagClassName
{
border-color: #106ECC;
}
</style>