Shades of Denim #136CB4
Tints of Denim #136CB4
RGB
CMYK
RGB Variations
Color information
#136CB4 (or 0x136CB4) is known color: Denim. HEX triplet: 13, 6C and B4. RGB value is (19,108,180). Sum of RGB (Red+Green+Blue) = 19+108+180=307 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.19% from 307); Green value is 108 (42.58% from 255 or 35.18% from 307); Blue value is 180 (70.70% from 255 or 58.63% from 307); Max value from RGB is 180 - color contains mainly: blue. Hex color #136CB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136CB4 is #EC934B. Grayscale: #595959. Windows color (decimal): -15504204 or 11824147. OLE color: 11824147.
HSL color Cylindrical-coordinate representation of color #136CB4: hue angle of 206.83º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #136CB4 is Cyan = 0.89, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 19 | 108 | 180 | - |
| CMYK | 0.89 | 0.40 | 0 | 0.29 |
| HSL | 206.83º | 0.81% | 0.39% | - |
| HSV(B) | 206.83º | 0.89% | 0.71% | - |
| XYZ | 13.87 | 14.16 | 45.18 | - |
| YUV | 89.6 | 179.01 | 77.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 108 | 180 | 0.89 | 0.40 | 0 | 0.29 | 206.83 | 0.81 | 0.39 |
| Hex | 13 | 6C | B4 | 59 | 28 | 0 | 1D | CF | 51 | 27 |
| Octal | 23 | 154 | 264 | 131 | 50 | 0 | 35 | 317 | 121 | 47 |
| Binary | 10011 | 1101100 | 10110100 | 1011001 | 101000 | 0 | 11101 | 11001111 | 1010001 | 100111 |
Color Harmonies of #136CB4
Complementary color
Monochromatic Colors of #136CB4
Black with #136CB4
Text Example
Text Example
White with #136CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136CB4; }
p { color: rgb(19,108,180); }
H1.HeaderClassName
{
color: #136CB4;
}
.AnyTagClassName
{
color: #136CB4;
}
</style>
background-color css
<style>
a { background-color: #136CB4; }
a { background-color: rgb(19,108,180); }
div.DivClassName
{
background-color: #136CB4;
}
.BgClassName
{
background-color: #136CB4;
}
</style>
border-color css
<style>
span { border-color: #136CB4; }
span { border-color: rgb(19,108,180); }
td.TdClassName
{
border-color: #136CB4;
}
.TagClassName
{
border-color: #136CB4;
}
</style>