Shades of Denim #136BB9
Tints of Denim #136BB9
RGB
CMYK
RGB Variations
Color information
#136BB9 (or 0x136BB9) is known color: Denim. HEX triplet: 13, 6B and B9. RGB value is (19,107,185). Sum of RGB (Red+Green+Blue) = 19+107+185=311 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.11% from 311); Green value is 107 (42.19% from 255 or 34.41% from 311); Blue value is 185 (72.66% from 255 or 59.49% from 311); Max value from RGB is 185 - color contains mainly: blue. Hex color #136BB9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136BB9 is #EC9446. Grayscale: #595959. Windows color (decimal): -15504455 or 12151571. OLE color: 12151571.
HSL color Cylindrical-coordinate representation of color #136BB9: hue angle of 208.19º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #136BB9 is Cyan = 0.90, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 19 | 107 | 185 | - |
| CMYK | 0.90 | 0.42 | 0 | 0.27 |
| HSL | 208.19º | 0.81% | 0.4% | - |
| HSV(B) | 208.19º | 0.9% | 0.73% | - |
| XYZ | 14.28 | 14.16 | 47.88 | - |
| YUV | 89.58 | 181.85 | 77.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 107 | 185 | 0.90 | 0.42 | 0 | 0.27 | 208.19 | 0.81 | 0.4 |
| Hex | 13 | 6B | B9 | 5A | 2A | 0 | 1B | D0 | 51 | 28 |
| Octal | 23 | 153 | 271 | 132 | 52 | 0 | 33 | 320 | 121 | 50 |
| Binary | 10011 | 1101011 | 10111001 | 1011010 | 101010 | 0 | 11011 | 11010000 | 1010001 | 101000 |
Color Harmonies of #136BB9
Complementary color
Monochromatic Colors of #136BB9
Black with #136BB9
Text Example
Text Example
White with #136BB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136BB9; }
p { color: rgb(19,107,185); }
H1.HeaderClassName
{
color: #136BB9;
}
.AnyTagClassName
{
color: #136BB9;
}
</style>
background-color css
<style>
a { background-color: #136BB9; }
a { background-color: rgb(19,107,185); }
div.DivClassName
{
background-color: #136BB9;
}
.BgClassName
{
background-color: #136BB9;
}
</style>
border-color css
<style>
span { border-color: #136BB9; }
span { border-color: rgb(19,107,185); }
td.TdClassName
{
border-color: #136BB9;
}
.TagClassName
{
border-color: #136BB9;
}
</style>