Shades of Navy Blue #176BD6
Tints of Navy Blue #176BD6
RGB
CMYK
RGB Variations
Color information
#176BD6 (or 0x176BD6) is known color: Navy Blue. HEX triplet: 17, 6B and D6. RGB value is (23,107,214). Sum of RGB (Red+Green+Blue) = 23+107+214=344 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.69% from 344); Green value is 107 (42.19% from 255 or 31.10% from 344); Blue value is 214 (83.98% from 255 or 62.21% from 344); Max value from RGB is 214 - color contains mainly: blue. Hex color #176BD6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #176BD6 is #E89429. Grayscale: #5D5D5D. Windows color (decimal): -15242282 or 14052119. OLE color: 14052119.
HSL color Cylindrical-coordinate representation of color #176BD6: hue angle of 213.61º 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 #176BD6 is Cyan = 0.89, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 23 | 107 | 214 | - |
| CMYK | 0.89 | 0.50 | 0 | 0.16 |
| HSL | 213.61º | 0.81% | 0.46% | - |
| HSV(B) | 213.61º | 0.89% | 0.84% | - |
| XYZ | 17.75 | 15.55 | 65.68 | - |
| YUV | 94.08 | 195.67 | 77.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 107 | 214 | 0.89 | 0.50 | 0 | 0.16 | 213.61 | 0.81 | 0.46 |
| Hex | 17 | 6B | D6 | 59 | 32 | 0 | 10 | D6 | 51 | 2E |
| Octal | 27 | 153 | 326 | 131 | 62 | 0 | 20 | 326 | 121 | 56 |
| Binary | 10111 | 1101011 | 11010110 | 1011001 | 110010 | 0 | 10000 | 11010110 | 1010001 | 101110 |
Color Harmonies of #176BD6
Complementary color
Monochromatic Colors of #176BD6
Black with #176BD6
Text Example
Text Example
White with #176BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #176BD6; }
p { color: rgb(23,107,214); }
H1.HeaderClassName
{
color: #176BD6;
}
.AnyTagClassName
{
color: #176BD6;
}
</style>
background-color css
<style>
a { background-color: #176BD6; }
a { background-color: rgb(23,107,214); }
div.DivClassName
{
background-color: #176BD6;
}
.BgClassName
{
background-color: #176BD6;
}
</style>
border-color css
<style>
span { border-color: #176BD6; }
span { border-color: rgb(23,107,214); }
td.TdClassName
{
border-color: #176BD6;
}
.TagClassName
{
border-color: #176BD6;
}
</style>