Shades of Navy Blue #166EDC
Tints of Navy Blue #166EDC
RGB
CMYK
RGB Variations
Color information
#166EDC (or 0x166EDC) is known color: Navy Blue. HEX triplet: 16, 6E and DC. RGB value is (22,110,220). Sum of RGB (Red+Green+Blue) = 22+110+220=352 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.25% from 352); Green value is 110 (43.36% from 255 or 31.25% from 352); Blue value is 220 (86.33% from 255 or 62.5% from 352); Max value from RGB is 220 - color contains mainly: blue. Hex color #166EDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #166EDC is #E99123. Grayscale: #5F5F5F. Windows color (decimal): -15307044 or 14446102. OLE color: 14446102.
HSL color Cylindrical-coordinate representation of color #166EDC: hue angle of 213.33º 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 #166EDC is Cyan = 0.9, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 110 | 220 | - |
| CMYK | 0.9 | 0.50 | 0 | 0.14 |
| HSL | 213.33º | 0.82% | 0.47% | - |
| HSV(B) | 213.33º | 0.9% | 0.86% | - |
| XYZ | 18.83 | 16.49 | 69.9 | - |
| YUV | 96.23 | 197.85 | 75.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 110 | 220 | 0.9 | 0.50 | 0 | 0.14 | 213.33 | 0.82 | 0.47 |
| Hex | 16 | 6E | DC | 5A | 32 | 0 | E | D5 | 52 | 2F |
| Octal | 26 | 156 | 334 | 132 | 62 | 0 | 16 | 325 | 122 | 57 |
| Binary | 10110 | 1101110 | 11011100 | 1011010 | 110010 | 0 | 1110 | 11010101 | 1010010 | 101111 |
Color Harmonies of #166EDC
Complementary color
Monochromatic Colors of #166EDC
Black with #166EDC
Text Example
Text Example
White with #166EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166EDC; }
p { color: rgb(22,110,220); }
H1.HeaderClassName
{
color: #166EDC;
}
.AnyTagClassName
{
color: #166EDC;
}
</style>
background-color css
<style>
a { background-color: #166EDC; }
a { background-color: rgb(22,110,220); }
div.DivClassName
{
background-color: #166EDC;
}
.BgClassName
{
background-color: #166EDC;
}
</style>
border-color css
<style>
span { border-color: #166EDC; }
span { border-color: rgb(22,110,220); }
td.TdClassName
{
border-color: #166EDC;
}
.TagClassName
{
border-color: #166EDC;
}
</style>