Shades of Denim #1771BD
Tints of Denim #1771BD
RGB
CMYK
RGB Variations
Color information
#1771BD (or 0x1771BD) is known color: Denim. HEX triplet: 17, 71 and BD. RGB value is (23,113,189). Sum of RGB (Red+Green+Blue) = 23+113+189=325 (43% of max value = 765). Red value is 23 (9.38% from 255 or 7.08% from 325); Green value is 113 (44.53% from 255 or 34.77% from 325); Blue value is 189 (74.22% from 255 or 58.15% from 325); Max value from RGB is 189 - color contains mainly: blue. Hex color #1771BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1771BD is #E88E42. Grayscale: #5E5E5E. Windows color (decimal): -15240771 or 12415255. OLE color: 12415255.
HSL color Cylindrical-coordinate representation of color #1771BD: hue angle of 207.47º 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 #1771BD is Cyan = 0.88, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 23 | 113 | 189 | - |
| CMYK | 0.88 | 0.40 | 0 | 0.26 |
| HSL | 207.47º | 0.78% | 0.42% | - |
| HSV(B) | 207.47º | 0.88% | 0.74% | - |
| XYZ | 15.44 | 15.67 | 50.35 | - |
| YUV | 94.75 | 181.18 | 76.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 113 | 189 | 0.88 | 0.40 | 0 | 0.26 | 207.47 | 0.78 | 0.42 |
| Hex | 17 | 71 | BD | 58 | 28 | 0 | 1A | CF | 4E | 2A |
| Octal | 27 | 161 | 275 | 130 | 50 | 0 | 32 | 317 | 116 | 52 |
| Binary | 10111 | 1110001 | 10111101 | 1011000 | 101000 | 0 | 11010 | 11001111 | 1001110 | 101010 |
Color Harmonies of #1771BD
Complementary color
Monochromatic Colors of #1771BD
Black with #1771BD
Text Example
Text Example
White with #1771BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1771BD; }
p { color: rgb(23,113,189); }
H1.HeaderClassName
{
color: #1771BD;
}
.AnyTagClassName
{
color: #1771BD;
}
</style>
background-color css
<style>
a { background-color: #1771BD; }
a { background-color: rgb(23,113,189); }
div.DivClassName
{
background-color: #1771BD;
}
.BgClassName
{
background-color: #1771BD;
}
</style>
border-color css
<style>
span { border-color: #1771BD; }
span { border-color: rgb(23,113,189); }
td.TdClassName
{
border-color: #1771BD;
}
.TagClassName
{
border-color: #1771BD;
}
</style>