Shades of Denim #136ECB
Tints of Denim #136ECB
RGB
CMYK
RGB Variations
Color information
#136ECB (or 0x136ECB) is known color: Denim. HEX triplet: 13, 6E and CB. RGB value is (19,110,203). Sum of RGB (Red+Green+Blue) = 19+110+203=332 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.72% from 332); Green value is 110 (43.36% from 255 or 33.13% from 332); Blue value is 203 (79.69% from 255 or 61.14% from 332); Max value from RGB is 203 - color contains mainly: blue. Hex color #136ECB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136ECB is #EC9134. Grayscale: #5C5C5C. Windows color (decimal): -15503669 or 13331987. OLE color: 13331987.
HSL color Cylindrical-coordinate representation of color #136ECB: hue angle of 210.33º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #136ECB is Cyan = 0.91, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 110 | 203 | - |
| CMYK | 0.91 | 0.46 | 0 | 0.20 |
| HSL | 210.33º | 0.83% | 0.44% | - |
| HSV(B) | 210.33º | 0.91% | 0.8% | - |
| XYZ | 16.62 | 15.6 | 58.64 | - |
| YUV | 93.39 | 189.85 | 74.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 110 | 203 | 0.91 | 0.46 | 0 | 0.20 | 210.33 | 0.83 | 0.44 |
| Hex | 13 | 6E | CB | 5B | 2E | 0 | 14 | D2 | 53 | 2C |
| Octal | 23 | 156 | 313 | 133 | 56 | 0 | 24 | 322 | 123 | 54 |
| Binary | 10011 | 1101110 | 11001011 | 1011011 | 101110 | 0 | 10100 | 11010010 | 1010011 | 101100 |
Color Harmonies of #136ECB
Complementary color
Monochromatic Colors of #136ECB
Black with #136ECB
Text Example
Text Example
White with #136ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136ECB; }
p { color: rgb(19,110,203); }
H1.HeaderClassName
{
color: #136ECB;
}
.AnyTagClassName
{
color: #136ECB;
}
</style>
background-color css
<style>
a { background-color: #136ECB; }
a { background-color: rgb(19,110,203); }
div.DivClassName
{
background-color: #136ECB;
}
.BgClassName
{
background-color: #136ECB;
}
</style>
border-color css
<style>
span { border-color: #136ECB; }
span { border-color: rgb(19,110,203); }
td.TdClassName
{
border-color: #136ECB;
}
.TagClassName
{
border-color: #136ECB;
}
</style>