Shades of Denim #136BBE
Tints of Denim #136BBE
RGB
CMYK
RGB Variations
Color information
#136BBE (or 0x136BBE) is known color: Denim. HEX triplet: 13, 6B and BE. RGB value is (19,107,190). Sum of RGB (Red+Green+Blue) = 19+107+190=316 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.01% from 316); Green value is 107 (42.19% from 255 or 33.86% from 316); Blue value is 190 (74.61% from 255 or 60.13% from 316); Max value from RGB is 190 - color contains mainly: blue. Hex color #136BBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136BBE is #EC9441. Grayscale: #595959. Windows color (decimal): -15504450 or 12479251. OLE color: 12479251.
HSL color Cylindrical-coordinate representation of color #136BBE: hue angle of 209.12º 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 #136BBE is Cyan = 0.90, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 19 | 107 | 190 | - |
| CMYK | 0.90 | 0.44 | 0 | 0.25 |
| HSL | 209.12º | 0.82% | 0.41% | - |
| HSV(B) | 209.12º | 0.9% | 0.75% | - |
| XYZ | 14.82 | 14.37 | 50.71 | - |
| YUV | 90.15 | 184.35 | 77.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 107 | 190 | 0.90 | 0.44 | 0 | 0.25 | 209.12 | 0.82 | 0.41 |
| Hex | 13 | 6B | BE | 5A | 2C | 0 | 19 | D1 | 52 | 29 |
| Octal | 23 | 153 | 276 | 132 | 54 | 0 | 31 | 321 | 122 | 51 |
| Binary | 10011 | 1101011 | 10111110 | 1011010 | 101100 | 0 | 11001 | 11010001 | 1010010 | 101001 |
Color Harmonies of #136BBE
Complementary color
Monochromatic Colors of #136BBE
Black with #136BBE
Text Example
Text Example
White with #136BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136BBE; }
p { color: rgb(19,107,190); }
H1.HeaderClassName
{
color: #136BBE;
}
.AnyTagClassName
{
color: #136BBE;
}
</style>
background-color css
<style>
a { background-color: #136BBE; }
a { background-color: rgb(19,107,190); }
div.DivClassName
{
background-color: #136BBE;
}
.BgClassName
{
background-color: #136BBE;
}
</style>
border-color css
<style>
span { border-color: #136BBE; }
span { border-color: rgb(19,107,190); }
td.TdClassName
{
border-color: #136BBE;
}
.TagClassName
{
border-color: #136BBE;
}
</style>