Shades of Denim #1752CD
Tints of Denim #1752CD
RGB
CMYK
RGB Variations
Color information
#1752CD (or 0x1752CD) is known color: Denim. HEX triplet: 17, 52 and CD. RGB value is (23,82,205). Sum of RGB (Red+Green+Blue) = 23+82+205=310 (41% of max value = 765). Red value is 23 (9.38% from 255 or 7.42% from 310); Green value is 82 (32.42% from 255 or 26.45% from 310); Blue value is 205 (80.47% from 255 or 66.13% from 310); Max value from RGB is 205 - color contains mainly: blue. Hex color #1752CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1752CD is #E8AD32. Grayscale: #4D4D4D. Windows color (decimal): -15248691 or 13455895. OLE color: 13455895.
HSL color Cylindrical-coordinate representation of color #1752CD: hue angle of 220.55º 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 #1752CD is Cyan = 0.89, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 23 | 82 | 205 | - |
| CMYK | 0.89 | 0.6 | 0 | 0.20 |
| HSL | 220.55º | 0.8% | 0.45% | - |
| HSV(B) | 220.55º | 0.89% | 0.8% | - |
| XYZ | 14.39 | 10.62 | 59.05 | - |
| YUV | 78.38 | 199.45 | 88.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 82 | 205 | 0.89 | 0.6 | 0 | 0.20 | 220.55 | 0.8 | 0.45 |
| Hex | 17 | 52 | CD | 59 | 3C | 0 | 14 | DD | 50 | 2D |
| Octal | 27 | 122 | 315 | 131 | 74 | 0 | 24 | 335 | 120 | 55 |
| Binary | 10111 | 1010010 | 11001101 | 1011001 | 111100 | 0 | 10100 | 11011101 | 1010000 | 101101 |
Color Harmonies of #1752CD
Complementary color
Monochromatic Colors of #1752CD
Black with #1752CD
Text Example
Text Example
White with #1752CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1752CD; }
p { color: rgb(23,82,205); }
H1.HeaderClassName
{
color: #1752CD;
}
.AnyTagClassName
{
color: #1752CD;
}
</style>
background-color css
<style>
a { background-color: #1752CD; }
a { background-color: rgb(23,82,205); }
div.DivClassName
{
background-color: #1752CD;
}
.BgClassName
{
background-color: #1752CD;
}
</style>
border-color css
<style>
span { border-color: #1752CD; }
span { border-color: rgb(23,82,205); }
td.TdClassName
{
border-color: #1752CD;
}
.TagClassName
{
border-color: #1752CD;
}
</style>