Shades of Denim #136EAE
Tints of Denim #136EAE
RGB
CMYK
RGB Variations
Color information
#136EAE (or 0x136EAE) is known color: Denim. HEX triplet: 13, 6E and AE. RGB value is (19,110,174). Sum of RGB (Red+Green+Blue) = 19+110+174=303 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.27% from 303); Green value is 110 (43.36% from 255 or 36.30% from 303); Blue value is 174 (68.36% from 255 or 57.43% from 303); Max value from RGB is 174 - color contains mainly: blue. Hex color #136EAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136EAE is #EC9151. Grayscale: #595959. Windows color (decimal): -15503698 or 11431443. OLE color: 11431443.
HSL color Cylindrical-coordinate representation of color #136EAE: hue angle of 204.77º 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 #136EAE is Cyan = 0.89, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 19 | 110 | 174 | - |
| CMYK | 0.89 | 0.37 | 0 | 0.32 |
| HSL | 204.77º | 0.8% | 0.38% | - |
| HSV(B) | 204.77º | 0.89% | 0.68% | - |
| XYZ | 13.48 | 14.35 | 42.1 | - |
| YUV | 90.09 | 175.35 | 77.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 110 | 174 | 0.89 | 0.37 | 0 | 0.32 | 204.77 | 0.8 | 0.38 |
| Hex | 13 | 6E | AE | 59 | 25 | 0 | 20 | CD | 50 | 26 |
| Octal | 23 | 156 | 256 | 131 | 45 | 0 | 40 | 315 | 120 | 46 |
| Binary | 10011 | 1101110 | 10101110 | 1011001 | 100101 | 0 | 100000 | 11001101 | 1010000 | 100110 |
Color Harmonies of #136EAE
Complementary color
Monochromatic Colors of #136EAE
Black with #136EAE
Text Example
Text Example
White with #136EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136EAE; }
p { color: rgb(19,110,174); }
H1.HeaderClassName
{
color: #136EAE;
}
.AnyTagClassName
{
color: #136EAE;
}
</style>
background-color css
<style>
a { background-color: #136EAE; }
a { background-color: rgb(19,110,174); }
div.DivClassName
{
background-color: #136EAE;
}
.BgClassName
{
background-color: #136EAE;
}
</style>
border-color css
<style>
span { border-color: #136EAE; }
span { border-color: rgb(19,110,174); }
td.TdClassName
{
border-color: #136EAE;
}
.TagClassName
{
border-color: #136EAE;
}
</style>