Shades of Denim #136CB7
Tints of Denim #136CB7
RGB
CMYK
RGB Variations
Color information
#136CB7 (or 0x136CB7) is known color: Denim. HEX triplet: 13, 6C and B7. RGB value is (19,108,183). Sum of RGB (Red+Green+Blue) = 19+108+183=310 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.13% from 310); Green value is 108 (42.58% from 255 or 34.84% from 310); Blue value is 183 (71.88% from 255 or 59.03% from 310); Max value from RGB is 183 - color contains mainly: blue. Hex color #136CB7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136CB7 is #EC9348. Grayscale: #595959. Windows color (decimal): -15504201 or 12020755. OLE color: 12020755.
HSL color Cylindrical-coordinate representation of color #136CB7: hue angle of 207.44º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #136CB7 is Cyan = 0.90, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 19 | 108 | 183 | - |
| CMYK | 0.90 | 0.41 | 0 | 0.28 |
| HSL | 207.44º | 0.81% | 0.4% | - |
| HSV(B) | 207.44º | 0.9% | 0.72% | - |
| XYZ | 14.18 | 14.28 | 46.81 | - |
| YUV | 89.94 | 180.51 | 77.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 108 | 183 | 0.90 | 0.41 | 0 | 0.28 | 207.44 | 0.81 | 0.4 |
| Hex | 13 | 6C | B7 | 5A | 29 | 0 | 1C | CF | 51 | 28 |
| Octal | 23 | 154 | 267 | 132 | 51 | 0 | 34 | 317 | 121 | 50 |
| Binary | 10011 | 1101100 | 10110111 | 1011010 | 101001 | 0 | 11100 | 11001111 | 1010001 | 101000 |
Color Harmonies of #136CB7
Complementary color
Monochromatic Colors of #136CB7
Black with #136CB7
Text Example
Text Example
White with #136CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136CB7; }
p { color: rgb(19,108,183); }
H1.HeaderClassName
{
color: #136CB7;
}
.AnyTagClassName
{
color: #136CB7;
}
</style>
background-color css
<style>
a { background-color: #136CB7; }
a { background-color: rgb(19,108,183); }
div.DivClassName
{
background-color: #136CB7;
}
.BgClassName
{
background-color: #136CB7;
}
</style>
border-color css
<style>
span { border-color: #136CB7; }
span { border-color: rgb(19,108,183); }
td.TdClassName
{
border-color: #136CB7;
}
.TagClassName
{
border-color: #136CB7;
}
</style>