Shades of Denim #136DBD
Tints of Denim #136DBD
RGB
CMYK
RGB Variations
Color information
#136DBD (or 0x136DBD) is known color: Denim. HEX triplet: 13, 6D and BD. RGB value is (19,109,189). Sum of RGB (Red+Green+Blue) = 19+109+189=317 (41% of max value = 765). Red value is 19 (7.81% from 255 or 5.99% from 317); Green value is 109 (42.97% from 255 or 34.38% from 317); Blue value is 189 (74.22% from 255 or 59.62% from 317); Max value from RGB is 189 - color contains mainly: blue. Hex color #136DBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136DBD is #EC9242. Grayscale: #5A5A5A. Windows color (decimal): -15503939 or 12414227. OLE color: 12414227.
HSL color Cylindrical-coordinate representation of color #136DBD: hue angle of 208.24º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #136DBD is Cyan = 0.90, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 109 | 189 | - |
| CMYK | 0.90 | 0.42 | 0 | 0.26 |
| HSL | 208.24º | 0.82% | 0.41% | - |
| HSV(B) | 208.24º | 0.9% | 0.74% | - |
| XYZ | 14.92 | 14.75 | 50.2 | - |
| YUV | 91.21 | 183.18 | 76.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 109 | 189 | 0.90 | 0.42 | 0 | 0.26 | 208.24 | 0.82 | 0.41 |
| Hex | 13 | 6D | BD | 5A | 2A | 0 | 1A | D0 | 52 | 29 |
| Octal | 23 | 155 | 275 | 132 | 52 | 0 | 32 | 320 | 122 | 51 |
| Binary | 10011 | 1101101 | 10111101 | 1011010 | 101010 | 0 | 11010 | 11010000 | 1010010 | 101001 |
Color Harmonies of #136DBD
Complementary color
Monochromatic Colors of #136DBD
Black with #136DBD
Text Example
Text Example
White with #136DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136DBD; }
p { color: rgb(19,109,189); }
H1.HeaderClassName
{
color: #136DBD;
}
.AnyTagClassName
{
color: #136DBD;
}
</style>
background-color css
<style>
a { background-color: #136DBD; }
a { background-color: rgb(19,109,189); }
div.DivClassName
{
background-color: #136DBD;
}
.BgClassName
{
background-color: #136DBD;
}
</style>
border-color css
<style>
span { border-color: #136DBD; }
span { border-color: rgb(19,109,189); }
td.TdClassName
{
border-color: #136DBD;
}
.TagClassName
{
border-color: #136DBD;
}
</style>