Shades of Denim #1359CF
Tints of Denim #1359CF
RGB
CMYK
RGB Variations
Color information
#1359CF (or 0x1359CF) is known color: Denim. HEX triplet: 13, 59 and CF. RGB value is (19,89,207). Sum of RGB (Red+Green+Blue) = 19+89+207=315 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.03% from 315); Green value is 89 (35.16% from 255 or 28.25% from 315); Blue value is 207 (81.25% from 255 or 65.71% from 315); Max value from RGB is 207 - color contains mainly: blue. Hex color #1359CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1359CF is #ECA630. Grayscale: #505050. Windows color (decimal): -15509041 or 13588755. OLE color: 13588755.
HSL color Cylindrical-coordinate representation of color #1359CF: hue angle of 217.66º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1359CF is Cyan = 0.91, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 89 | 207 | - |
| CMYK | 0.91 | 0.57 | 0 | 0.19 |
| HSL | 217.66º | 0.83% | 0.44% | - |
| HSV(B) | 217.66º | 0.91% | 0.81% | - |
| XYZ | 15.1 | 11.79 | 60.51 | - |
| YUV | 81.52 | 198.81 | 83.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 89 | 207 | 0.91 | 0.57 | 0 | 0.19 | 217.66 | 0.83 | 0.44 |
| Hex | 13 | 59 | CF | 5B | 39 | 0 | 13 | DA | 53 | 2C |
| Octal | 23 | 131 | 317 | 133 | 71 | 0 | 23 | 332 | 123 | 54 |
| Binary | 10011 | 1011001 | 11001111 | 1011011 | 111001 | 0 | 10011 | 11011010 | 1010011 | 101100 |
Color Harmonies of #1359CF
Complementary color
Monochromatic Colors of #1359CF
Black with #1359CF
Text Example
Text Example
White with #1359CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1359CF; }
p { color: rgb(19,89,207); }
H1.HeaderClassName
{
color: #1359CF;
}
.AnyTagClassName
{
color: #1359CF;
}
</style>
background-color css
<style>
a { background-color: #1359CF; }
a { background-color: rgb(19,89,207); }
div.DivClassName
{
background-color: #1359CF;
}
.BgClassName
{
background-color: #1359CF;
}
</style>
border-color css
<style>
span { border-color: #1359CF; }
span { border-color: rgb(19,89,207); }
td.TdClassName
{
border-color: #1359CF;
}
.TagClassName
{
border-color: #1359CF;
}
</style>