Shades of Denim #136DAE
Tints of Denim #136DAE
RGB
CMYK
RGB Variations
Color information
#136DAE (or 0x136DAE) is known color: Denim. HEX triplet: 13, 6D and AE. RGB value is (19,109,174). Sum of RGB (Red+Green+Blue) = 19+109+174=302 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.29% from 302); Green value is 109 (42.97% from 255 or 36.09% from 302); Blue value is 174 (68.36% from 255 or 57.62% from 302); Max value from RGB is 174 - color contains mainly: blue. Hex color #136DAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136DAE is #EC9251. Grayscale: #595959. Windows color (decimal): -15503954 or 11431187. OLE color: 11431187.
HSL color Cylindrical-coordinate representation of color #136DAE: hue angle of 205.16º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #136DAE is Cyan = 0.89, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 19 | 109 | 174 | - |
| CMYK | 0.89 | 0.37 | 0 | 0.32 |
| HSL | 205.16º | 0.8% | 0.38% | - |
| HSV(B) | 205.16º | 0.89% | 0.68% | - |
| XYZ | 13.38 | 14.13 | 42.07 | - |
| YUV | 89.5 | 175.68 | 77.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 109 | 174 | 0.89 | 0.37 | 0 | 0.32 | 205.16 | 0.8 | 0.38 |
| Hex | 13 | 6D | AE | 59 | 25 | 0 | 20 | CD | 50 | 26 |
| Octal | 23 | 155 | 256 | 131 | 45 | 0 | 40 | 315 | 120 | 46 |
| Binary | 10011 | 1101101 | 10101110 | 1011001 | 100101 | 0 | 100000 | 11001101 | 1010000 | 100110 |
Color Harmonies of #136DAE
Complementary color
Monochromatic Colors of #136DAE
Black with #136DAE
Text Example
Text Example
White with #136DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136DAE; }
p { color: rgb(19,109,174); }
H1.HeaderClassName
{
color: #136DAE;
}
.AnyTagClassName
{
color: #136DAE;
}
</style>
background-color css
<style>
a { background-color: #136DAE; }
a { background-color: rgb(19,109,174); }
div.DivClassName
{
background-color: #136DAE;
}
.BgClassName
{
background-color: #136DAE;
}
</style>
border-color css
<style>
span { border-color: #136DAE; }
span { border-color: rgb(19,109,174); }
td.TdClassName
{
border-color: #136DAE;
}
.TagClassName
{
border-color: #136DAE;
}
</style>