Shades of Denim #1359CB
Tints of Denim #1359CB
RGB
CMYK
RGB Variations
Color information
#1359CB (or 0x1359CB) is known color: Denim. HEX triplet: 13, 59 and CB. RGB value is (19,89,203). Sum of RGB (Red+Green+Blue) = 19+89+203=311 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.11% from 311); Green value is 89 (35.16% from 255 or 28.62% from 311); Blue value is 203 (79.69% from 255 or 65.27% from 311); Max value from RGB is 203 - color contains mainly: blue. Hex color #1359CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1359CB is #ECA634. Grayscale: #505050. Windows color (decimal): -15509045 or 13326611. OLE color: 13326611.
HSL color Cylindrical-coordinate representation of color #1359CB: hue angle of 217.17º 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 #1359CB is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 89 | 203 | - |
| CMYK | 0.91 | 0.56 | 0 | 0.20 |
| HSL | 217.17º | 0.83% | 0.44% | - |
| HSV(B) | 217.17º | 0.91% | 0.8% | - |
| XYZ | 14.62 | 11.6 | 57.97 | - |
| YUV | 81.07 | 196.81 | 83.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 89 | 203 | 0.91 | 0.56 | 0 | 0.20 | 217.17 | 0.83 | 0.44 |
| Hex | 13 | 59 | CB | 5B | 38 | 0 | 14 | D9 | 53 | 2C |
| Octal | 23 | 131 | 313 | 133 | 70 | 0 | 24 | 331 | 123 | 54 |
| Binary | 10011 | 1011001 | 11001011 | 1011011 | 111000 | 0 | 10100 | 11011001 | 1010011 | 101100 |
Color Harmonies of #1359CB
Complementary color
Monochromatic Colors of #1359CB
Black with #1359CB
Text Example
Text Example
White with #1359CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1359CB; }
p { color: rgb(19,89,203); }
H1.HeaderClassName
{
color: #1359CB;
}
.AnyTagClassName
{
color: #1359CB;
}
</style>
background-color css
<style>
a { background-color: #1359CB; }
a { background-color: rgb(19,89,203); }
div.DivClassName
{
background-color: #1359CB;
}
.BgClassName
{
background-color: #1359CB;
}
</style>
border-color css
<style>
span { border-color: #1359CB; }
span { border-color: rgb(19,89,203); }
td.TdClassName
{
border-color: #1359CB;
}
.TagClassName
{
border-color: #1359CB;
}
</style>