Shades of Denim #136EB6
Tints of Denim #136EB6
RGB
CMYK
RGB Variations
Color information
#136EB6 (or 0x136EB6) is known color: Denim. HEX triplet: 13, 6E and B6. RGB value is (19,110,182). Sum of RGB (Red+Green+Blue) = 19+110+182=311 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.11% from 311); Green value is 110 (43.36% from 255 or 35.37% from 311); Blue value is 182 (71.48% from 255 or 58.52% from 311); Max value from RGB is 182 - color contains mainly: blue. Hex color #136EB6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136EB6 is #EC9149. Grayscale: #5A5A5A. Windows color (decimal): -15503690 or 11955731. OLE color: 11955731.
HSL color Cylindrical-coordinate representation of color #136EB6: hue angle of 206.5º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #136EB6 is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 19 | 110 | 182 | - |
| CMYK | 0.90 | 0.40 | 0 | 0.29 |
| HSL | 206.5º | 0.81% | 0.39% | - |
| HSV(B) | 206.5º | 0.9% | 0.71% | - |
| XYZ | 14.29 | 14.67 | 46.33 | - |
| YUV | 91 | 179.35 | 76.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 110 | 182 | 0.90 | 0.40 | 0 | 0.29 | 206.5 | 0.81 | 0.39 |
| Hex | 13 | 6E | B6 | 5A | 28 | 0 | 1D | CF | 51 | 27 |
| Octal | 23 | 156 | 266 | 132 | 50 | 0 | 35 | 317 | 121 | 47 |
| Binary | 10011 | 1101110 | 10110110 | 1011010 | 101000 | 0 | 11101 | 11001111 | 1010001 | 100111 |
Color Harmonies of #136EB6
Complementary color
Monochromatic Colors of #136EB6
Black with #136EB6
Text Example
Text Example
White with #136EB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136EB6; }
p { color: rgb(19,110,182); }
H1.HeaderClassName
{
color: #136EB6;
}
.AnyTagClassName
{
color: #136EB6;
}
</style>
background-color css
<style>
a { background-color: #136EB6; }
a { background-color: rgb(19,110,182); }
div.DivClassName
{
background-color: #136EB6;
}
.BgClassName
{
background-color: #136EB6;
}
</style>
border-color css
<style>
span { border-color: #136EB6; }
span { border-color: rgb(19,110,182); }
td.TdClassName
{
border-color: #136EB6;
}
.TagClassName
{
border-color: #136EB6;
}
</style>