Shades of Denim #1752CE
Tints of Denim #1752CE
RGB
CMYK
RGB Variations
Color information
#1752CE (or 0x1752CE) is known color: Denim. HEX triplet: 17, 52 and CE. RGB value is (23,82,206). Sum of RGB (Red+Green+Blue) = 23+82+206=311 (41% of max value = 765). Red value is 23 (9.38% from 255 or 7.40% from 311); Green value is 82 (32.42% from 255 or 26.37% from 311); Blue value is 206 (80.86% from 255 or 66.24% from 311); Max value from RGB is 206 - color contains mainly: blue. Hex color #1752CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1752CE is #E8AD31. Grayscale: #4D4D4D. Windows color (decimal): -15248690 or 13521431. OLE color: 13521431.
HSL color Cylindrical-coordinate representation of color #1752CE: hue angle of 220.66º 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 #1752CE is Cyan = 0.89, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 23 | 82 | 206 | - |
| CMYK | 0.89 | 0.60 | 0 | 0.19 |
| HSL | 220.66º | 0.8% | 0.45% | - |
| HSV(B) | 220.66º | 0.89% | 0.81% | - |
| XYZ | 14.51 | 10.67 | 59.69 | - |
| YUV | 78.5 | 199.95 | 88.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 82 | 206 | 0.89 | 0.60 | 0 | 0.19 | 220.66 | 0.8 | 0.45 |
| Hex | 17 | 52 | CE | 59 | 3C | 0 | 13 | DD | 50 | 2D |
| Octal | 27 | 122 | 316 | 131 | 74 | 0 | 23 | 335 | 120 | 55 |
| Binary | 10111 | 1010010 | 11001110 | 1011001 | 111100 | 0 | 10011 | 11011101 | 1010000 | 101101 |
Color Harmonies of #1752CE
Complementary color
Monochromatic Colors of #1752CE
Black with #1752CE
Text Example
Text Example
White with #1752CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1752CE; }
p { color: rgb(23,82,206); }
H1.HeaderClassName
{
color: #1752CE;
}
.AnyTagClassName
{
color: #1752CE;
}
</style>
background-color css
<style>
a { background-color: #1752CE; }
a { background-color: rgb(23,82,206); }
div.DivClassName
{
background-color: #1752CE;
}
.BgClassName
{
background-color: #1752CE;
}
</style>
border-color css
<style>
span { border-color: #1752CE; }
span { border-color: rgb(23,82,206); }
td.TdClassName
{
border-color: #1752CE;
}
.TagClassName
{
border-color: #1752CE;
}
</style>