Shades of Denim #136DBE
Tints of Denim #136DBE
RGB
CMYK
RGB Variations
Color information
#136DBE (or 0x136DBE) is known color: Denim. HEX triplet: 13, 6D and BE. RGB value is (19,109,190). Sum of RGB (Red+Green+Blue) = 19+109+190=318 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.97% from 318); Green value is 109 (42.97% from 255 or 34.28% from 318); Blue value is 190 (74.61% from 255 or 59.75% from 318); Max value from RGB is 190 - color contains mainly: blue. Hex color #136DBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136DBE is #EC9241. Grayscale: #5A5A5A. Windows color (decimal): -15503938 or 12479763. OLE color: 12479763.
HSL color Cylindrical-coordinate representation of color #136DBE: hue angle of 208.42º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #136DBE is Cyan = 0.90, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 19 | 109 | 190 | - |
| CMYK | 0.90 | 0.43 | 0 | 0.25 |
| HSL | 208.42º | 0.82% | 0.41% | - |
| HSV(B) | 208.42º | 0.9% | 0.75% | - |
| XYZ | 15.03 | 14.79 | 50.78 | - |
| YUV | 91.32 | 183.68 | 76.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 109 | 190 | 0.90 | 0.43 | 0 | 0.25 | 208.42 | 0.82 | 0.41 |
| Hex | 13 | 6D | BE | 5A | 2B | 0 | 19 | D0 | 52 | 29 |
| Octal | 23 | 155 | 276 | 132 | 53 | 0 | 31 | 320 | 122 | 51 |
| Binary | 10011 | 1101101 | 10111110 | 1011010 | 101011 | 0 | 11001 | 11010000 | 1010010 | 101001 |
Color Harmonies of #136DBE
Complementary color
Monochromatic Colors of #136DBE
Black with #136DBE
Text Example
Text Example
White with #136DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136DBE; }
p { color: rgb(19,109,190); }
H1.HeaderClassName
{
color: #136DBE;
}
.AnyTagClassName
{
color: #136DBE;
}
</style>
background-color css
<style>
a { background-color: #136DBE; }
a { background-color: rgb(19,109,190); }
div.DivClassName
{
background-color: #136DBE;
}
.BgClassName
{
background-color: #136DBE;
}
</style>
border-color css
<style>
span { border-color: #136DBE; }
span { border-color: rgb(19,109,190); }
td.TdClassName
{
border-color: #136DBE;
}
.TagClassName
{
border-color: #136DBE;
}
</style>