Shades of Navy Blue #166ADC
Tints of Navy Blue #166ADC
RGB
CMYK
RGB Variations
Color information
#166ADC (or 0x166ADC) is known color: Navy Blue. HEX triplet: 16, 6A and DC. RGB value is (22,106,220). Sum of RGB (Red+Green+Blue) = 22+106+220=348 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.32% from 348); Green value is 106 (41.80% from 255 or 30.46% from 348); Blue value is 220 (86.33% from 255 or 63.22% from 348); Max value from RGB is 220 - color contains mainly: blue. Hex color #166ADC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #166ADC is #E99523. Grayscale: #5D5D5D. Windows color (decimal): -15308068 or 14445078. OLE color: 14445078.
HSL color Cylindrical-coordinate representation of color #166ADC: hue angle of 214.55º 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 #166ADC is Cyan = 0.9, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 106 | 220 | - |
| CMYK | 0.9 | 0.52 | 0 | 0.14 |
| HSL | 214.55º | 0.82% | 0.47% | - |
| HSV(B) | 214.55º | 0.9% | 0.86% | - |
| XYZ | 18.4 | 15.65 | 69.76 | - |
| YUV | 93.88 | 199.17 | 76.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 106 | 220 | 0.9 | 0.52 | 0 | 0.14 | 214.55 | 0.82 | 0.47 |
| Hex | 16 | 6A | DC | 5A | 34 | 0 | E | D7 | 52 | 2F |
| Octal | 26 | 152 | 334 | 132 | 64 | 0 | 16 | 327 | 122 | 57 |
| Binary | 10110 | 1101010 | 11011100 | 1011010 | 110100 | 0 | 1110 | 11010111 | 1010010 | 101111 |
Color Harmonies of #166ADC
Complementary color
Monochromatic Colors of #166ADC
Black with #166ADC
Text Example
Text Example
White with #166ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166ADC; }
p { color: rgb(22,106,220); }
H1.HeaderClassName
{
color: #166ADC;
}
.AnyTagClassName
{
color: #166ADC;
}
</style>
background-color css
<style>
a { background-color: #166ADC; }
a { background-color: rgb(22,106,220); }
div.DivClassName
{
background-color: #166ADC;
}
.BgClassName
{
background-color: #166ADC;
}
</style>
border-color css
<style>
span { border-color: #166ADC; }
span { border-color: rgb(22,106,220); }
td.TdClassName
{
border-color: #166ADC;
}
.TagClassName
{
border-color: #166ADC;
}
</style>