Shades of Denim #1359CD
Tints of Denim #1359CD
RGB
CMYK
RGB Variations
Color information
#1359CD (or 0x1359CD) is known color: Denim. HEX triplet: 13, 59 and CD. RGB value is (19,89,205). Sum of RGB (Red+Green+Blue) = 19+89+205=313 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.07% from 313); Green value is 89 (35.16% from 255 or 28.43% from 313); Blue value is 205 (80.47% from 255 or 65.50% from 313); Max value from RGB is 205 - color contains mainly: blue. Hex color #1359CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1359CD is #ECA632. Grayscale: #505050. Windows color (decimal): -15509043 or 13457683. OLE color: 13457683.
HSL color Cylindrical-coordinate representation of color #1359CD: hue angle of 217.42º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1359CD is Cyan = 0.91, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 89 | 205 | - |
| CMYK | 0.91 | 0.57 | 0 | 0.20 |
| HSL | 217.42º | 0.83% | 0.44% | - |
| HSV(B) | 217.42º | 0.91% | 0.8% | - |
| XYZ | 14.86 | 11.69 | 59.23 | - |
| YUV | 81.29 | 197.81 | 83.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 89 | 205 | 0.91 | 0.57 | 0 | 0.20 | 217.42 | 0.83 | 0.44 |
| Hex | 13 | 59 | CD | 5B | 39 | 0 | 14 | D9 | 53 | 2C |
| Octal | 23 | 131 | 315 | 133 | 71 | 0 | 24 | 331 | 123 | 54 |
| Binary | 10011 | 1011001 | 11001101 | 1011011 | 111001 | 0 | 10100 | 11011001 | 1010011 | 101100 |
Color Harmonies of #1359CD
Complementary color
Monochromatic Colors of #1359CD
Black with #1359CD
Text Example
Text Example
White with #1359CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1359CD; }
p { color: rgb(19,89,205); }
H1.HeaderClassName
{
color: #1359CD;
}
.AnyTagClassName
{
color: #1359CD;
}
</style>
background-color css
<style>
a { background-color: #1359CD; }
a { background-color: rgb(19,89,205); }
div.DivClassName
{
background-color: #1359CD;
}
.BgClassName
{
background-color: #1359CD;
}
</style>
border-color css
<style>
span { border-color: #1359CD; }
span { border-color: rgb(19,89,205); }
td.TdClassName
{
border-color: #1359CD;
}
.TagClassName
{
border-color: #1359CD;
}
</style>