Shades of Navy Blue #177AD5
Tints of Navy Blue #177AD5
RGB
CMYK
RGB Variations
Color information
#177AD5 (or 0x177AD5) is known color: Navy Blue. HEX triplet: 17, 7A and D5. RGB value is (23,122,213). Sum of RGB (Red+Green+Blue) = 23+122+213=358 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.42% from 358); Green value is 122 (48.05% from 255 or 34.08% from 358); Blue value is 213 (83.59% from 255 or 59.50% from 358); Max value from RGB is 213 - color contains mainly: blue. Hex color #177AD5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #177AD5 is #E8852A. Grayscale: #666666. Windows color (decimal): -15238443 or 13990423. OLE color: 13990423.
HSL color Cylindrical-coordinate representation of color #177AD5: hue angle of 208.74º 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 #177AD5 is Cyan = 0.89, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 23 | 122 | 213 | - |
| CMYK | 0.89 | 0.43 | 0 | 0.16 |
| HSL | 208.74º | 0.81% | 0.46% | - |
| HSV(B) | 208.74º | 0.89% | 0.84% | - |
| XYZ | 19.32 | 18.91 | 65.58 | - |
| YUV | 102.77 | 190.2 | 71.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 122 | 213 | 0.89 | 0.43 | 0 | 0.16 | 208.74 | 0.81 | 0.46 |
| Hex | 17 | 7A | D5 | 59 | 2B | 0 | 10 | D1 | 51 | 2E |
| Octal | 27 | 172 | 325 | 131 | 53 | 0 | 20 | 321 | 121 | 56 |
| Binary | 10111 | 1111010 | 11010101 | 1011001 | 101011 | 0 | 10000 | 11010001 | 1010001 | 101110 |
Color Harmonies of #177AD5
Complementary color
Monochromatic Colors of #177AD5
Black with #177AD5
Text Example
Text Example
White with #177AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #177AD5; }
p { color: rgb(23,122,213); }
H1.HeaderClassName
{
color: #177AD5;
}
.AnyTagClassName
{
color: #177AD5;
}
</style>
background-color css
<style>
a { background-color: #177AD5; }
a { background-color: rgb(23,122,213); }
div.DivClassName
{
background-color: #177AD5;
}
.BgClassName
{
background-color: #177AD5;
}
</style>
border-color css
<style>
span { border-color: #177AD5; }
span { border-color: rgb(23,122,213); }
td.TdClassName
{
border-color: #177AD5;
}
.TagClassName
{
border-color: #177AD5;
}
</style>