Shades of Denim #1753CD
Tints of Denim #1753CD
RGB
CMYK
RGB Variations
Color information
#1753CD (or 0x1753CD) is known color: Denim. HEX triplet: 17, 53 and CD. RGB value is (23,83,205). Sum of RGB (Red+Green+Blue) = 23+83+205=311 (41% of max value = 765). Red value is 23 (9.38% from 255 or 7.40% from 311); Green value is 83 (32.81% from 255 or 26.69% from 311); Blue value is 205 (80.47% from 255 or 65.92% from 311); Max value from RGB is 205 - color contains mainly: blue. Hex color #1753CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1753CD is #E8AC32. Grayscale: #4E4E4E. Windows color (decimal): -15248435 or 13456151. OLE color: 13456151.
HSL color Cylindrical-coordinate representation of color #1753CD: hue angle of 220.22º 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 #1753CD is Cyan = 0.89, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 23 | 83 | 205 | - |
| CMYK | 0.89 | 0.60 | 0 | 0.20 |
| HSL | 220.22º | 0.8% | 0.45% | - |
| HSV(B) | 220.22º | 0.89% | 0.8% | - |
| XYZ | 14.47 | 10.78 | 59.08 | - |
| YUV | 78.97 | 199.12 | 88.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 83 | 205 | 0.89 | 0.60 | 0 | 0.20 | 220.22 | 0.8 | 0.45 |
| Hex | 17 | 53 | CD | 59 | 3C | 0 | 14 | DC | 50 | 2D |
| Octal | 27 | 123 | 315 | 131 | 74 | 0 | 24 | 334 | 120 | 55 |
| Binary | 10111 | 1010011 | 11001101 | 1011001 | 111100 | 0 | 10100 | 11011100 | 1010000 | 101101 |
Color Harmonies of #1753CD
Complementary color
Monochromatic Colors of #1753CD
Black with #1753CD
Text Example
Text Example
White with #1753CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1753CD; }
p { color: rgb(23,83,205); }
H1.HeaderClassName
{
color: #1753CD;
}
.AnyTagClassName
{
color: #1753CD;
}
</style>
background-color css
<style>
a { background-color: #1753CD; }
a { background-color: rgb(23,83,205); }
div.DivClassName
{
background-color: #1753CD;
}
.BgClassName
{
background-color: #1753CD;
}
</style>
border-color css
<style>
span { border-color: #1753CD; }
span { border-color: rgb(23,83,205); }
td.TdClassName
{
border-color: #1753CD;
}
.TagClassName
{
border-color: #1753CD;
}
</style>