Shades of Denim #1771C3
Tints of Denim #1771C3
RGB
CMYK
RGB Variations
Color information
#1771C3 (or 0x1771C3) is known color: Denim. HEX triplet: 17, 71 and C3. RGB value is (23,113,195). Sum of RGB (Red+Green+Blue) = 23+113+195=331 (43% of max value = 765). Red value is 23 (9.38% from 255 or 6.95% from 331); Green value is 113 (44.53% from 255 or 34.14% from 331); Blue value is 195 (76.56% from 255 or 58.91% from 331); Max value from RGB is 195 - color contains mainly: blue. Hex color #1771C3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1771C3 is #E88E3C. Grayscale: #5F5F5F. Windows color (decimal): -15240765 or 12808471. OLE color: 12808471.
HSL color Cylindrical-coordinate representation of color #1771C3: hue angle of 208.6º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1771C3 is Cyan = 0.88, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 23 | 113 | 195 | - |
| CMYK | 0.88 | 0.42 | 0 | 0.24 |
| HSL | 208.6º | 0.79% | 0.43% | - |
| HSV(B) | 208.6º | 0.88% | 0.76% | - |
| XYZ | 16.11 | 15.93 | 53.86 | - |
| YUV | 95.44 | 184.18 | 76.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 113 | 195 | 0.88 | 0.42 | 0 | 0.24 | 208.6 | 0.79 | 0.43 |
| Hex | 17 | 71 | C3 | 58 | 2A | 0 | 18 | D1 | 4F | 2B |
| Octal | 27 | 161 | 303 | 130 | 52 | 0 | 30 | 321 | 117 | 53 |
| Binary | 10111 | 1110001 | 11000011 | 1011000 | 101010 | 0 | 11000 | 11010001 | 1001111 | 101011 |
Color Harmonies of #1771C3
Complementary color
Monochromatic Colors of #1771C3
Black with #1771C3
Text Example
Text Example
White with #1771C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1771C3; }
p { color: rgb(23,113,195); }
H1.HeaderClassName
{
color: #1771C3;
}
.AnyTagClassName
{
color: #1771C3;
}
</style>
background-color css
<style>
a { background-color: #1771C3; }
a { background-color: rgb(23,113,195); }
div.DivClassName
{
background-color: #1771C3;
}
.BgClassName
{
background-color: #1771C3;
}
</style>
border-color css
<style>
span { border-color: #1771C3; }
span { border-color: rgb(23,113,195); }
td.TdClassName
{
border-color: #1771C3;
}
.TagClassName
{
border-color: #1771C3;
}
</style>