Shades of Navy Blue #166FDA
Tints of Navy Blue #166FDA
RGB
CMYK
RGB Variations
Color information
#166FDA (or 0x166FDA) is known color: Navy Blue. HEX triplet: 16, 6F and DA. RGB value is (22,111,218). Sum of RGB (Red+Green+Blue) = 22+111+218=351 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.27% from 351); Green value is 111 (43.75% from 255 or 31.62% from 351); Blue value is 218 (85.55% from 255 or 62.11% from 351); Max value from RGB is 218 - color contains mainly: blue. Hex color #166FDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #166FDA is #E99025. Grayscale: #606060. Windows color (decimal): -15306790 or 14315286. OLE color: 14315286.
HSL color Cylindrical-coordinate representation of color #166FDA: hue angle of 212.76º 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 #166FDA is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 22 | 111 | 218 | - |
| CMYK | 0.90 | 0.49 | 0 | 0.15 |
| HSL | 212.76º | 0.82% | 0.47% | - |
| HSV(B) | 212.76º | 0.9% | 0.85% | - |
| XYZ | 18.67 | 16.6 | 68.55 | - |
| YUV | 96.59 | 196.51 | 74.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 111 | 218 | 0.90 | 0.49 | 0 | 0.15 | 212.76 | 0.82 | 0.47 |
| Hex | 16 | 6F | DA | 5A | 31 | 0 | F | D5 | 52 | 2F |
| Octal | 26 | 157 | 332 | 132 | 61 | 0 | 17 | 325 | 122 | 57 |
| Binary | 10110 | 1101111 | 11011010 | 1011010 | 110001 | 0 | 1111 | 11010101 | 1010010 | 101111 |
Color Harmonies of #166FDA
Complementary color
Monochromatic Colors of #166FDA
Black with #166FDA
Text Example
Text Example
White with #166FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166FDA; }
p { color: rgb(22,111,218); }
H1.HeaderClassName
{
color: #166FDA;
}
.AnyTagClassName
{
color: #166FDA;
}
</style>
background-color css
<style>
a { background-color: #166FDA; }
a { background-color: rgb(22,111,218); }
div.DivClassName
{
background-color: #166FDA;
}
.BgClassName
{
background-color: #166FDA;
}
</style>
border-color css
<style>
span { border-color: #166FDA; }
span { border-color: rgb(22,111,218); }
td.TdClassName
{
border-color: #166FDA;
}
.TagClassName
{
border-color: #166FDA;
}
</style>