Shades of Denim #136DB4
Tints of Denim #136DB4
RGB
CMYK
RGB Variations
Color information
#136DB4 (or 0x136DB4) is known color: Denim. HEX triplet: 13, 6D and B4. RGB value is (19,109,180). Sum of RGB (Red+Green+Blue) = 19+109+180=308 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.17% from 308); Green value is 109 (42.97% from 255 or 35.39% from 308); Blue value is 180 (70.70% from 255 or 58.44% from 308); Max value from RGB is 180 - color contains mainly: blue. Hex color #136DB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136DB4 is #EC924B. Grayscale: #595959. Windows color (decimal): -15503948 or 11824403. OLE color: 11824403.
HSL color Cylindrical-coordinate representation of color #136DB4: hue angle of 206.46º 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 #136DB4 is Cyan = 0.89, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 19 | 109 | 180 | - |
| CMYK | 0.89 | 0.39 | 0 | 0.29 |
| HSL | 206.46º | 0.81% | 0.39% | - |
| HSV(B) | 206.46º | 0.89% | 0.71% | - |
| XYZ | 13.98 | 14.37 | 45.22 | - |
| YUV | 90.18 | 178.68 | 77.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 109 | 180 | 0.89 | 0.39 | 0 | 0.29 | 206.46 | 0.81 | 0.39 |
| Hex | 13 | 6D | B4 | 59 | 27 | 0 | 1D | CE | 51 | 27 |
| Octal | 23 | 155 | 264 | 131 | 47 | 0 | 35 | 316 | 121 | 47 |
| Binary | 10011 | 1101101 | 10110100 | 1011001 | 100111 | 0 | 11101 | 11001110 | 1010001 | 100111 |
Color Harmonies of #136DB4
Complementary color
Monochromatic Colors of #136DB4
Black with #136DB4
Text Example
Text Example
White with #136DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136DB4; }
p { color: rgb(19,109,180); }
H1.HeaderClassName
{
color: #136DB4;
}
.AnyTagClassName
{
color: #136DB4;
}
</style>
background-color css
<style>
a { background-color: #136DB4; }
a { background-color: rgb(19,109,180); }
div.DivClassName
{
background-color: #136DB4;
}
.BgClassName
{
background-color: #136DB4;
}
</style>
border-color css
<style>
span { border-color: #136DB4; }
span { border-color: rgb(19,109,180); }
td.TdClassName
{
border-color: #136DB4;
}
.TagClassName
{
border-color: #136DB4;
}
</style>