Shades of Denim #1359BA
Tints of Denim #1359BA
RGB
CMYK
RGB Variations
Color information
#1359BA (or 0x1359BA) is known color: Denim. HEX triplet: 13, 59 and BA. RGB value is (19,89,186). Sum of RGB (Red+Green+Blue) = 19+89+186=294 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.46% from 294); Green value is 89 (35.16% from 255 or 30.27% from 294); Blue value is 186 (73.05% from 255 or 63.27% from 294); Max value from RGB is 186 - color contains mainly: blue. Hex color #1359BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1359BA is #ECA645. Grayscale: #4E4E4E. Windows color (decimal): -15509062 or 12212499. OLE color: 12212499.
HSL color Cylindrical-coordinate representation of color #1359BA: hue angle of 214.85º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1359BA is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 19 | 89 | 186 | - |
| CMYK | 0.90 | 0.52 | 0 | 0.27 |
| HSL | 214.85º | 0.81% | 0.4% | - |
| HSV(B) | 214.85º | 0.9% | 0.73% | - |
| XYZ | 12.7 | 10.83 | 47.87 | - |
| YUV | 79.13 | 188.31 | 85.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 89 | 186 | 0.90 | 0.52 | 0 | 0.27 | 214.85 | 0.81 | 0.4 |
| Hex | 13 | 59 | BA | 5A | 34 | 0 | 1B | D7 | 51 | 28 |
| Octal | 23 | 131 | 272 | 132 | 64 | 0 | 33 | 327 | 121 | 50 |
| Binary | 10011 | 1011001 | 10111010 | 1011010 | 110100 | 0 | 11011 | 11010111 | 1010001 | 101000 |
Color Harmonies of #1359BA
Complementary color
Monochromatic Colors of #1359BA
Black with #1359BA
Text Example
Text Example
White with #1359BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1359BA; }
p { color: rgb(19,89,186); }
H1.HeaderClassName
{
color: #1359BA;
}
.AnyTagClassName
{
color: #1359BA;
}
</style>
background-color css
<style>
a { background-color: #1359BA; }
a { background-color: rgb(19,89,186); }
div.DivClassName
{
background-color: #1359BA;
}
.BgClassName
{
background-color: #1359BA;
}
</style>
border-color css
<style>
span { border-color: #1359BA; }
span { border-color: rgb(19,89,186); }
td.TdClassName
{
border-color: #1359BA;
}
.TagClassName
{
border-color: #1359BA;
}
</style>