Shades of Denim #1771CE
Tints of Denim #1771CE
RGB
CMYK
RGB Variations
Color information
#1771CE (or 0x1771CE) is known color: Denim. HEX triplet: 17, 71 and CE. RGB value is (23,113,206). Sum of RGB (Red+Green+Blue) = 23+113+206=342 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.73% from 342); Green value is 113 (44.53% from 255 or 33.04% from 342); Blue value is 206 (80.86% from 255 or 60.23% from 342); Max value from RGB is 206 - color contains mainly: blue. Hex color #1771CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1771CE is #E88E31. Grayscale: #606060. Windows color (decimal): -15240754 or 13529367. OLE color: 13529367.
HSL color Cylindrical-coordinate representation of color #1771CE: hue angle of 210.49º 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 #1771CE is Cyan = 0.89, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 23 | 113 | 206 | - |
| CMYK | 0.89 | 0.45 | 0 | 0.19 |
| HSL | 210.49º | 0.8% | 0.45% | - |
| HSV(B) | 210.49º | 0.89% | 0.81% | - |
| XYZ | 17.4 | 16.45 | 60.65 | - |
| YUV | 96.69 | 189.68 | 75.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 113 | 206 | 0.89 | 0.45 | 0 | 0.19 | 210.49 | 0.8 | 0.45 |
| Hex | 17 | 71 | CE | 59 | 2D | 0 | 13 | D2 | 50 | 2D |
| Octal | 27 | 161 | 316 | 131 | 55 | 0 | 23 | 322 | 120 | 55 |
| Binary | 10111 | 1110001 | 11001110 | 1011001 | 101101 | 0 | 10011 | 11010010 | 1010000 | 101101 |
Color Harmonies of #1771CE
Complementary color
Monochromatic Colors of #1771CE
Black with #1771CE
Text Example
Text Example
White with #1771CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1771CE; }
p { color: rgb(23,113,206); }
H1.HeaderClassName
{
color: #1771CE;
}
.AnyTagClassName
{
color: #1771CE;
}
</style>
background-color css
<style>
a { background-color: #1771CE; }
a { background-color: rgb(23,113,206); }
div.DivClassName
{
background-color: #1771CE;
}
.BgClassName
{
background-color: #1771CE;
}
</style>
border-color css
<style>
span { border-color: #1771CE; }
span { border-color: rgb(23,113,206); }
td.TdClassName
{
border-color: #1771CE;
}
.TagClassName
{
border-color: #1771CE;
}
</style>