Shades of Denim #136EBB
Tints of Denim #136EBB
RGB
CMYK
RGB Variations
Color information
#136EBB (or 0x136EBB) is known color: Denim. HEX triplet: 13, 6E and BB. RGB value is (19,110,187). Sum of RGB (Red+Green+Blue) = 19+110+187=316 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.01% from 316); Green value is 110 (43.36% from 255 or 34.81% from 316); Blue value is 187 (73.44% from 255 or 59.18% from 316); Max value from RGB is 187 - color contains mainly: blue. Hex color #136EBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136EBB is #EC9144. Grayscale: #5B5B5B. Windows color (decimal): -15503685 or 12283411. OLE color: 12283411.
HSL color Cylindrical-coordinate representation of color #136EBB: hue angle of 207.5º degrees, saturation: 0.82, 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 #136EBB is Cyan = 0.90, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 19 | 110 | 187 | - |
| CMYK | 0.90 | 0.41 | 0 | 0.27 |
| HSL | 207.5º | 0.82% | 0.4% | - |
| HSV(B) | 207.5º | 0.9% | 0.73% | - |
| XYZ | 14.81 | 14.88 | 49.1 | - |
| YUV | 91.57 | 181.85 | 76.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 110 | 187 | 0.90 | 0.41 | 0 | 0.27 | 207.5 | 0.82 | 0.4 |
| Hex | 13 | 6E | BB | 5A | 29 | 0 | 1B | D0 | 52 | 28 |
| Octal | 23 | 156 | 273 | 132 | 51 | 0 | 33 | 320 | 122 | 50 |
| Binary | 10011 | 1101110 | 10111011 | 1011010 | 101001 | 0 | 11011 | 11010000 | 1010010 | 101000 |
Color Harmonies of #136EBB
Complementary color
Monochromatic Colors of #136EBB
Black with #136EBB
Text Example
Text Example
White with #136EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136EBB; }
p { color: rgb(19,110,187); }
H1.HeaderClassName
{
color: #136EBB;
}
.AnyTagClassName
{
color: #136EBB;
}
</style>
background-color css
<style>
a { background-color: #136EBB; }
a { background-color: rgb(19,110,187); }
div.DivClassName
{
background-color: #136EBB;
}
.BgClassName
{
background-color: #136EBB;
}
</style>
border-color css
<style>
span { border-color: #136EBB; }
span { border-color: rgb(19,110,187); }
td.TdClassName
{
border-color: #136EBB;
}
.TagClassName
{
border-color: #136EBB;
}
</style>