Shades of Navy Blue #166BD4
Tints of Navy Blue #166BD4
RGB
CMYK
RGB Variations
Color information
#166BD4 (or 0x166BD4) is known color: Navy Blue. HEX triplet: 16, 6B and D4. RGB value is (22,107,212). Sum of RGB (Red+Green+Blue) = 22+107+212=341 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.45% from 341); Green value is 107 (42.19% from 255 or 31.38% from 341); Blue value is 212 (83.20% from 255 or 62.17% from 341); Max value from RGB is 212 - color contains mainly: blue. Hex color #166BD4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #166BD4 is #E9942B. Grayscale: #5D5D5D. Windows color (decimal): -15307820 or 13921046. OLE color: 13921046.
HSL color Cylindrical-coordinate representation of color #166BD4: hue angle of 213.16º 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 #166BD4 is Cyan = 0.90, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 22 | 107 | 212 | - |
| CMYK | 0.90 | 0.50 | 0 | 0.17 |
| HSL | 213.16º | 0.81% | 0.46% | - |
| HSV(B) | 213.16º | 0.9% | 0.83% | - |
| XYZ | 17.47 | 15.44 | 64.35 | - |
| YUV | 93.56 | 194.84 | 76.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 107 | 212 | 0.90 | 0.50 | 0 | 0.17 | 213.16 | 0.81 | 0.46 |
| Hex | 16 | 6B | D4 | 5A | 32 | 0 | 11 | D5 | 51 | 2E |
| Octal | 26 | 153 | 324 | 132 | 62 | 0 | 21 | 325 | 121 | 56 |
| Binary | 10110 | 1101011 | 11010100 | 1011010 | 110010 | 0 | 10001 | 11010101 | 1010001 | 101110 |
Color Harmonies of #166BD4
Complementary color
Monochromatic Colors of #166BD4
Black with #166BD4
Text Example
Text Example
White with #166BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166BD4; }
p { color: rgb(22,107,212); }
H1.HeaderClassName
{
color: #166BD4;
}
.AnyTagClassName
{
color: #166BD4;
}
</style>
background-color css
<style>
a { background-color: #166BD4; }
a { background-color: rgb(22,107,212); }
div.DivClassName
{
background-color: #166BD4;
}
.BgClassName
{
background-color: #166BD4;
}
</style>
border-color css
<style>
span { border-color: #166BD4; }
span { border-color: rgb(22,107,212); }
td.TdClassName
{
border-color: #166BD4;
}
.TagClassName
{
border-color: #166BD4;
}
</style>