Shades of Navy Blue #166FD0
Tints of Navy Blue #166FD0
RGB
CMYK
RGB Variations
Color information
#166FD0 (or 0x166FD0) is known color: Navy Blue. HEX triplet: 16, 6F and D0. RGB value is (22,111,208). Sum of RGB (Red+Green+Blue) = 22+111+208=341 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.45% from 341); Green value is 111 (43.75% from 255 or 32.55% from 341); Blue value is 208 (81.64% from 255 or 61.00% from 341); Max value from RGB is 208 - color contains mainly: blue. Hex color #166FD0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #166FD0 is #E9902F. Grayscale: #5E5E5E. Windows color (decimal): -15306800 or 13659926. OLE color: 13659926.
HSL color Cylindrical-coordinate representation of color #166FD0: hue angle of 211.29º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #166FD0 is Cyan = 0.89, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 22 | 111 | 208 | - |
| CMYK | 0.89 | 0.47 | 0 | 0.18 |
| HSL | 211.29º | 0.81% | 0.45% | - |
| HSV(B) | 211.29º | 0.89% | 0.82% | - |
| XYZ | 17.4 | 16.09 | 61.86 | - |
| YUV | 95.45 | 191.51 | 75.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 111 | 208 | 0.89 | 0.47 | 0 | 0.18 | 211.29 | 0.81 | 0.45 |
| Hex | 16 | 6F | D0 | 59 | 2F | 0 | 12 | D3 | 51 | 2D |
| Octal | 26 | 157 | 320 | 131 | 57 | 0 | 22 | 323 | 121 | 55 |
| Binary | 10110 | 1101111 | 11010000 | 1011001 | 101111 | 0 | 10010 | 11010011 | 1010001 | 101101 |
Color Harmonies of #166FD0
Complementary color
Monochromatic Colors of #166FD0
Black with #166FD0
Text Example
Text Example
White with #166FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166FD0; }
p { color: rgb(22,111,208); }
H1.HeaderClassName
{
color: #166FD0;
}
.AnyTagClassName
{
color: #166FD0;
}
</style>
background-color css
<style>
a { background-color: #166FD0; }
a { background-color: rgb(22,111,208); }
div.DivClassName
{
background-color: #166FD0;
}
.BgClassName
{
background-color: #166FD0;
}
</style>
border-color css
<style>
span { border-color: #166FD0; }
span { border-color: rgb(22,111,208); }
td.TdClassName
{
border-color: #166FD0;
}
.TagClassName
{
border-color: #166FD0;
}
</style>