Shades of Denim #136BAA
Tints of Denim #136BAA
RGB
CMYK
RGB Variations
Color information
#136BAA (or 0x136BAA) is known color: Denim. HEX triplet: 13, 6B and AA. RGB value is (19,107,170). Sum of RGB (Red+Green+Blue) = 19+107+170=296 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.42% from 296); Green value is 107 (42.19% from 255 or 36.15% from 296); Blue value is 170 (66.80% from 255 or 57.43% from 296); Max value from RGB is 170 - color contains mainly: blue. Hex color #136BAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136BAA is #EC9455. Grayscale: #575757. Windows color (decimal): -15504470 or 11168531. OLE color: 11168531.
HSL color Cylindrical-coordinate representation of color #136BAA: hue angle of 205.03º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #136BAA is Cyan = 0.89, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 107 | 170 | - |
| CMYK | 0.89 | 0.37 | 0 | 0.33 |
| HSL | 205.03º | 0.8% | 0.37% | - |
| HSV(B) | 205.03º | 0.89% | 0.67% | - |
| XYZ | 12.78 | 13.56 | 39.97 | - |
| YUV | 87.87 | 174.35 | 78.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 107 | 170 | 0.89 | 0.37 | 0 | 0.33 | 205.03 | 0.8 | 0.37 |
| Hex | 13 | 6B | AA | 59 | 25 | 0 | 21 | CD | 50 | 25 |
| Octal | 23 | 153 | 252 | 131 | 45 | 0 | 41 | 315 | 120 | 45 |
| Binary | 10011 | 1101011 | 10101010 | 1011001 | 100101 | 0 | 100001 | 11001101 | 1010000 | 100101 |
Color Harmonies of #136BAA
Complementary color
Monochromatic Colors of #136BAA
Black with #136BAA
Text Example
Text Example
White with #136BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136BAA; }
p { color: rgb(19,107,170); }
H1.HeaderClassName
{
color: #136BAA;
}
.AnyTagClassName
{
color: #136BAA;
}
</style>
background-color css
<style>
a { background-color: #136BAA; }
a { background-color: rgb(19,107,170); }
div.DivClassName
{
background-color: #136BAA;
}
.BgClassName
{
background-color: #136BAA;
}
</style>
border-color css
<style>
span { border-color: #136BAA; }
span { border-color: rgb(19,107,170); }
td.TdClassName
{
border-color: #136BAA;
}
.TagClassName
{
border-color: #136BAA;
}
</style>