Shades of Navy Blue #166FDC
Tints of Navy Blue #166FDC
RGB
CMYK
RGB Variations
Color information
#166FDC (or 0x166FDC) is known color: Navy Blue. HEX triplet: 16, 6F and DC. RGB value is (22,111,220). Sum of RGB (Red+Green+Blue) = 22+111+220=353 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.23% from 353); Green value is 111 (43.75% from 255 or 31.44% from 353); Blue value is 220 (86.33% from 255 or 62.32% from 353); Max value from RGB is 220 - color contains mainly: blue. Hex color #166FDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #166FDC is #E99023. Grayscale: #606060. Windows color (decimal): -15306788 or 14446358. OLE color: 14446358.
HSL color Cylindrical-coordinate representation of color #166FDC: hue angle of 213.03º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #166FDC is Cyan = 0.9, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 111 | 220 | - |
| CMYK | 0.9 | 0.50 | 0 | 0.14 |
| HSL | 213.03º | 0.82% | 0.47% | - |
| HSV(B) | 213.03º | 0.9% | 0.86% | - |
| XYZ | 18.93 | 16.71 | 69.94 | - |
| YUV | 96.82 | 197.51 | 74.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 111 | 220 | 0.9 | 0.50 | 0 | 0.14 | 213.03 | 0.82 | 0.47 |
| Hex | 16 | 6F | DC | 5A | 32 | 0 | E | D5 | 52 | 2F |
| Octal | 26 | 157 | 334 | 132 | 62 | 0 | 16 | 325 | 122 | 57 |
| Binary | 10110 | 1101111 | 11011100 | 1011010 | 110010 | 0 | 1110 | 11010101 | 1010010 | 101111 |
Color Harmonies of #166FDC
Complementary color
Monochromatic Colors of #166FDC
Black with #166FDC
Text Example
Text Example
White with #166FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166FDC; }
p { color: rgb(22,111,220); }
H1.HeaderClassName
{
color: #166FDC;
}
.AnyTagClassName
{
color: #166FDC;
}
</style>
background-color css
<style>
a { background-color: #166FDC; }
a { background-color: rgb(22,111,220); }
div.DivClassName
{
background-color: #166FDC;
}
.BgClassName
{
background-color: #166FDC;
}
</style>
border-color css
<style>
span { border-color: #166FDC; }
span { border-color: rgb(22,111,220); }
td.TdClassName
{
border-color: #166FDC;
}
.TagClassName
{
border-color: #166FDC;
}
</style>