Shades of Denim #1752CC
Tints of Denim #1752CC
RGB
CMYK
RGB Variations
Color information
#1752CC (or 0x1752CC) is known color: Denim. HEX triplet: 17, 52 and CC. RGB value is (23,82,204). Sum of RGB (Red+Green+Blue) = 23+82+204=309 (40% of max value = 765). Red value is 23 (9.38% from 255 or 7.44% from 309); Green value is 82 (32.42% from 255 or 26.54% from 309); Blue value is 204 (80.08% from 255 or 66.02% from 309); Max value from RGB is 204 - color contains mainly: blue. Hex color #1752CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1752CC is #E8AD33. Grayscale: #4D4D4D. Windows color (decimal): -15248692 or 13390359. OLE color: 13390359.
HSL color Cylindrical-coordinate representation of color #1752CC: hue angle of 220.44º 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 #1752CC is Cyan = 0.89, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 23 | 82 | 204 | - |
| CMYK | 0.89 | 0.60 | 0 | 0.2 |
| HSL | 220.44º | 0.8% | 0.45% | - |
| HSV(B) | 220.44º | 0.89% | 0.8% | - |
| XYZ | 14.27 | 10.58 | 58.42 | - |
| YUV | 78.27 | 198.95 | 88.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 82 | 204 | 0.89 | 0.60 | 0 | 0.2 | 220.44 | 0.8 | 0.45 |
| Hex | 17 | 52 | CC | 59 | 3C | 0 | 14 | DC | 50 | 2D |
| Octal | 27 | 122 | 314 | 131 | 74 | 0 | 24 | 334 | 120 | 55 |
| Binary | 10111 | 1010010 | 11001100 | 1011001 | 111100 | 0 | 10100 | 11011100 | 1010000 | 101101 |
Color Harmonies of #1752CC
Complementary color
Monochromatic Colors of #1752CC
Black with #1752CC
Text Example
Text Example
White with #1752CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1752CC; }
p { color: rgb(23,82,204); }
H1.HeaderClassName
{
color: #1752CC;
}
.AnyTagClassName
{
color: #1752CC;
}
</style>
background-color css
<style>
a { background-color: #1752CC; }
a { background-color: rgb(23,82,204); }
div.DivClassName
{
background-color: #1752CC;
}
.BgClassName
{
background-color: #1752CC;
}
</style>
border-color css
<style>
span { border-color: #1752CC; }
span { border-color: rgb(23,82,204); }
td.TdClassName
{
border-color: #1752CC;
}
.TagClassName
{
border-color: #1752CC;
}
</style>