Shades of Denim #136BB1
Tints of Denim #136BB1
RGB
CMYK
RGB Variations
Color information
#136BB1 (or 0x136BB1) is known color: Denim. HEX triplet: 13, 6B and B1. RGB value is (19,107,177). Sum of RGB (Red+Green+Blue) = 19+107+177=303 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.27% from 303); Green value is 107 (42.19% from 255 or 35.31% from 303); Blue value is 177 (69.53% from 255 or 58.42% from 303); Max value from RGB is 177 - color contains mainly: blue. Hex color #136BB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136BB1 is #EC944E. Grayscale: #585858. Windows color (decimal): -15504463 or 11627283. OLE color: 11627283.
HSL color Cylindrical-coordinate representation of color #136BB1: hue angle of 206.58º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #136BB1 is Cyan = 0.89, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 19 | 107 | 177 | - |
| CMYK | 0.89 | 0.40 | 0 | 0.31 |
| HSL | 206.58º | 0.81% | 0.38% | - |
| HSV(B) | 206.58º | 0.89% | 0.69% | - |
| XYZ | 13.46 | 13.83 | 43.55 | - |
| YUV | 88.67 | 177.85 | 78.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 107 | 177 | 0.89 | 0.40 | 0 | 0.31 | 206.58 | 0.81 | 0.38 |
| Hex | 13 | 6B | B1 | 59 | 28 | 0 | 1F | CF | 51 | 26 |
| Octal | 23 | 153 | 261 | 131 | 50 | 0 | 37 | 317 | 121 | 46 |
| Binary | 10011 | 1101011 | 10110001 | 1011001 | 101000 | 0 | 11111 | 11001111 | 1010001 | 100110 |
Color Harmonies of #136BB1
Complementary color
Monochromatic Colors of #136BB1
Black with #136BB1
Text Example
Text Example
White with #136BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136BB1; }
p { color: rgb(19,107,177); }
H1.HeaderClassName
{
color: #136BB1;
}
.AnyTagClassName
{
color: #136BB1;
}
</style>
background-color css
<style>
a { background-color: #136BB1; }
a { background-color: rgb(19,107,177); }
div.DivClassName
{
background-color: #136BB1;
}
.BgClassName
{
background-color: #136BB1;
}
</style>
border-color css
<style>
span { border-color: #136BB1; }
span { border-color: rgb(19,107,177); }
td.TdClassName
{
border-color: #136BB1;
}
.TagClassName
{
border-color: #136BB1;
}
</style>