Shades of Navy Blue #177AD6
Tints of Navy Blue #177AD6
RGB
CMYK
RGB Variations
Color information
#177AD6 (or 0x177AD6) is known color: Navy Blue. HEX triplet: 17, 7A and D6. RGB value is (23,122,214). Sum of RGB (Red+Green+Blue) = 23+122+214=359 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.41% from 359); Green value is 122 (48.05% from 255 or 33.98% from 359); Blue value is 214 (83.98% from 255 or 59.61% from 359); Max value from RGB is 214 - color contains mainly: blue. Hex color #177AD6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #177AD6 is #E88529. Grayscale: #666666. Windows color (decimal): -15238442 or 14055959. OLE color: 14055959.
HSL color Cylindrical-coordinate representation of color #177AD6: hue angle of 208.9º 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 #177AD6 is Cyan = 0.89, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 23 | 122 | 214 | - |
| CMYK | 0.89 | 0.43 | 0 | 0.16 |
| HSL | 208.9º | 0.81% | 0.46% | - |
| HSV(B) | 208.9º | 0.89% | 0.84% | - |
| XYZ | 19.45 | 18.96 | 66.25 | - |
| YUV | 102.89 | 190.7 | 71.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 122 | 214 | 0.89 | 0.43 | 0 | 0.16 | 208.9 | 0.81 | 0.46 |
| Hex | 17 | 7A | D6 | 59 | 2B | 0 | 10 | D1 | 51 | 2E |
| Octal | 27 | 172 | 326 | 131 | 53 | 0 | 20 | 321 | 121 | 56 |
| Binary | 10111 | 1111010 | 11010110 | 1011001 | 101011 | 0 | 10000 | 11010001 | 1010001 | 101110 |
Color Harmonies of #177AD6
Complementary color
Monochromatic Colors of #177AD6
Black with #177AD6
Text Example
Text Example
White with #177AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #177AD6; }
p { color: rgb(23,122,214); }
H1.HeaderClassName
{
color: #177AD6;
}
.AnyTagClassName
{
color: #177AD6;
}
</style>
background-color css
<style>
a { background-color: #177AD6; }
a { background-color: rgb(23,122,214); }
div.DivClassName
{
background-color: #177AD6;
}
.BgClassName
{
background-color: #177AD6;
}
</style>
border-color css
<style>
span { border-color: #177AD6; }
span { border-color: rgb(23,122,214); }
td.TdClassName
{
border-color: #177AD6;
}
.TagClassName
{
border-color: #177AD6;
}
</style>