Shades of Denim #1355BC
Tints of Denim #1355BC
RGB
CMYK
RGB Variations
Color information
#1355BC (or 0x1355BC) is known color: Denim. HEX triplet: 13, 55 and BC. RGB value is (19,85,188). Sum of RGB (Red+Green+Blue) = 19+85+188=292 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.51% from 292); Green value is 85 (33.59% from 255 or 29.11% from 292); Blue value is 188 (73.83% from 255 or 64.38% from 292); Max value from RGB is 188 - color contains mainly: blue. Hex color #1355BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1355BC is #ECAA43. Grayscale: #4C4C4C. Windows color (decimal): -15510084 or 12342547. OLE color: 12342547.
HSL color Cylindrical-coordinate representation of color #1355BC: hue angle of 216.57º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1355BC is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 85 | 188 | - |
| CMYK | 0.90 | 0.55 | 0 | 0.26 |
| HSL | 216.57º | 0.82% | 0.41% | - |
| HSV(B) | 216.57º | 0.9% | 0.74% | - |
| XYZ | 12.59 | 10.27 | 48.89 | - |
| YUV | 77.01 | 190.63 | 86.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 85 | 188 | 0.90 | 0.55 | 0 | 0.26 | 216.57 | 0.82 | 0.41 |
| Hex | 13 | 55 | BC | 5A | 37 | 0 | 1A | D9 | 52 | 29 |
| Octal | 23 | 125 | 274 | 132 | 67 | 0 | 32 | 331 | 122 | 51 |
| Binary | 10011 | 1010101 | 10111100 | 1011010 | 110111 | 0 | 11010 | 11011001 | 1010010 | 101001 |
Color Harmonies of #1355BC
Complementary color
Monochromatic Colors of #1355BC
Black with #1355BC
Text Example
Text Example
White with #1355BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1355BC; }
p { color: rgb(19,85,188); }
H1.HeaderClassName
{
color: #1355BC;
}
.AnyTagClassName
{
color: #1355BC;
}
</style>
background-color css
<style>
a { background-color: #1355BC; }
a { background-color: rgb(19,85,188); }
div.DivClassName
{
background-color: #1355BC;
}
.BgClassName
{
background-color: #1355BC;
}
</style>
border-color css
<style>
span { border-color: #1355BC; }
span { border-color: rgb(19,85,188); }
td.TdClassName
{
border-color: #1355BC;
}
.TagClassName
{
border-color: #1355BC;
}
</style>