Shades of Navy Blue #177DCC
Tints of Navy Blue #177DCC
RGB
CMYK
RGB Variations
Color information
#177DCC (or 0x177DCC) is known color: Navy Blue. HEX triplet: 17, 7D and CC. RGB value is (23,125,204). Sum of RGB (Red+Green+Blue) = 23+125+204=352 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.53% from 352); Green value is 125 (49.22% from 255 or 35.51% from 352); Blue value is 204 (80.08% from 255 or 57.95% from 352); Max value from RGB is 204 - color contains mainly: blue. Hex color #177DCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #177DCC is #E88233. Grayscale: #676767. Windows color (decimal): -15237684 or 13401367. OLE color: 13401367.
HSL color Cylindrical-coordinate representation of color #177DCC: hue angle of 206.19º 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 #177DCC is Cyan = 0.89, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 23 | 125 | 204 | - |
| CMYK | 0.89 | 0.39 | 0 | 0.2 |
| HSL | 206.19º | 0.8% | 0.45% | - |
| HSV(B) | 206.19º | 0.89% | 0.8% | - |
| XYZ | 18.59 | 19.21 | 59.85 | - |
| YUV | 103.51 | 184.71 | 70.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 125 | 204 | 0.89 | 0.39 | 0 | 0.2 | 206.19 | 0.8 | 0.45 |
| Hex | 17 | 7D | CC | 59 | 27 | 0 | 14 | CE | 50 | 2D |
| Octal | 27 | 175 | 314 | 131 | 47 | 0 | 24 | 316 | 120 | 55 |
| Binary | 10111 | 1111101 | 11001100 | 1011001 | 100111 | 0 | 10100 | 11001110 | 1010000 | 101101 |
Color Harmonies of #177DCC
Complementary color
Monochromatic Colors of #177DCC
Black with #177DCC
Text Example
Text Example
White with #177DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #177DCC; }
p { color: rgb(23,125,204); }
H1.HeaderClassName
{
color: #177DCC;
}
.AnyTagClassName
{
color: #177DCC;
}
</style>
background-color css
<style>
a { background-color: #177DCC; }
a { background-color: rgb(23,125,204); }
div.DivClassName
{
background-color: #177DCC;
}
.BgClassName
{
background-color: #177DCC;
}
</style>
border-color css
<style>
span { border-color: #177DCC; }
span { border-color: rgb(23,125,204); }
td.TdClassName
{
border-color: #177DCC;
}
.TagClassName
{
border-color: #177DCC;
}
</style>