Shades of Navy Blue #166BD8
Tints of Navy Blue #166BD8
RGB
CMYK
RGB Variations
Color information
#166BD8 (or 0x166BD8) is known color: Navy Blue. HEX triplet: 16, 6B and D8. RGB value is (22,107,216). Sum of RGB (Red+Green+Blue) = 22+107+216=345 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.38% from 345); Green value is 107 (42.19% from 255 or 31.01% from 345); Blue value is 216 (84.77% from 255 or 62.61% from 345); Max value from RGB is 216 - color contains mainly: blue. Hex color #166BD8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #166BD8 is #E99427. Grayscale: #5D5D5D. Windows color (decimal): -15307816 or 14183190. OLE color: 14183190.
HSL color Cylindrical-coordinate representation of color #166BD8: hue angle of 213.71º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #166BD8 is Cyan = 0.90, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 22 | 107 | 216 | - |
| CMYK | 0.90 | 0.50 | 0 | 0.15 |
| HSL | 213.71º | 0.82% | 0.47% | - |
| HSV(B) | 213.71º | 0.9% | 0.85% | - |
| XYZ | 17.98 | 15.64 | 67.04 | - |
| YUV | 94.01 | 196.84 | 76.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 107 | 216 | 0.90 | 0.50 | 0 | 0.15 | 213.71 | 0.82 | 0.47 |
| Hex | 16 | 6B | D8 | 5A | 32 | 0 | F | D6 | 52 | 2F |
| Octal | 26 | 153 | 330 | 132 | 62 | 0 | 17 | 326 | 122 | 57 |
| Binary | 10110 | 1101011 | 11011000 | 1011010 | 110010 | 0 | 1111 | 11010110 | 1010010 | 101111 |
Color Harmonies of #166BD8
Complementary color
Monochromatic Colors of #166BD8
Black with #166BD8
Text Example
Text Example
White with #166BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166BD8; }
p { color: rgb(22,107,216); }
H1.HeaderClassName
{
color: #166BD8;
}
.AnyTagClassName
{
color: #166BD8;
}
</style>
background-color css
<style>
a { background-color: #166BD8; }
a { background-color: rgb(22,107,216); }
div.DivClassName
{
background-color: #166BD8;
}
.BgClassName
{
background-color: #166BD8;
}
</style>
border-color css
<style>
span { border-color: #166BD8; }
span { border-color: rgb(22,107,216); }
td.TdClassName
{
border-color: #166BD8;
}
.TagClassName
{
border-color: #166BD8;
}
</style>