Shades of Denim #136AB1
Tints of Denim #136AB1
RGB
CMYK
RGB Variations
Color information
#136AB1 (or 0x136AB1) is known color: Denim. HEX triplet: 13, 6A and B1. RGB value is (19,106,177). Sum of RGB (Red+Green+Blue) = 19+106+177=302 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.29% from 302); Green value is 106 (41.80% from 255 or 35.10% from 302); Blue value is 177 (69.53% from 255 or 58.61% from 302); Max value from RGB is 177 - color contains mainly: blue. Hex color #136AB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136AB1 is #EC954E. Grayscale: #575757. Windows color (decimal): -15504719 or 11627027. OLE color: 11627027.
HSL color Cylindrical-coordinate representation of color #136AB1: hue angle of 206.96º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #136AB1 is Cyan = 0.89, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 19 | 106 | 177 | - |
| CMYK | 0.89 | 0.40 | 0 | 0.31 |
| HSL | 206.96º | 0.81% | 0.38% | - |
| HSV(B) | 206.96º | 0.89% | 0.69% | - |
| XYZ | 13.36 | 13.62 | 43.52 | - |
| YUV | 88.08 | 178.18 | 78.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 106 | 177 | 0.89 | 0.40 | 0 | 0.31 | 206.96 | 0.81 | 0.38 |
| Hex | 13 | 6A | B1 | 59 | 28 | 0 | 1F | CF | 51 | 26 |
| Octal | 23 | 152 | 261 | 131 | 50 | 0 | 37 | 317 | 121 | 46 |
| Binary | 10011 | 1101010 | 10110001 | 1011001 | 101000 | 0 | 11111 | 11001111 | 1010001 | 100110 |
Color Harmonies of #136AB1
Complementary color
Monochromatic Colors of #136AB1
Black with #136AB1
Text Example
Text Example
White with #136AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136AB1; }
p { color: rgb(19,106,177); }
H1.HeaderClassName
{
color: #136AB1;
}
.AnyTagClassName
{
color: #136AB1;
}
</style>
background-color css
<style>
a { background-color: #136AB1; }
a { background-color: rgb(19,106,177); }
div.DivClassName
{
background-color: #136AB1;
}
.BgClassName
{
background-color: #136AB1;
}
</style>
border-color css
<style>
span { border-color: #136AB1; }
span { border-color: rgb(19,106,177); }
td.TdClassName
{
border-color: #136AB1;
}
.TagClassName
{
border-color: #136AB1;
}
</style>