Shades of Navy Blue #177DD0
Tints of Navy Blue #177DD0
RGB
CMYK
RGB Variations
Color information
#177DD0 (or 0x177DD0) is known color: Navy Blue. HEX triplet: 17, 7D and D0. RGB value is (23,125,208). Sum of RGB (Red+Green+Blue) = 23+125+208=356 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.46% from 356); Green value is 125 (49.22% from 255 or 35.11% from 356); Blue value is 208 (81.64% from 255 or 58.43% from 356); Max value from RGB is 208 - color contains mainly: blue. Hex color #177DD0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #177DD0 is #E8822F. Grayscale: #676767. Windows color (decimal): -15237680 or 13663511. OLE color: 13663511.
HSL color Cylindrical-coordinate representation of color #177DD0: hue angle of 206.92º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #177DD0 is Cyan = 0.89, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 23 | 125 | 208 | - |
| CMYK | 0.89 | 0.40 | 0 | 0.18 |
| HSL | 206.92º | 0.8% | 0.45% | - |
| HSV(B) | 206.92º | 0.89% | 0.82% | - |
| XYZ | 19.07 | 19.4 | 62.41 | - |
| YUV | 103.96 | 186.71 | 70.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 125 | 208 | 0.89 | 0.40 | 0 | 0.18 | 206.92 | 0.8 | 0.45 |
| Hex | 17 | 7D | D0 | 59 | 28 | 0 | 12 | CF | 50 | 2D |
| Octal | 27 | 175 | 320 | 131 | 50 | 0 | 22 | 317 | 120 | 55 |
| Binary | 10111 | 1111101 | 11010000 | 1011001 | 101000 | 0 | 10010 | 11001111 | 1010000 | 101101 |
Color Harmonies of #177DD0
Complementary color
Monochromatic Colors of #177DD0
Black with #177DD0
Text Example
Text Example
White with #177DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #177DD0; }
p { color: rgb(23,125,208); }
H1.HeaderClassName
{
color: #177DD0;
}
.AnyTagClassName
{
color: #177DD0;
}
</style>
background-color css
<style>
a { background-color: #177DD0; }
a { background-color: rgb(23,125,208); }
div.DivClassName
{
background-color: #177DD0;
}
.BgClassName
{
background-color: #177DD0;
}
</style>
border-color css
<style>
span { border-color: #177DD0; }
span { border-color: rgb(23,125,208); }
td.TdClassName
{
border-color: #177DD0;
}
.TagClassName
{
border-color: #177DD0;
}
</style>