Shades of Navy Blue #166CDC
Tints of Navy Blue #166CDC
RGB
CMYK
RGB Variations
Color information
#166CDC (or 0x166CDC) is known color: Navy Blue. HEX triplet: 16, 6C and DC. RGB value is (22,108,220). Sum of RGB (Red+Green+Blue) = 22+108+220=350 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.29% from 350); Green value is 108 (42.58% from 255 or 30.86% from 350); Blue value is 220 (86.33% from 255 or 62.86% from 350); Max value from RGB is 220 - color contains mainly: blue. Hex color #166CDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #166CDC is #E99323. Grayscale: #5E5E5E. Windows color (decimal): -15307556 or 14445590. OLE color: 14445590.
HSL color Cylindrical-coordinate representation of color #166CDC: hue angle of 213.94º 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 #166CDC is Cyan = 0.9, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 108 | 220 | - |
| CMYK | 0.9 | 0.51 | 0 | 0.14 |
| HSL | 213.94º | 0.82% | 0.47% | - |
| HSV(B) | 213.94º | 0.9% | 0.86% | - |
| XYZ | 18.61 | 16.06 | 69.83 | - |
| YUV | 95.05 | 198.51 | 75.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 108 | 220 | 0.9 | 0.51 | 0 | 0.14 | 213.94 | 0.82 | 0.47 |
| Hex | 16 | 6C | DC | 5A | 33 | 0 | E | D6 | 52 | 2F |
| Octal | 26 | 154 | 334 | 132 | 63 | 0 | 16 | 326 | 122 | 57 |
| Binary | 10110 | 1101100 | 11011100 | 1011010 | 110011 | 0 | 1110 | 11010110 | 1010010 | 101111 |
Color Harmonies of #166CDC
Complementary color
Monochromatic Colors of #166CDC
Black with #166CDC
Text Example
Text Example
White with #166CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166CDC; }
p { color: rgb(22,108,220); }
H1.HeaderClassName
{
color: #166CDC;
}
.AnyTagClassName
{
color: #166CDC;
}
</style>
background-color css
<style>
a { background-color: #166CDC; }
a { background-color: rgb(22,108,220); }
div.DivClassName
{
background-color: #166CDC;
}
.BgClassName
{
background-color: #166CDC;
}
</style>
border-color css
<style>
span { border-color: #166CDC; }
span { border-color: rgb(22,108,220); }
td.TdClassName
{
border-color: #166CDC;
}
.TagClassName
{
border-color: #166CDC;
}
</style>