Shades of Denim #1355BA
Tints of Denim #1355BA
RGB
CMYK
RGB Variations
Color information
#1355BA (or 0x1355BA) is known color: Denim. HEX triplet: 13, 55 and BA. RGB value is (19,85,186). Sum of RGB (Red+Green+Blue) = 19+85+186=290 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.55% from 290); Green value is 85 (33.59% from 255 or 29.31% from 290); Blue value is 186 (73.05% from 255 or 64.14% from 290); Max value from RGB is 186 - color contains mainly: blue. Hex color #1355BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1355BA is #ECAA45. Grayscale: #4C4C4C. Windows color (decimal): -15510086 or 12211475. OLE color: 12211475.
HSL color Cylindrical-coordinate representation of color #1355BA: hue angle of 216.29º 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 #1355BA is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 19 | 85 | 186 | - |
| CMYK | 0.90 | 0.54 | 0 | 0.27 |
| HSL | 216.29º | 0.81% | 0.4% | - |
| HSV(B) | 216.29º | 0.9% | 0.73% | - |
| XYZ | 12.38 | 10.18 | 47.77 | - |
| YUV | 76.78 | 189.63 | 86.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 85 | 186 | 0.90 | 0.54 | 0 | 0.27 | 216.29 | 0.81 | 0.4 |
| Hex | 13 | 55 | BA | 5A | 36 | 0 | 1B | D8 | 51 | 28 |
| Octal | 23 | 125 | 272 | 132 | 66 | 0 | 33 | 330 | 121 | 50 |
| Binary | 10011 | 1010101 | 10111010 | 1011010 | 110110 | 0 | 11011 | 11011000 | 1010001 | 101000 |
Color Harmonies of #1355BA
Complementary color
Monochromatic Colors of #1355BA
Black with #1355BA
Text Example
Text Example
White with #1355BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1355BA; }
p { color: rgb(19,85,186); }
H1.HeaderClassName
{
color: #1355BA;
}
.AnyTagClassName
{
color: #1355BA;
}
</style>
background-color css
<style>
a { background-color: #1355BA; }
a { background-color: rgb(19,85,186); }
div.DivClassName
{
background-color: #1355BA;
}
.BgClassName
{
background-color: #1355BA;
}
</style>
border-color css
<style>
span { border-color: #1355BA; }
span { border-color: rgb(19,85,186); }
td.TdClassName
{
border-color: #1355BA;
}
.TagClassName
{
border-color: #1355BA;
}
</style>