Shades of Denim #1771CF
Tints of Denim #1771CF
RGB
CMYK
RGB Variations
Color information
#1771CF (or 0x1771CF) is known color: Denim. HEX triplet: 17, 71 and CF. RGB value is (23,113,207). Sum of RGB (Red+Green+Blue) = 23+113+207=343 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.71% from 343); Green value is 113 (44.53% from 255 or 32.94% from 343); Blue value is 207 (81.25% from 255 or 60.35% from 343); Max value from RGB is 207 - color contains mainly: blue. Hex color #1771CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1771CF is #E88E30. Grayscale: #606060. Windows color (decimal): -15240753 or 13594903. OLE color: 13594903.
HSL color Cylindrical-coordinate representation of color #1771CF: hue angle of 210.65º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1771CF is Cyan = 0.89, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 23 | 113 | 207 | - |
| CMYK | 0.89 | 0.45 | 0 | 0.19 |
| HSL | 210.65º | 0.8% | 0.45% | - |
| HSV(B) | 210.65º | 0.89% | 0.81% | - |
| XYZ | 17.52 | 16.5 | 61.29 | - |
| YUV | 96.81 | 190.18 | 75.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 113 | 207 | 0.89 | 0.45 | 0 | 0.19 | 210.65 | 0.8 | 0.45 |
| Hex | 17 | 71 | CF | 59 | 2D | 0 | 13 | D3 | 50 | 2D |
| Octal | 27 | 161 | 317 | 131 | 55 | 0 | 23 | 323 | 120 | 55 |
| Binary | 10111 | 1110001 | 11001111 | 1011001 | 101101 | 0 | 10011 | 11010011 | 1010000 | 101101 |
Color Harmonies of #1771CF
Complementary color
Monochromatic Colors of #1771CF
Black with #1771CF
Text Example
Text Example
White with #1771CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1771CF; }
p { color: rgb(23,113,207); }
H1.HeaderClassName
{
color: #1771CF;
}
.AnyTagClassName
{
color: #1771CF;
}
</style>
background-color css
<style>
a { background-color: #1771CF; }
a { background-color: rgb(23,113,207); }
div.DivClassName
{
background-color: #1771CF;
}
.BgClassName
{
background-color: #1771CF;
}
</style>
border-color css
<style>
span { border-color: #1771CF; }
span { border-color: rgb(23,113,207); }
td.TdClassName
{
border-color: #1771CF;
}
.TagClassName
{
border-color: #1771CF;
}
</style>