Shades of Denim #136BBF
Tints of Denim #136BBF
RGB
CMYK
RGB Variations
Color information
#136BBF (or 0x136BBF) is known color: Denim. HEX triplet: 13, 6B and BF. RGB value is (19,107,191). Sum of RGB (Red+Green+Blue) = 19+107+191=317 (41% of max value = 765). Red value is 19 (7.81% from 255 or 5.99% from 317); Green value is 107 (42.19% from 255 or 33.75% from 317); Blue value is 191 (75% from 255 or 60.25% from 317); Max value from RGB is 191 - color contains mainly: blue. Hex color #136BBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136BBF is #EC9440. Grayscale: #595959. Windows color (decimal): -15504449 or 12544787. OLE color: 12544787.
HSL color Cylindrical-coordinate representation of color #136BBF: hue angle of 209.3º 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 #136BBF is Cyan = 0.90, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 19 | 107 | 191 | - |
| CMYK | 0.90 | 0.44 | 0 | 0.25 |
| HSL | 209.3º | 0.82% | 0.41% | - |
| HSV(B) | 209.3º | 0.9% | 0.75% | - |
| XYZ | 14.93 | 14.42 | 51.29 | - |
| YUV | 90.26 | 184.85 | 77.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 107 | 191 | 0.90 | 0.44 | 0 | 0.25 | 209.3 | 0.82 | 0.41 |
| Hex | 13 | 6B | BF | 5A | 2C | 0 | 19 | D1 | 52 | 29 |
| Octal | 23 | 153 | 277 | 132 | 54 | 0 | 31 | 321 | 122 | 51 |
| Binary | 10011 | 1101011 | 10111111 | 1011010 | 101100 | 0 | 11001 | 11010001 | 1010010 | 101001 |
Color Harmonies of #136BBF
Complementary color
Monochromatic Colors of #136BBF
Black with #136BBF
Text Example
Text Example
White with #136BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136BBF; }
p { color: rgb(19,107,191); }
H1.HeaderClassName
{
color: #136BBF;
}
.AnyTagClassName
{
color: #136BBF;
}
</style>
background-color css
<style>
a { background-color: #136BBF; }
a { background-color: rgb(19,107,191); }
div.DivClassName
{
background-color: #136BBF;
}
.BgClassName
{
background-color: #136BBF;
}
</style>
border-color css
<style>
span { border-color: #136BBF; }
span { border-color: rgb(19,107,191); }
td.TdClassName
{
border-color: #136BBF;
}
.TagClassName
{
border-color: #136BBF;
}
</style>