Shades of Navy Blue #177DDF
Tints of Navy Blue #177DDF
RGB
CMYK
RGB Variations
Color information
#177DDF (or 0x177DDF) is known color: Navy Blue. HEX triplet: 17, 7D and DF. RGB value is (23,125,223). Sum of RGB (Red+Green+Blue) = 23+125+223=371 (49% of max value = 765). Red value is 23 (9.38% from 255 or 6.20% from 371); Green value is 125 (49.22% from 255 or 33.69% from 371); Blue value is 223 (87.5% from 255 or 60.11% from 371); Max value from RGB is 223 - color contains mainly: blue. Hex color #177DDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #177DDF is #E88220. Grayscale: #696969. Windows color (decimal): -15237665 or 14646551. OLE color: 14646551.
HSL color Cylindrical-coordinate representation of color #177DDF: hue angle of 209.4º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #177DDF is Cyan = 0.90, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 125 | 223 | - |
| CMYK | 0.90 | 0.44 | 0 | 0.13 |
| HSL | 209.4º | 0.81% | 0.48% | - |
| HSV(B) | 209.4º | 0.9% | 0.87% | - |
| XYZ | 21.01 | 20.18 | 72.6 | - |
| YUV | 105.67 | 194.21 | 69.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 125 | 223 | 0.90 | 0.44 | 0 | 0.13 | 209.4 | 0.81 | 0.48 |
| Hex | 17 | 7D | DF | 5A | 2C | 0 | D | D1 | 51 | 30 |
| Octal | 27 | 175 | 337 | 132 | 54 | 0 | 15 | 321 | 121 | 60 |
| Binary | 10111 | 1111101 | 11011111 | 1011010 | 101100 | 0 | 1101 | 11010001 | 1010001 | 110000 |
Color Harmonies of #177DDF
Complementary color
Monochromatic Colors of #177DDF
Black with #177DDF
Text Example
Text Example
White with #177DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #177DDF; }
p { color: rgb(23,125,223); }
H1.HeaderClassName
{
color: #177DDF;
}
.AnyTagClassName
{
color: #177DDF;
}
</style>
background-color css
<style>
a { background-color: #177DDF; }
a { background-color: rgb(23,125,223); }
div.DivClassName
{
background-color: #177DDF;
}
.BgClassName
{
background-color: #177DDF;
}
</style>
border-color css
<style>
span { border-color: #177DDF; }
span { border-color: rgb(23,125,223); }
td.TdClassName
{
border-color: #177DDF;
}
.TagClassName
{
border-color: #177DDF;
}
</style>