Shades of Denim #135EBC
Tints of Denim #135EBC
RGB
CMYK
RGB Variations
Color information
#135EBC (or 0x135EBC) is known color: Denim. HEX triplet: 13, 5E and BC. RGB value is (19,94,188). Sum of RGB (Red+Green+Blue) = 19+94+188=301 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.31% from 301); Green value is 94 (37.11% from 255 or 31.23% from 301); Blue value is 188 (73.83% from 255 or 62.46% from 301); Max value from RGB is 188 - color contains mainly: blue. Hex color #135EBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #135EBC is #ECA143. Grayscale: #515151. Windows color (decimal): -15507780 or 12344851. OLE color: 12344851.
HSL color Cylindrical-coordinate representation of color #135EBC: hue angle of 213.37º 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 #135EBC is Cyan = 0.90, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 94 | 188 | - |
| CMYK | 0.90 | 0.50 | 0 | 0.26 |
| HSL | 213.37º | 0.82% | 0.41% | - |
| HSV(B) | 213.37º | 0.9% | 0.74% | - |
| XYZ | 13.35 | 11.77 | 49.15 | - |
| YUV | 82.29 | 187.65 | 82.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 94 | 188 | 0.90 | 0.50 | 0 | 0.26 | 213.37 | 0.82 | 0.41 |
| Hex | 13 | 5E | BC | 5A | 32 | 0 | 1A | D5 | 52 | 29 |
| Octal | 23 | 136 | 274 | 132 | 62 | 0 | 32 | 325 | 122 | 51 |
| Binary | 10011 | 1011110 | 10111100 | 1011010 | 110010 | 0 | 11010 | 11010101 | 1010010 | 101001 |
Color Harmonies of #135EBC
Complementary color
Monochromatic Colors of #135EBC
Black with #135EBC
Text Example
Text Example
White with #135EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135EBC; }
p { color: rgb(19,94,188); }
H1.HeaderClassName
{
color: #135EBC;
}
.AnyTagClassName
{
color: #135EBC;
}
</style>
background-color css
<style>
a { background-color: #135EBC; }
a { background-color: rgb(19,94,188); }
div.DivClassName
{
background-color: #135EBC;
}
.BgClassName
{
background-color: #135EBC;
}
</style>
border-color css
<style>
span { border-color: #135EBC; }
span { border-color: rgb(19,94,188); }
td.TdClassName
{
border-color: #135EBC;
}
.TagClassName
{
border-color: #135EBC;
}
</style>