Shades of Denim #136BB6
Tints of Denim #136BB6
RGB
CMYK
RGB Variations
Color information
#136BB6 (or 0x136BB6) is known color: Denim. HEX triplet: 13, 6B and B6. RGB value is (19,107,182). Sum of RGB (Red+Green+Blue) = 19+107+182=308 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.17% from 308); Green value is 107 (42.19% from 255 or 34.74% from 308); Blue value is 182 (71.48% from 255 or 59.09% from 308); Max value from RGB is 182 - color contains mainly: blue. Hex color #136BB6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136BB6 is #EC9449. Grayscale: #585858. Windows color (decimal): -15504458 or 11954963. OLE color: 11954963.
HSL color Cylindrical-coordinate representation of color #136BB6: hue angle of 207.61º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #136BB6 is Cyan = 0.90, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 19 | 107 | 182 | - |
| CMYK | 0.90 | 0.41 | 0 | 0.29 |
| HSL | 207.61º | 0.81% | 0.39% | - |
| HSV(B) | 207.61º | 0.9% | 0.71% | - |
| XYZ | 13.97 | 14.03 | 46.23 | - |
| YUV | 89.24 | 180.35 | 77.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 107 | 182 | 0.90 | 0.41 | 0 | 0.29 | 207.61 | 0.81 | 0.39 |
| Hex | 13 | 6B | B6 | 5A | 29 | 0 | 1D | D0 | 51 | 27 |
| Octal | 23 | 153 | 266 | 132 | 51 | 0 | 35 | 320 | 121 | 47 |
| Binary | 10011 | 1101011 | 10110110 | 1011010 | 101001 | 0 | 11101 | 11010000 | 1010001 | 100111 |
Color Harmonies of #136BB6
Complementary color
Monochromatic Colors of #136BB6
Black with #136BB6
Text Example
Text Example
White with #136BB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136BB6; }
p { color: rgb(19,107,182); }
H1.HeaderClassName
{
color: #136BB6;
}
.AnyTagClassName
{
color: #136BB6;
}
</style>
background-color css
<style>
a { background-color: #136BB6; }
a { background-color: rgb(19,107,182); }
div.DivClassName
{
background-color: #136BB6;
}
.BgClassName
{
background-color: #136BB6;
}
</style>
border-color css
<style>
span { border-color: #136BB6; }
span { border-color: rgb(19,107,182); }
td.TdClassName
{
border-color: #136BB6;
}
.TagClassName
{
border-color: #136BB6;
}
</style>