Shades of Navy Blue #166ED6
Tints of Navy Blue #166ED6
RGB
CMYK
RGB Variations
Color information
#166ED6 (or 0x166ED6) is known color: Navy Blue. HEX triplet: 16, 6E and D6. RGB value is (22,110,214). Sum of RGB (Red+Green+Blue) = 22+110+214=346 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.36% from 346); Green value is 110 (43.36% from 255 or 31.79% from 346); Blue value is 214 (83.98% from 255 or 61.85% from 346); Max value from RGB is 214 - color contains mainly: blue. Hex color #166ED6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #166ED6 is #E99129. Grayscale: #5F5F5F. Windows color (decimal): -15307050 or 14052886. OLE color: 14052886.
HSL color Cylindrical-coordinate representation of color #166ED6: hue angle of 212.5º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #166ED6 is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 22 | 110 | 214 | - |
| CMYK | 0.90 | 0.49 | 0 | 0.16 |
| HSL | 212.5º | 0.81% | 0.46% | - |
| HSV(B) | 212.5º | 0.9% | 0.84% | - |
| XYZ | 18.04 | 16.18 | 65.79 | - |
| YUV | 95.54 | 194.85 | 75.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 110 | 214 | 0.90 | 0.49 | 0 | 0.16 | 212.5 | 0.81 | 0.46 |
| Hex | 16 | 6E | D6 | 5A | 31 | 0 | 10 | D4 | 51 | 2E |
| Octal | 26 | 156 | 326 | 132 | 61 | 0 | 20 | 324 | 121 | 56 |
| Binary | 10110 | 1101110 | 11010110 | 1011010 | 110001 | 0 | 10000 | 11010100 | 1010001 | 101110 |
Color Harmonies of #166ED6
Complementary color
Monochromatic Colors of #166ED6
Black with #166ED6
Text Example
Text Example
White with #166ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166ED6; }
p { color: rgb(22,110,214); }
H1.HeaderClassName
{
color: #166ED6;
}
.AnyTagClassName
{
color: #166ED6;
}
</style>
background-color css
<style>
a { background-color: #166ED6; }
a { background-color: rgb(22,110,214); }
div.DivClassName
{
background-color: #166ED6;
}
.BgClassName
{
background-color: #166ED6;
}
</style>
border-color css
<style>
span { border-color: #166ED6; }
span { border-color: rgb(22,110,214); }
td.TdClassName
{
border-color: #166ED6;
}
.TagClassName
{
border-color: #166ED6;
}
</style>