Shades of Denim #136CBE
Tints of Denim #136CBE
RGB
CMYK
RGB Variations
Color information
#136CBE (or 0x136CBE) is known color: Denim. HEX triplet: 13, 6C and BE. RGB value is (19,108,190). Sum of RGB (Red+Green+Blue) = 19+108+190=317 (41% of max value = 765). Red value is 19 (7.81% from 255 or 5.99% from 317); Green value is 108 (42.58% from 255 or 34.07% from 317); Blue value is 190 (74.61% from 255 or 59.94% from 317); Max value from RGB is 190 - color contains mainly: blue. Hex color #136CBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136CBE is #EC9341. Grayscale: #5A5A5A. Windows color (decimal): -15504194 or 12479507. OLE color: 12479507.
HSL color Cylindrical-coordinate representation of color #136CBE: hue angle of 208.77º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #136CBE is Cyan = 0.90, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 19 | 108 | 190 | - |
| CMYK | 0.90 | 0.43 | 0 | 0.25 |
| HSL | 208.77º | 0.82% | 0.41% | - |
| HSV(B) | 208.77º | 0.9% | 0.75% | - |
| XYZ | 14.93 | 14.58 | 50.74 | - |
| YUV | 90.74 | 184.01 | 76.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 108 | 190 | 0.90 | 0.43 | 0 | 0.25 | 208.77 | 0.82 | 0.41 |
| Hex | 13 | 6C | BE | 5A | 2B | 0 | 19 | D1 | 52 | 29 |
| Octal | 23 | 154 | 276 | 132 | 53 | 0 | 31 | 321 | 122 | 51 |
| Binary | 10011 | 1101100 | 10111110 | 1011010 | 101011 | 0 | 11001 | 11010001 | 1010010 | 101001 |
Color Harmonies of #136CBE
Complementary color
Monochromatic Colors of #136CBE
Black with #136CBE
Text Example
Text Example
White with #136CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136CBE; }
p { color: rgb(19,108,190); }
H1.HeaderClassName
{
color: #136CBE;
}
.AnyTagClassName
{
color: #136CBE;
}
</style>
background-color css
<style>
a { background-color: #136CBE; }
a { background-color: rgb(19,108,190); }
div.DivClassName
{
background-color: #136CBE;
}
.BgClassName
{
background-color: #136CBE;
}
</style>
border-color css
<style>
span { border-color: #136CBE; }
span { border-color: rgb(19,108,190); }
td.TdClassName
{
border-color: #136CBE;
}
.TagClassName
{
border-color: #136CBE;
}
</style>