Shades of Denim #136DAB
Tints of Denim #136DAB
RGB
CMYK
RGB Variations
Color information
#136DAB (or 0x136DAB) is known color: Denim. HEX triplet: 13, 6D and AB. RGB value is (19,109,171). Sum of RGB (Red+Green+Blue) = 19+109+171=299 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.35% from 299); Green value is 109 (42.97% from 255 or 36.45% from 299); Blue value is 171 (67.19% from 255 or 57.19% from 299); Max value from RGB is 171 - color contains mainly: blue. Hex color #136DAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136DAB is #EC9254. Grayscale: #585858. Windows color (decimal): -15503957 or 11234579. OLE color: 11234579.
HSL color Cylindrical-coordinate representation of color #136DAB: hue angle of 204.47º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #136DAB is Cyan = 0.89, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 109 | 171 | - |
| CMYK | 0.89 | 0.36 | 0 | 0.33 |
| HSL | 204.47º | 0.8% | 0.37% | - |
| HSV(B) | 204.47º | 0.89% | 0.67% | - |
| XYZ | 13.09 | 14.02 | 40.54 | - |
| YUV | 89.16 | 174.18 | 77.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 109 | 171 | 0.89 | 0.36 | 0 | 0.33 | 204.47 | 0.8 | 0.37 |
| Hex | 13 | 6D | AB | 59 | 24 | 0 | 21 | CC | 50 | 25 |
| Octal | 23 | 155 | 253 | 131 | 44 | 0 | 41 | 314 | 120 | 45 |
| Binary | 10011 | 1101101 | 10101011 | 1011001 | 100100 | 0 | 100001 | 11001100 | 1010000 | 100101 |
Color Harmonies of #136DAB
Complementary color
Monochromatic Colors of #136DAB
Black with #136DAB
Text Example
Text Example
White with #136DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136DAB; }
p { color: rgb(19,109,171); }
H1.HeaderClassName
{
color: #136DAB;
}
.AnyTagClassName
{
color: #136DAB;
}
</style>
background-color css
<style>
a { background-color: #136DAB; }
a { background-color: rgb(19,109,171); }
div.DivClassName
{
background-color: #136DAB;
}
.BgClassName
{
background-color: #136DAB;
}
</style>
border-color css
<style>
span { border-color: #136DAB; }
span { border-color: rgb(19,109,171); }
td.TdClassName
{
border-color: #136DAB;
}
.TagClassName
{
border-color: #136DAB;
}
</style>