Shades of Denim #177DC5
Tints of Denim #177DC5
RGB
CMYK
RGB Variations
Color information
#177DC5 (or 0x177DC5) is known color: Denim. HEX triplet: 17, 7D and C5. RGB value is (23,125,197). Sum of RGB (Red+Green+Blue) = 23+125+197=345 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.67% from 345); Green value is 125 (49.22% from 255 or 36.23% from 345); Blue value is 197 (77.34% from 255 or 57.10% from 345); Max value from RGB is 197 - color contains mainly: blue. Hex color #177DC5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #177DC5 is #E8823A. Grayscale: #666666. Windows color (decimal): -15237691 or 12942615. OLE color: 12942615.
HSL color Cylindrical-coordinate representation of color #177DC5: hue angle of 204.83º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #177DC5 is Cyan = 0.88, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 23 | 125 | 197 | - |
| CMYK | 0.88 | 0.37 | 0 | 0.23 |
| HSL | 204.83º | 0.79% | 0.43% | - |
| HSV(B) | 204.83º | 0.88% | 0.77% | - |
| XYZ | 17.77 | 18.88 | 55.53 | - |
| YUV | 102.71 | 181.21 | 71.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 125 | 197 | 0.88 | 0.37 | 0 | 0.23 | 204.83 | 0.79 | 0.43 |
| Hex | 17 | 7D | C5 | 58 | 25 | 0 | 17 | CD | 4F | 2B |
| Octal | 27 | 175 | 305 | 130 | 45 | 0 | 27 | 315 | 117 | 53 |
| Binary | 10111 | 1111101 | 11000101 | 1011000 | 100101 | 0 | 10111 | 11001101 | 1001111 | 101011 |
Color Harmonies of #177DC5
Complementary color
Monochromatic Colors of #177DC5
Black with #177DC5
Text Example
Text Example
White with #177DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #177DC5; }
p { color: rgb(23,125,197); }
H1.HeaderClassName
{
color: #177DC5;
}
.AnyTagClassName
{
color: #177DC5;
}
</style>
background-color css
<style>
a { background-color: #177DC5; }
a { background-color: rgb(23,125,197); }
div.DivClassName
{
background-color: #177DC5;
}
.BgClassName
{
background-color: #177DC5;
}
</style>
border-color css
<style>
span { border-color: #177DC5; }
span { border-color: rgb(23,125,197); }
td.TdClassName
{
border-color: #177DC5;
}
.TagClassName
{
border-color: #177DC5;
}
</style>