Shades of Denim #1355BE
Tints of Denim #1355BE
RGB
CMYK
RGB Variations
Color information
#1355BE (or 0x1355BE) is known color: Denim. HEX triplet: 13, 55 and BE. RGB value is (19,85,190). Sum of RGB (Red+Green+Blue) = 19+85+190=294 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.46% from 294); Green value is 85 (33.59% from 255 or 28.91% from 294); Blue value is 190 (74.61% from 255 or 64.63% from 294); Max value from RGB is 190 - color contains mainly: blue. Hex color #1355BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1355BE is #ECAA41. Grayscale: #4C4C4C. Windows color (decimal): -15510082 or 12473619. OLE color: 12473619.
HSL color Cylindrical-coordinate representation of color #1355BE: hue angle of 216.84º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1355BE is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 19 | 85 | 190 | - |
| CMYK | 0.90 | 0.55 | 0 | 0.25 |
| HSL | 216.84º | 0.82% | 0.41% | - |
| HSV(B) | 216.84º | 0.9% | 0.75% | - |
| XYZ | 12.81 | 10.35 | 50.04 | - |
| YUV | 77.24 | 191.63 | 86.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 85 | 190 | 0.90 | 0.55 | 0 | 0.25 | 216.84 | 0.82 | 0.41 |
| Hex | 13 | 55 | BE | 5A | 37 | 0 | 19 | D9 | 52 | 29 |
| Octal | 23 | 125 | 276 | 132 | 67 | 0 | 31 | 331 | 122 | 51 |
| Binary | 10011 | 1010101 | 10111110 | 1011010 | 110111 | 0 | 11001 | 11011001 | 1010010 | 101001 |
Color Harmonies of #1355BE
Complementary color
Monochromatic Colors of #1355BE
Black with #1355BE
Text Example
Text Example
White with #1355BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1355BE; }
p { color: rgb(19,85,190); }
H1.HeaderClassName
{
color: #1355BE;
}
.AnyTagClassName
{
color: #1355BE;
}
</style>
background-color css
<style>
a { background-color: #1355BE; }
a { background-color: rgb(19,85,190); }
div.DivClassName
{
background-color: #1355BE;
}
.BgClassName
{
background-color: #1355BE;
}
</style>
border-color css
<style>
span { border-color: #1355BE; }
span { border-color: rgb(19,85,190); }
td.TdClassName
{
border-color: #1355BE;
}
.TagClassName
{
border-color: #1355BE;
}
</style>