Shades of Navy Blue #177DCD
Tints of Navy Blue #177DCD
RGB
CMYK
RGB Variations
Color information
#177DCD (or 0x177DCD) is known color: Navy Blue. HEX triplet: 17, 7D and CD. RGB value is (23,125,205). Sum of RGB (Red+Green+Blue) = 23+125+205=353 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.52% from 353); Green value is 125 (49.22% from 255 or 35.41% from 353); Blue value is 205 (80.47% from 255 or 58.07% from 353); Max value from RGB is 205 - color contains mainly: blue. Hex color #177DCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #177DCD is #E88232. Grayscale: #676767. Windows color (decimal): -15237683 or 13466903. OLE color: 13466903.
HSL color Cylindrical-coordinate representation of color #177DCD: hue angle of 206.37º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #177DCD is Cyan = 0.89, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 23 | 125 | 205 | - |
| CMYK | 0.89 | 0.39 | 0 | 0.20 |
| HSL | 206.37º | 0.8% | 0.45% | - |
| HSV(B) | 206.37º | 0.89% | 0.8% | - |
| XYZ | 18.71 | 19.26 | 60.49 | - |
| YUV | 103.62 | 185.21 | 70.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 125 | 205 | 0.89 | 0.39 | 0 | 0.20 | 206.37 | 0.8 | 0.45 |
| Hex | 17 | 7D | CD | 59 | 27 | 0 | 14 | CE | 50 | 2D |
| Octal | 27 | 175 | 315 | 131 | 47 | 0 | 24 | 316 | 120 | 55 |
| Binary | 10111 | 1111101 | 11001101 | 1011001 | 100111 | 0 | 10100 | 11001110 | 1010000 | 101101 |
Color Harmonies of #177DCD
Complementary color
Monochromatic Colors of #177DCD
Black with #177DCD
Text Example
Text Example
White with #177DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #177DCD; }
p { color: rgb(23,125,205); }
H1.HeaderClassName
{
color: #177DCD;
}
.AnyTagClassName
{
color: #177DCD;
}
</style>
background-color css
<style>
a { background-color: #177DCD; }
a { background-color: rgb(23,125,205); }
div.DivClassName
{
background-color: #177DCD;
}
.BgClassName
{
background-color: #177DCD;
}
</style>
border-color css
<style>
span { border-color: #177DCD; }
span { border-color: rgb(23,125,205); }
td.TdClassName
{
border-color: #177DCD;
}
.TagClassName
{
border-color: #177DCD;
}
</style>