Shades of Denim #136DB1
Tints of Denim #136DB1
RGB
CMYK
RGB Variations
Color information
#136DB1 (or 0x136DB1) is known color: Denim. HEX triplet: 13, 6D and B1. RGB value is (19,109,177). Sum of RGB (Red+Green+Blue) = 19+109+177=305 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.23% from 305); Green value is 109 (42.97% from 255 or 35.74% from 305); Blue value is 177 (69.53% from 255 or 58.03% from 305); Max value from RGB is 177 - color contains mainly: blue. Hex color #136DB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136DB1 is #EC924E. Grayscale: #595959. Windows color (decimal): -15503951 or 11627795. OLE color: 11627795.
HSL color Cylindrical-coordinate representation of color #136DB1: hue angle of 205.82º 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 #136DB1 is Cyan = 0.89, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 19 | 109 | 177 | - |
| CMYK | 0.89 | 0.38 | 0 | 0.31 |
| HSL | 205.82º | 0.81% | 0.38% | - |
| HSV(B) | 205.82º | 0.89% | 0.69% | - |
| XYZ | 13.67 | 14.25 | 43.62 | - |
| YUV | 89.84 | 177.18 | 77.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 109 | 177 | 0.89 | 0.38 | 0 | 0.31 | 205.82 | 0.81 | 0.38 |
| Hex | 13 | 6D | B1 | 59 | 26 | 0 | 1F | CE | 51 | 26 |
| Octal | 23 | 155 | 261 | 131 | 46 | 0 | 37 | 316 | 121 | 46 |
| Binary | 10011 | 1101101 | 10110001 | 1011001 | 100110 | 0 | 11111 | 11001110 | 1010001 | 100110 |
Color Harmonies of #136DB1
Complementary color
Monochromatic Colors of #136DB1
Black with #136DB1
Text Example
Text Example
White with #136DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136DB1; }
p { color: rgb(19,109,177); }
H1.HeaderClassName
{
color: #136DB1;
}
.AnyTagClassName
{
color: #136DB1;
}
</style>
background-color css
<style>
a { background-color: #136DB1; }
a { background-color: rgb(19,109,177); }
div.DivClassName
{
background-color: #136DB1;
}
.BgClassName
{
background-color: #136DB1;
}
</style>
border-color css
<style>
span { border-color: #136DB1; }
span { border-color: rgb(19,109,177); }
td.TdClassName
{
border-color: #136DB1;
}
.TagClassName
{
border-color: #136DB1;
}
</style>