Shades of Denim #136DB3
Tints of Denim #136DB3
RGB
CMYK
RGB Variations
Color information
#136DB3 (or 0x136DB3) is known color: Denim. HEX triplet: 13, 6D and B3. RGB value is (19,109,179). Sum of RGB (Red+Green+Blue) = 19+109+179=307 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.19% from 307); Green value is 109 (42.97% from 255 or 35.50% from 307); Blue value is 179 (70.31% from 255 or 58.31% from 307); Max value from RGB is 179 - color contains mainly: blue. Hex color #136DB3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136DB3 is #EC924C. Grayscale: #595959. Windows color (decimal): -15503949 or 11758867. OLE color: 11758867.
HSL color Cylindrical-coordinate representation of color #136DB3: hue angle of 206.25º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #136DB3 is Cyan = 0.89, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 19 | 109 | 179 | - |
| CMYK | 0.89 | 0.39 | 0 | 0.30 |
| HSL | 206.25º | 0.81% | 0.39% | - |
| HSV(B) | 206.25º | 0.89% | 0.7% | - |
| XYZ | 13.87 | 14.33 | 44.68 | - |
| YUV | 90.07 | 178.18 | 77.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 109 | 179 | 0.89 | 0.39 | 0 | 0.30 | 206.25 | 0.81 | 0.39 |
| Hex | 13 | 6D | B3 | 59 | 27 | 0 | 1E | CE | 51 | 27 |
| Octal | 23 | 155 | 263 | 131 | 47 | 0 | 36 | 316 | 121 | 47 |
| Binary | 10011 | 1101101 | 10110011 | 1011001 | 100111 | 0 | 11110 | 11001110 | 1010001 | 100111 |
Color Harmonies of #136DB3
Complementary color
Monochromatic Colors of #136DB3
Black with #136DB3
Text Example
Text Example
White with #136DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136DB3; }
p { color: rgb(19,109,179); }
H1.HeaderClassName
{
color: #136DB3;
}
.AnyTagClassName
{
color: #136DB3;
}
</style>
background-color css
<style>
a { background-color: #136DB3; }
a { background-color: rgb(19,109,179); }
div.DivClassName
{
background-color: #136DB3;
}
.BgClassName
{
background-color: #136DB3;
}
</style>
border-color css
<style>
span { border-color: #136DB3; }
span { border-color: rgb(19,109,179); }
td.TdClassName
{
border-color: #136DB3;
}
.TagClassName
{
border-color: #136DB3;
}
</style>