Shades of Denim #136CB6
Tints of Denim #136CB6
RGB
CMYK
RGB Variations
Color information
#136CB6 (or 0x136CB6) is known color: Denim. HEX triplet: 13, 6C and B6. RGB value is (19,108,182). Sum of RGB (Red+Green+Blue) = 19+108+182=309 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.15% from 309); Green value is 108 (42.58% from 255 or 34.95% from 309); Blue value is 182 (71.48% from 255 or 58.90% from 309); Max value from RGB is 182 - color contains mainly: blue. Hex color #136CB6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136CB6 is #EC9349. Grayscale: #595959. Windows color (decimal): -15504202 or 11955219. OLE color: 11955219.
HSL color Cylindrical-coordinate representation of color #136CB6: hue angle of 207.24º 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 #136CB6 is Cyan = 0.90, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 19 | 108 | 182 | - |
| CMYK | 0.90 | 0.41 | 0 | 0.29 |
| HSL | 207.24º | 0.81% | 0.39% | - |
| HSV(B) | 207.24º | 0.9% | 0.71% | - |
| XYZ | 14.07 | 14.24 | 46.26 | - |
| YUV | 89.83 | 180.01 | 77.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 108 | 182 | 0.90 | 0.41 | 0 | 0.29 | 207.24 | 0.81 | 0.39 |
| Hex | 13 | 6C | B6 | 5A | 29 | 0 | 1D | CF | 51 | 27 |
| Octal | 23 | 154 | 266 | 132 | 51 | 0 | 35 | 317 | 121 | 47 |
| Binary | 10011 | 1101100 | 10110110 | 1011010 | 101001 | 0 | 11101 | 11001111 | 1010001 | 100111 |
Color Harmonies of #136CB6
Complementary color
Monochromatic Colors of #136CB6
Black with #136CB6
Text Example
Text Example
White with #136CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136CB6; }
p { color: rgb(19,108,182); }
H1.HeaderClassName
{
color: #136CB6;
}
.AnyTagClassName
{
color: #136CB6;
}
</style>
background-color css
<style>
a { background-color: #136CB6; }
a { background-color: rgb(19,108,182); }
div.DivClassName
{
background-color: #136CB6;
}
.BgClassName
{
background-color: #136CB6;
}
</style>
border-color css
<style>
span { border-color: #136CB6; }
span { border-color: rgb(19,108,182); }
td.TdClassName
{
border-color: #136CB6;
}
.TagClassName
{
border-color: #136CB6;
}
</style>