Shades of Denim #136FBF
Tints of Denim #136FBF
RGB
CMYK
RGB Variations
Color information
#136FBF (or 0x136FBF) is known color: Denim. HEX triplet: 13, 6F and BF. RGB value is (19,111,191). Sum of RGB (Red+Green+Blue) = 19+111+191=321 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.92% from 321); Green value is 111 (43.75% from 255 or 34.58% from 321); Blue value is 191 (75% from 255 or 59.50% from 321); Max value from RGB is 191 - color contains mainly: blue. Hex color #136FBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136FBF is #EC9040. Grayscale: #5C5C5C. Windows color (decimal): -15503425 or 12545811. OLE color: 12545811.
HSL color Cylindrical-coordinate representation of color #136FBF: hue angle of 207.91º 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 #136FBF is Cyan = 0.90, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 19 | 111 | 191 | - |
| CMYK | 0.90 | 0.42 | 0 | 0.25 |
| HSL | 207.91º | 0.82% | 0.41% | - |
| HSV(B) | 207.91º | 0.9% | 0.75% | - |
| XYZ | 15.36 | 15.27 | 51.43 | - |
| YUV | 92.61 | 183.52 | 75.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 111 | 191 | 0.90 | 0.42 | 0 | 0.25 | 207.91 | 0.82 | 0.41 |
| Hex | 13 | 6F | BF | 5A | 2A | 0 | 19 | D0 | 52 | 29 |
| Octal | 23 | 157 | 277 | 132 | 52 | 0 | 31 | 320 | 122 | 51 |
| Binary | 10011 | 1101111 | 10111111 | 1011010 | 101010 | 0 | 11001 | 11010000 | 1010010 | 101001 |
Color Harmonies of #136FBF
Complementary color
Monochromatic Colors of #136FBF
Black with #136FBF
Text Example
Text Example
White with #136FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136FBF; }
p { color: rgb(19,111,191); }
H1.HeaderClassName
{
color: #136FBF;
}
.AnyTagClassName
{
color: #136FBF;
}
</style>
background-color css
<style>
a { background-color: #136FBF; }
a { background-color: rgb(19,111,191); }
div.DivClassName
{
background-color: #136FBF;
}
.BgClassName
{
background-color: #136FBF;
}
</style>
border-color css
<style>
span { border-color: #136FBF; }
span { border-color: rgb(19,111,191); }
td.TdClassName
{
border-color: #136FBF;
}
.TagClassName
{
border-color: #136FBF;
}
</style>