Shades of Denim #136FB4
Tints of Denim #136FB4
RGB
CMYK
RGB Variations
Color information
#136FB4 (or 0x136FB4) is known color: Denim. HEX triplet: 13, 6F and B4. RGB value is (19,111,180). Sum of RGB (Red+Green+Blue) = 19+111+180=310 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.13% from 310); Green value is 111 (43.75% from 255 or 35.81% from 310); Blue value is 180 (70.70% from 255 or 58.06% from 310); Max value from RGB is 180 - color contains mainly: blue. Hex color #136FB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136FB4 is #EC904B. Grayscale: #5A5A5A. Windows color (decimal): -15503436 or 11824915. OLE color: 11824915.
HSL color Cylindrical-coordinate representation of color #136FB4: hue angle of 205.71º 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 #136FB4 is Cyan = 0.89, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 19 | 111 | 180 | - |
| CMYK | 0.89 | 0.38 | 0 | 0.29 |
| HSL | 205.71º | 0.81% | 0.39% | - |
| HSV(B) | 205.71º | 0.89% | 0.71% | - |
| XYZ | 14.19 | 14.8 | 45.29 | - |
| YUV | 91.36 | 178.02 | 76.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 111 | 180 | 0.89 | 0.38 | 0 | 0.29 | 205.71 | 0.81 | 0.39 |
| Hex | 13 | 6F | B4 | 59 | 26 | 0 | 1D | CE | 51 | 27 |
| Octal | 23 | 157 | 264 | 131 | 46 | 0 | 35 | 316 | 121 | 47 |
| Binary | 10011 | 1101111 | 10110100 | 1011001 | 100110 | 0 | 11101 | 11001110 | 1010001 | 100111 |
Color Harmonies of #136FB4
Complementary color
Monochromatic Colors of #136FB4
Black with #136FB4
Text Example
Text Example
White with #136FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136FB4; }
p { color: rgb(19,111,180); }
H1.HeaderClassName
{
color: #136FB4;
}
.AnyTagClassName
{
color: #136FB4;
}
</style>
background-color css
<style>
a { background-color: #136FB4; }
a { background-color: rgb(19,111,180); }
div.DivClassName
{
background-color: #136FB4;
}
.BgClassName
{
background-color: #136FB4;
}
</style>
border-color css
<style>
span { border-color: #136FB4; }
span { border-color: rgb(19,111,180); }
td.TdClassName
{
border-color: #136FB4;
}
.TagClassName
{
border-color: #136FB4;
}
</style>