Shades of Denim #177DBD
Tints of Denim #177DBD
RGB
CMYK
RGB Variations
Color information
#177DBD (or 0x177DBD) is known color: Denim. HEX triplet: 17, 7D and BD. RGB value is (23,125,189). Sum of RGB (Red+Green+Blue) = 23+125+189=337 (44% of max value = 765). Red value is 23 (9.38% from 255 or 6.82% from 337); Green value is 125 (49.22% from 255 or 37.09% from 337); Blue value is 189 (74.22% from 255 or 56.08% from 337); Max value from RGB is 189 - color contains mainly: blue. Hex color #177DBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #177DBD is #E88242. Grayscale: #656565. Windows color (decimal): -15237699 or 12418327. OLE color: 12418327.
HSL color Cylindrical-coordinate representation of color #177DBD: hue angle of 203.13º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #177DBD is Cyan = 0.88, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 23 | 125 | 189 | - |
| CMYK | 0.88 | 0.34 | 0 | 0.26 |
| HSL | 203.13º | 0.78% | 0.42% | - |
| HSV(B) | 203.13º | 0.88% | 0.74% | - |
| XYZ | 16.87 | 18.52 | 50.83 | - |
| YUV | 101.8 | 177.21 | 71.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 125 | 189 | 0.88 | 0.34 | 0 | 0.26 | 203.13 | 0.78 | 0.42 |
| Hex | 17 | 7D | BD | 58 | 22 | 0 | 1A | CB | 4E | 2A |
| Octal | 27 | 175 | 275 | 130 | 42 | 0 | 32 | 313 | 116 | 52 |
| Binary | 10111 | 1111101 | 10111101 | 1011000 | 100010 | 0 | 11010 | 11001011 | 1001110 | 101010 |
Color Harmonies of #177DBD
Complementary color
Monochromatic Colors of #177DBD
Black with #177DBD
Text Example
Text Example
White with #177DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #177DBD; }
p { color: rgb(23,125,189); }
H1.HeaderClassName
{
color: #177DBD;
}
.AnyTagClassName
{
color: #177DBD;
}
</style>
background-color css
<style>
a { background-color: #177DBD; }
a { background-color: rgb(23,125,189); }
div.DivClassName
{
background-color: #177DBD;
}
.BgClassName
{
background-color: #177DBD;
}
</style>
border-color css
<style>
span { border-color: #177DBD; }
span { border-color: rgb(23,125,189); }
td.TdClassName
{
border-color: #177DBD;
}
.TagClassName
{
border-color: #177DBD;
}
</style>