Shades of Denim #136ABB
Tints of Denim #136ABB
RGB
CMYK
RGB Variations
Color information
#136ABB (or 0x136ABB) is known color: Denim. HEX triplet: 13, 6A and BB. RGB value is (19,106,187). Sum of RGB (Red+Green+Blue) = 19+106+187=312 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.09% from 312); Green value is 106 (41.80% from 255 or 33.97% from 312); Blue value is 187 (73.44% from 255 or 59.94% from 312); Max value from RGB is 187 - color contains mainly: blue. Hex color #136ABB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136ABB is #EC9544. Grayscale: #585858. Windows color (decimal): -15504709 or 12282387. OLE color: 12282387.
HSL color Cylindrical-coordinate representation of color #136ABB: hue angle of 208.93º degrees, saturation: 0.82, 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 #136ABB is Cyan = 0.90, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 19 | 106 | 187 | - |
| CMYK | 0.90 | 0.43 | 0 | 0.27 |
| HSL | 208.93º | 0.82% | 0.4% | - |
| HSV(B) | 208.93º | 0.9% | 0.73% | - |
| XYZ | 14.39 | 14.03 | 48.96 | - |
| YUV | 89.22 | 183.18 | 77.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 106 | 187 | 0.90 | 0.43 | 0 | 0.27 | 208.93 | 0.82 | 0.4 |
| Hex | 13 | 6A | BB | 5A | 2B | 0 | 1B | D1 | 52 | 28 |
| Octal | 23 | 152 | 273 | 132 | 53 | 0 | 33 | 321 | 122 | 50 |
| Binary | 10011 | 1101010 | 10111011 | 1011010 | 101011 | 0 | 11011 | 11010001 | 1010010 | 101000 |
Color Harmonies of #136ABB
Complementary color
Monochromatic Colors of #136ABB
Black with #136ABB
Text Example
Text Example
White with #136ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136ABB; }
p { color: rgb(19,106,187); }
H1.HeaderClassName
{
color: #136ABB;
}
.AnyTagClassName
{
color: #136ABB;
}
</style>
background-color css
<style>
a { background-color: #136ABB; }
a { background-color: rgb(19,106,187); }
div.DivClassName
{
background-color: #136ABB;
}
.BgClassName
{
background-color: #136ABB;
}
</style>
border-color css
<style>
span { border-color: #136ABB; }
span { border-color: rgb(19,106,187); }
td.TdClassName
{
border-color: #136ABB;
}
.TagClassName
{
border-color: #136ABB;
}
</style>