Shades of Navy Blue #166BDA
Tints of Navy Blue #166BDA
RGB
CMYK
RGB Variations
Color information
#166BDA (or 0x166BDA) is known color: Navy Blue. HEX triplet: 16, 6B and DA. RGB value is (22,107,218). Sum of RGB (Red+Green+Blue) = 22+107+218=347 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.34% from 347); Green value is 107 (42.19% from 255 or 30.84% from 347); Blue value is 218 (85.55% from 255 or 62.82% from 347); Max value from RGB is 218 - color contains mainly: blue. Hex color #166BDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #166BDA is #E99425. Grayscale: #5D5D5D. Windows color (decimal): -15307814 or 14314262. OLE color: 14314262.
HSL color Cylindrical-coordinate representation of color #166BDA: hue angle of 213.98º 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 #166BDA is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 22 | 107 | 218 | - |
| CMYK | 0.90 | 0.51 | 0 | 0.15 |
| HSL | 213.98º | 0.82% | 0.47% | - |
| HSV(B) | 213.98º | 0.9% | 0.85% | - |
| XYZ | 18.24 | 15.75 | 68.41 | - |
| YUV | 94.24 | 197.84 | 76.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 107 | 218 | 0.90 | 0.51 | 0 | 0.15 | 213.98 | 0.82 | 0.47 |
| Hex | 16 | 6B | DA | 5A | 33 | 0 | F | D6 | 52 | 2F |
| Octal | 26 | 153 | 332 | 132 | 63 | 0 | 17 | 326 | 122 | 57 |
| Binary | 10110 | 1101011 | 11011010 | 1011010 | 110011 | 0 | 1111 | 11010110 | 1010010 | 101111 |
Color Harmonies of #166BDA
Complementary color
Monochromatic Colors of #166BDA
Black with #166BDA
Text Example
Text Example
White with #166BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166BDA; }
p { color: rgb(22,107,218); }
H1.HeaderClassName
{
color: #166BDA;
}
.AnyTagClassName
{
color: #166BDA;
}
</style>
background-color css
<style>
a { background-color: #166BDA; }
a { background-color: rgb(22,107,218); }
div.DivClassName
{
background-color: #166BDA;
}
.BgClassName
{
background-color: #166BDA;
}
</style>
border-color css
<style>
span { border-color: #166BDA; }
span { border-color: rgb(22,107,218); }
td.TdClassName
{
border-color: #166BDA;
}
.TagClassName
{
border-color: #166BDA;
}
</style>