Shades of Navy Blue #177DCF
Tints of Navy Blue #177DCF
RGB
CMYK
RGB Variations
Color information
#177DCF (or 0x177DCF) is known color: Navy Blue. HEX triplet: 17, 7D and CF. RGB value is (23,125,207). Sum of RGB (Red+Green+Blue) = 23+125+207=355 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.48% from 355); Green value is 125 (49.22% from 255 or 35.21% from 355); Blue value is 207 (81.25% from 255 or 58.31% from 355); Max value from RGB is 207 - color contains mainly: blue. Hex color #177DCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #177DCF is #E88230. Grayscale: #676767. Windows color (decimal): -15237681 or 13597975. OLE color: 13597975.
HSL color Cylindrical-coordinate representation of color #177DCF: hue angle of 206.74º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #177DCF is Cyan = 0.89, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 23 | 125 | 207 | - |
| CMYK | 0.89 | 0.40 | 0 | 0.19 |
| HSL | 206.74º | 0.8% | 0.45% | - |
| HSV(B) | 206.74º | 0.89% | 0.81% | - |
| XYZ | 18.95 | 19.35 | 61.77 | - |
| YUV | 103.85 | 186.21 | 70.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 125 | 207 | 0.89 | 0.40 | 0 | 0.19 | 206.74 | 0.8 | 0.45 |
| Hex | 17 | 7D | CF | 59 | 28 | 0 | 13 | CF | 50 | 2D |
| Octal | 27 | 175 | 317 | 131 | 50 | 0 | 23 | 317 | 120 | 55 |
| Binary | 10111 | 1111101 | 11001111 | 1011001 | 101000 | 0 | 10011 | 11001111 | 1010000 | 101101 |
Color Harmonies of #177DCF
Complementary color
Monochromatic Colors of #177DCF
Black with #177DCF
Text Example
Text Example
White with #177DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #177DCF; }
p { color: rgb(23,125,207); }
H1.HeaderClassName
{
color: #177DCF;
}
.AnyTagClassName
{
color: #177DCF;
}
</style>
background-color css
<style>
a { background-color: #177DCF; }
a { background-color: rgb(23,125,207); }
div.DivClassName
{
background-color: #177DCF;
}
.BgClassName
{
background-color: #177DCF;
}
</style>
border-color css
<style>
span { border-color: #177DCF; }
span { border-color: rgb(23,125,207); }
td.TdClassName
{
border-color: #177DCF;
}
.TagClassName
{
border-color: #177DCF;
}
</style>