Shades of Denim #1759CD
Tints of Denim #1759CD
RGB
CMYK
RGB Variations
Color information
#1759CD (or 0x1759CD) is known color: Denim. HEX triplet: 17, 59 and CD. RGB value is (23,89,205). Sum of RGB (Red+Green+Blue) = 23+89+205=317 (41% of max value = 765). Red value is 23 (9.38% from 255 or 7.26% from 317); Green value is 89 (35.16% from 255 or 28.08% from 317); Blue value is 205 (80.47% from 255 or 64.67% from 317); Max value from RGB is 205 - color contains mainly: blue. Hex color #1759CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1759CD is #E8A632. Grayscale: #515151. Windows color (decimal): -15246899 or 13457687. OLE color: 13457687.
HSL color Cylindrical-coordinate representation of color #1759CD: hue angle of 218.24º 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 #1759CD is Cyan = 0.89, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 23 | 89 | 205 | - |
| CMYK | 0.89 | 0.57 | 0 | 0.20 |
| HSL | 218.24º | 0.8% | 0.45% | - |
| HSV(B) | 218.24º | 0.89% | 0.8% | - |
| XYZ | 14.95 | 11.73 | 59.23 | - |
| YUV | 82.49 | 197.13 | 85.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 89 | 205 | 0.89 | 0.57 | 0 | 0.20 | 218.24 | 0.8 | 0.45 |
| Hex | 17 | 59 | CD | 59 | 39 | 0 | 14 | DA | 50 | 2D |
| Octal | 27 | 131 | 315 | 131 | 71 | 0 | 24 | 332 | 120 | 55 |
| Binary | 10111 | 1011001 | 11001101 | 1011001 | 111001 | 0 | 10100 | 11011010 | 1010000 | 101101 |
Color Harmonies of #1759CD
Complementary color
Monochromatic Colors of #1759CD
Black with #1759CD
Text Example
Text Example
White with #1759CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1759CD; }
p { color: rgb(23,89,205); }
H1.HeaderClassName
{
color: #1759CD;
}
.AnyTagClassName
{
color: #1759CD;
}
</style>
background-color css
<style>
a { background-color: #1759CD; }
a { background-color: rgb(23,89,205); }
div.DivClassName
{
background-color: #1759CD;
}
.BgClassName
{
background-color: #1759CD;
}
</style>
border-color css
<style>
span { border-color: #1759CD; }
span { border-color: rgb(23,89,205); }
td.TdClassName
{
border-color: #1759CD;
}
.TagClassName
{
border-color: #1759CD;
}
</style>