Shades of Denim #1359CC
Tints of Denim #1359CC
RGB
CMYK
RGB Variations
Color information
#1359CC (or 0x1359CC) is known color: Denim. HEX triplet: 13, 59 and CC. RGB value is (19,89,204). Sum of RGB (Red+Green+Blue) = 19+89+204=312 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.09% from 312); Green value is 89 (35.16% from 255 or 28.53% from 312); Blue value is 204 (80.08% from 255 or 65.38% from 312); Max value from RGB is 204 - color contains mainly: blue. Hex color #1359CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1359CC is #ECA633. Grayscale: #505050. Windows color (decimal): -15509044 or 13392147. OLE color: 13392147.
HSL color Cylindrical-coordinate representation of color #1359CC: hue angle of 217.3º 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 #1359CC is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 19 | 89 | 204 | - |
| CMYK | 0.91 | 0.56 | 0 | 0.2 |
| HSL | 217.3º | 0.83% | 0.44% | - |
| HSV(B) | 217.3º | 0.91% | 0.8% | - |
| XYZ | 14.74 | 11.64 | 58.6 | - |
| YUV | 81.18 | 197.31 | 83.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 89 | 204 | 0.91 | 0.56 | 0 | 0.2 | 217.3 | 0.83 | 0.44 |
| Hex | 13 | 59 | CC | 5B | 38 | 0 | 14 | D9 | 53 | 2C |
| Octal | 23 | 131 | 314 | 133 | 70 | 0 | 24 | 331 | 123 | 54 |
| Binary | 10011 | 1011001 | 11001100 | 1011011 | 111000 | 0 | 10100 | 11011001 | 1010011 | 101100 |
Color Harmonies of #1359CC
Complementary color
Monochromatic Colors of #1359CC
Black with #1359CC
Text Example
Text Example
White with #1359CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1359CC; }
p { color: rgb(19,89,204); }
H1.HeaderClassName
{
color: #1359CC;
}
.AnyTagClassName
{
color: #1359CC;
}
</style>
background-color css
<style>
a { background-color: #1359CC; }
a { background-color: rgb(19,89,204); }
div.DivClassName
{
background-color: #1359CC;
}
.BgClassName
{
background-color: #1359CC;
}
</style>
border-color css
<style>
span { border-color: #1359CC; }
span { border-color: rgb(19,89,204); }
td.TdClassName
{
border-color: #1359CC;
}
.TagClassName
{
border-color: #1359CC;
}
</style>