Shades of Navy Blue #176DDC
Tints of Navy Blue #176DDC
RGB
CMYK
RGB Variations
Color information
#176DDC (or 0x176DDC) is known color: Navy Blue. HEX triplet: 17, 6D and DC. RGB value is (23,109,220). Sum of RGB (Red+Green+Blue) = 23+109+220=352 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.53% from 352); Green value is 109 (42.97% from 255 or 30.97% 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 #176DDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #176DDC is #E89223. Grayscale: #5F5F5F. Windows color (decimal): -15241764 or 14445847. OLE color: 14445847.
HSL color Cylindrical-coordinate representation of color #176DDC: hue angle of 213.81º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #176DDC is Cyan = 0.90, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 23 | 109 | 220 | - |
| CMYK | 0.90 | 0.50 | 0 | 0.14 |
| HSL | 213.81º | 0.81% | 0.48% | - |
| HSV(B) | 213.81º | 0.9% | 0.86% | - |
| XYZ | 18.74 | 16.29 | 69.87 | - |
| YUV | 95.94 | 198.01 | 75.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 109 | 220 | 0.90 | 0.50 | 0 | 0.14 | 213.81 | 0.81 | 0.48 |
| Hex | 17 | 6D | DC | 5A | 32 | 0 | E | D6 | 51 | 30 |
| Octal | 27 | 155 | 334 | 132 | 62 | 0 | 16 | 326 | 121 | 60 |
| Binary | 10111 | 1101101 | 11011100 | 1011010 | 110010 | 0 | 1110 | 11010110 | 1010001 | 110000 |
Color Harmonies of #176DDC
Complementary color
Monochromatic Colors of #176DDC
Black with #176DDC
Text Example
Text Example
White with #176DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #176DDC; }
p { color: rgb(23,109,220); }
H1.HeaderClassName
{
color: #176DDC;
}
.AnyTagClassName
{
color: #176DDC;
}
</style>
background-color css
<style>
a { background-color: #176DDC; }
a { background-color: rgb(23,109,220); }
div.DivClassName
{
background-color: #176DDC;
}
.BgClassName
{
background-color: #176DDC;
}
</style>
border-color css
<style>
span { border-color: #176DDC; }
span { border-color: rgb(23,109,220); }
td.TdClassName
{
border-color: #176DDC;
}
.TagClassName
{
border-color: #176DDC;
}
</style>