Shades of Denim #136DBF
Tints of Denim #136DBF
RGB
CMYK
RGB Variations
Color information
#136DBF (or 0x136DBF) is known color: Denim. HEX triplet: 13, 6D and BF. RGB value is (19,109,191). Sum of RGB (Red+Green+Blue) = 19+109+191=319 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.96% from 319); Green value is 109 (42.97% from 255 or 34.17% from 319); Blue value is 191 (75% from 255 or 59.87% from 319); Max value from RGB is 191 - color contains mainly: blue. Hex color #136DBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136DBF is #EC9240. Grayscale: #5B5B5B. Windows color (decimal): -15503937 or 12545299. OLE color: 12545299.
HSL color Cylindrical-coordinate representation of color #136DBF: hue angle of 208.6º 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 #136DBF is Cyan = 0.90, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 19 | 109 | 191 | - |
| CMYK | 0.90 | 0.43 | 0 | 0.25 |
| HSL | 208.6º | 0.82% | 0.41% | - |
| HSV(B) | 208.6º | 0.9% | 0.75% | - |
| XYZ | 15.14 | 14.84 | 51.36 | - |
| YUV | 91.44 | 184.18 | 76.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 109 | 191 | 0.90 | 0.43 | 0 | 0.25 | 208.6 | 0.82 | 0.41 |
| Hex | 13 | 6D | BF | 5A | 2B | 0 | 19 | D1 | 52 | 29 |
| Octal | 23 | 155 | 277 | 132 | 53 | 0 | 31 | 321 | 122 | 51 |
| Binary | 10011 | 1101101 | 10111111 | 1011010 | 101011 | 0 | 11001 | 11010001 | 1010010 | 101001 |
Color Harmonies of #136DBF
Complementary color
Monochromatic Colors of #136DBF
Black with #136DBF
Text Example
Text Example
White with #136DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136DBF; }
p { color: rgb(19,109,191); }
H1.HeaderClassName
{
color: #136DBF;
}
.AnyTagClassName
{
color: #136DBF;
}
</style>
background-color css
<style>
a { background-color: #136DBF; }
a { background-color: rgb(19,109,191); }
div.DivClassName
{
background-color: #136DBF;
}
.BgClassName
{
background-color: #136DBF;
}
</style>
border-color css
<style>
span { border-color: #136DBF; }
span { border-color: rgb(19,109,191); }
td.TdClassName
{
border-color: #136DBF;
}
.TagClassName
{
border-color: #136DBF;
}
</style>