Shades of Denim #136CBF
Tints of Denim #136CBF
RGB
CMYK
RGB Variations
Color information
#136CBF (or 0x136CBF) is known color: Denim. HEX triplet: 13, 6C and BF. RGB value is (19,108,191). Sum of RGB (Red+Green+Blue) = 19+108+191=318 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.97% from 318); Green value is 108 (42.58% from 255 or 33.96% from 318); Blue value is 191 (75% from 255 or 60.06% from 318); Max value from RGB is 191 - color contains mainly: blue. Hex color #136CBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136CBF is #EC9340. Grayscale: #5A5A5A. Windows color (decimal): -15504193 or 12545043. OLE color: 12545043.
HSL color Cylindrical-coordinate representation of color #136CBF: hue angle of 208.95º 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 #136CBF is Cyan = 0.90, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 19 | 108 | 191 | - |
| CMYK | 0.90 | 0.43 | 0 | 0.25 |
| HSL | 208.95º | 0.82% | 0.41% | - |
| HSV(B) | 208.95º | 0.9% | 0.75% | - |
| XYZ | 15.04 | 14.63 | 51.32 | - |
| YUV | 90.85 | 184.51 | 76.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 108 | 191 | 0.90 | 0.43 | 0 | 0.25 | 208.95 | 0.82 | 0.41 |
| Hex | 13 | 6C | BF | 5A | 2B | 0 | 19 | D1 | 52 | 29 |
| Octal | 23 | 154 | 277 | 132 | 53 | 0 | 31 | 321 | 122 | 51 |
| Binary | 10011 | 1101100 | 10111111 | 1011010 | 101011 | 0 | 11001 | 11010001 | 1010010 | 101001 |
Color Harmonies of #136CBF
Complementary color
Monochromatic Colors of #136CBF
Black with #136CBF
Text Example
Text Example
White with #136CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136CBF; }
p { color: rgb(19,108,191); }
H1.HeaderClassName
{
color: #136CBF;
}
.AnyTagClassName
{
color: #136CBF;
}
</style>
background-color css
<style>
a { background-color: #136CBF; }
a { background-color: rgb(19,108,191); }
div.DivClassName
{
background-color: #136CBF;
}
.BgClassName
{
background-color: #136CBF;
}
</style>
border-color css
<style>
span { border-color: #136CBF; }
span { border-color: rgb(19,108,191); }
td.TdClassName
{
border-color: #136CBF;
}
.TagClassName
{
border-color: #136CBF;
}
</style>