Shades of Denim #1760CD
Tints of Denim #1760CD
RGB
CMYK
RGB Variations
Color information
#1760CD (or 0x1760CD) is known color: Denim. HEX triplet: 17, 60 and CD. RGB value is (23,96,205). Sum of RGB (Red+Green+Blue) = 23+96+205=324 (42% of max value = 765). Red value is 23 (9.38% from 255 or 7.10% from 324); Green value is 96 (37.89% from 255 or 29.63% from 324); Blue value is 205 (80.47% from 255 or 63.27% from 324); Max value from RGB is 205 - color contains mainly: blue. Hex color #1760CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1760CD is #E89F32. Grayscale: #565656. Windows color (decimal): -15245107 or 13459479. OLE color: 13459479.
HSL color Cylindrical-coordinate representation of color #1760CD: hue angle of 215.93º 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 #1760CD is Cyan = 0.89, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 23 | 96 | 205 | - |
| CMYK | 0.89 | 0.53 | 0 | 0.20 |
| HSL | 215.93º | 0.8% | 0.45% | - |
| HSV(B) | 215.93º | 0.89% | 0.8% | - |
| XYZ | 15.56 | 12.96 | 59.44 | - |
| YUV | 86.6 | 194.82 | 82.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 96 | 205 | 0.89 | 0.53 | 0 | 0.20 | 215.93 | 0.8 | 0.45 |
| Hex | 17 | 60 | CD | 59 | 35 | 0 | 14 | D8 | 50 | 2D |
| Octal | 27 | 140 | 315 | 131 | 65 | 0 | 24 | 330 | 120 | 55 |
| Binary | 10111 | 1100000 | 11001101 | 1011001 | 110101 | 0 | 10100 | 11011000 | 1010000 | 101101 |
Color Harmonies of #1760CD
Complementary color
Monochromatic Colors of #1760CD
Black with #1760CD
Text Example
Text Example
White with #1760CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1760CD; }
p { color: rgb(23,96,205); }
H1.HeaderClassName
{
color: #1760CD;
}
.AnyTagClassName
{
color: #1760CD;
}
</style>
background-color css
<style>
a { background-color: #1760CD; }
a { background-color: rgb(23,96,205); }
div.DivClassName
{
background-color: #1760CD;
}
.BgClassName
{
background-color: #1760CD;
}
</style>
border-color css
<style>
span { border-color: #1760CD; }
span { border-color: rgb(23,96,205); }
td.TdClassName
{
border-color: #1760CD;
}
.TagClassName
{
border-color: #1760CD;
}
</style>