Shades of Denim #136ABD
Tints of Denim #136ABD
RGB
CMYK
RGB Variations
Color information
#136ABD (or 0x136ABD) is known color: Denim. HEX triplet: 13, 6A and BD. RGB value is (19,106,189). Sum of RGB (Red+Green+Blue) = 19+106+189=314 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.05% from 314); Green value is 106 (41.80% from 255 or 33.76% from 314); Blue value is 189 (74.22% from 255 or 60.19% from 314); Max value from RGB is 189 - color contains mainly: blue. Hex color #136ABD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136ABD is #EC9542. Grayscale: #595959. Windows color (decimal): -15504707 or 12413459. OLE color: 12413459.
HSL color Cylindrical-coordinate representation of color #136ABD: hue angle of 209.29º 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 #136ABD is Cyan = 0.90, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 106 | 189 | - |
| CMYK | 0.90 | 0.44 | 0 | 0.26 |
| HSL | 209.29º | 0.82% | 0.41% | - |
| HSV(B) | 209.29º | 0.9% | 0.74% | - |
| XYZ | 14.61 | 14.12 | 50.1 | - |
| YUV | 89.45 | 184.18 | 77.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 106 | 189 | 0.90 | 0.44 | 0 | 0.26 | 209.29 | 0.82 | 0.41 |
| Hex | 13 | 6A | BD | 5A | 2C | 0 | 1A | D1 | 52 | 29 |
| Octal | 23 | 152 | 275 | 132 | 54 | 0 | 32 | 321 | 122 | 51 |
| Binary | 10011 | 1101010 | 10111101 | 1011010 | 101100 | 0 | 11010 | 11010001 | 1010010 | 101001 |
Color Harmonies of #136ABD
Complementary color
Monochromatic Colors of #136ABD
Black with #136ABD
Text Example
Text Example
White with #136ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136ABD; }
p { color: rgb(19,106,189); }
H1.HeaderClassName
{
color: #136ABD;
}
.AnyTagClassName
{
color: #136ABD;
}
</style>
background-color css
<style>
a { background-color: #136ABD; }
a { background-color: rgb(19,106,189); }
div.DivClassName
{
background-color: #136ABD;
}
.BgClassName
{
background-color: #136ABD;
}
</style>
border-color css
<style>
span { border-color: #136ABD; }
span { border-color: rgb(19,106,189); }
td.TdClassName
{
border-color: #136ABD;
}
.TagClassName
{
border-color: #136ABD;
}
</style>