Shades of Navy Blue #166FD4
Tints of Navy Blue #166FD4
RGB
CMYK
RGB Variations
Color information
#166FD4 (or 0x166FD4) is known color: Navy Blue. HEX triplet: 16, 6F and D4. RGB value is (22,111,212). Sum of RGB (Red+Green+Blue) = 22+111+212=345 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.38% from 345); Green value is 111 (43.75% from 255 or 32.17% from 345); Blue value is 212 (83.20% from 255 or 61.45% from 345); Max value from RGB is 212 - color contains mainly: blue. Hex color #166FD4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #166FD4 is #E9902B. Grayscale: #5F5F5F. Windows color (decimal): -15306796 or 13922070. OLE color: 13922070.
HSL color Cylindrical-coordinate representation of color #166FD4: hue angle of 211.89º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #166FD4 is Cyan = 0.90, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 22 | 111 | 212 | - |
| CMYK | 0.90 | 0.48 | 0 | 0.17 |
| HSL | 211.89º | 0.81% | 0.46% | - |
| HSV(B) | 211.89º | 0.9% | 0.83% | - |
| XYZ | 17.9 | 16.29 | 64.49 | - |
| YUV | 95.9 | 193.51 | 75.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 111 | 212 | 0.90 | 0.48 | 0 | 0.17 | 211.89 | 0.81 | 0.46 |
| Hex | 16 | 6F | D4 | 5A | 30 | 0 | 11 | D4 | 51 | 2E |
| Octal | 26 | 157 | 324 | 132 | 60 | 0 | 21 | 324 | 121 | 56 |
| Binary | 10110 | 1101111 | 11010100 | 1011010 | 110000 | 0 | 10001 | 11010100 | 1010001 | 101110 |
Color Harmonies of #166FD4
Complementary color
Monochromatic Colors of #166FD4
Black with #166FD4
Text Example
Text Example
White with #166FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166FD4; }
p { color: rgb(22,111,212); }
H1.HeaderClassName
{
color: #166FD4;
}
.AnyTagClassName
{
color: #166FD4;
}
</style>
background-color css
<style>
a { background-color: #166FD4; }
a { background-color: rgb(22,111,212); }
div.DivClassName
{
background-color: #166FD4;
}
.BgClassName
{
background-color: #166FD4;
}
</style>
border-color css
<style>
span { border-color: #166FD4; }
span { border-color: rgb(22,111,212); }
td.TdClassName
{
border-color: #166FD4;
}
.TagClassName
{
border-color: #166FD4;
}
</style>