Shades of Denim #1771CD
Tints of Denim #1771CD
RGB
CMYK
RGB Variations
Color information
#1771CD (or 0x1771CD) is known color: Denim. HEX triplet: 17, 71 and CD. RGB value is (23,113,205). Sum of RGB (Red+Green+Blue) = 23+113+205=341 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.74% from 341); Green value is 113 (44.53% from 255 or 33.14% from 341); Blue value is 205 (80.47% from 255 or 60.12% from 341); Max value from RGB is 205 - color contains mainly: blue. Hex color #1771CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1771CD is #E88E32. Grayscale: #606060. Windows color (decimal): -15240755 or 13463831. OLE color: 13463831.
HSL color Cylindrical-coordinate representation of color #1771CD: hue angle of 210.33º 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 #1771CD is Cyan = 0.89, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 23 | 113 | 205 | - |
| CMYK | 0.89 | 0.45 | 0 | 0.20 |
| HSL | 210.33º | 0.8% | 0.45% | - |
| HSV(B) | 210.33º | 0.89% | 0.8% | - |
| XYZ | 17.28 | 16.4 | 60.01 | - |
| YUV | 96.58 | 189.18 | 75.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 113 | 205 | 0.89 | 0.45 | 0 | 0.20 | 210.33 | 0.8 | 0.45 |
| Hex | 17 | 71 | CD | 59 | 2D | 0 | 14 | D2 | 50 | 2D |
| Octal | 27 | 161 | 315 | 131 | 55 | 0 | 24 | 322 | 120 | 55 |
| Binary | 10111 | 1110001 | 11001101 | 1011001 | 101101 | 0 | 10100 | 11010010 | 1010000 | 101101 |
Color Harmonies of #1771CD
Complementary color
Monochromatic Colors of #1771CD
Black with #1771CD
Text Example
Text Example
White with #1771CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1771CD; }
p { color: rgb(23,113,205); }
H1.HeaderClassName
{
color: #1771CD;
}
.AnyTagClassName
{
color: #1771CD;
}
</style>
background-color css
<style>
a { background-color: #1771CD; }
a { background-color: rgb(23,113,205); }
div.DivClassName
{
background-color: #1771CD;
}
.BgClassName
{
background-color: #1771CD;
}
</style>
border-color css
<style>
span { border-color: #1771CD; }
span { border-color: rgb(23,113,205); }
td.TdClassName
{
border-color: #1771CD;
}
.TagClassName
{
border-color: #1771CD;
}
</style>