Shades of Navy Blue #176ED6
Tints of Navy Blue #176ED6
RGB
CMYK
RGB Variations
Color information
#176ED6 (or 0x176ED6) is known color: Navy Blue. HEX triplet: 17, 6E and D6. RGB value is (23,110,214). Sum of RGB (Red+Green+Blue) = 23+110+214=347 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.63% from 347); Green value is 110 (43.36% from 255 or 31.70% from 347); Blue value is 214 (83.98% from 255 or 61.67% from 347); Max value from RGB is 214 - color contains mainly: blue. Hex color #176ED6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #176ED6 is #E89129. Grayscale: #5F5F5F. Windows color (decimal): -15241514 or 14052887. OLE color: 14052887.
HSL color Cylindrical-coordinate representation of color #176ED6: hue angle of 212.67º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #176ED6 is Cyan = 0.89, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 23 | 110 | 214 | - |
| CMYK | 0.89 | 0.49 | 0 | 0.16 |
| HSL | 212.67º | 0.81% | 0.46% | - |
| HSV(B) | 212.67º | 0.89% | 0.84% | - |
| XYZ | 18.07 | 16.19 | 65.79 | - |
| YUV | 95.84 | 194.68 | 76.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 110 | 214 | 0.89 | 0.49 | 0 | 0.16 | 212.67 | 0.81 | 0.46 |
| Hex | 17 | 6E | D6 | 59 | 31 | 0 | 10 | D5 | 51 | 2E |
| Octal | 27 | 156 | 326 | 131 | 61 | 0 | 20 | 325 | 121 | 56 |
| Binary | 10111 | 1101110 | 11010110 | 1011001 | 110001 | 0 | 10000 | 11010101 | 1010001 | 101110 |
Color Harmonies of #176ED6
Complementary color
Monochromatic Colors of #176ED6
Black with #176ED6
Text Example
Text Example
White with #176ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #176ED6; }
p { color: rgb(23,110,214); }
H1.HeaderClassName
{
color: #176ED6;
}
.AnyTagClassName
{
color: #176ED6;
}
</style>
background-color css
<style>
a { background-color: #176ED6; }
a { background-color: rgb(23,110,214); }
div.DivClassName
{
background-color: #176ED6;
}
.BgClassName
{
background-color: #176ED6;
}
</style>
border-color css
<style>
span { border-color: #176ED6; }
span { border-color: rgb(23,110,214); }
td.TdClassName
{
border-color: #176ED6;
}
.TagClassName
{
border-color: #176ED6;
}
</style>