Shades of Denim #136CCC
Tints of Denim #136CCC
RGB
CMYK
RGB Variations
Color information
#136CCC (or 0x136CCC) is known color: Denim. HEX triplet: 13, 6C and CC. RGB value is (19,108,204). Sum of RGB (Red+Green+Blue) = 19+108+204=331 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.74% from 331); Green value is 108 (42.58% from 255 or 32.63% from 331); Blue value is 204 (80.08% from 255 or 61.63% from 331); Max value from RGB is 204 - color contains mainly: blue. Hex color #136CCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136CCC is #EC9333. Grayscale: #5B5B5B. Windows color (decimal): -15504180 or 13397011. OLE color: 13397011.
HSL color Cylindrical-coordinate representation of color #136CCC: hue angle of 211.14º 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 #136CCC is Cyan = 0.91, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 19 | 108 | 204 | - |
| CMYK | 0.91 | 0.47 | 0 | 0.2 |
| HSL | 211.14º | 0.83% | 0.44% | - |
| HSV(B) | 211.14º | 0.91% | 0.8% | - |
| XYZ | 16.53 | 15.22 | 59.19 | - |
| YUV | 92.33 | 191.01 | 75.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 108 | 204 | 0.91 | 0.47 | 0 | 0.2 | 211.14 | 0.83 | 0.44 |
| Hex | 13 | 6C | CC | 5B | 2F | 0 | 14 | D3 | 53 | 2C |
| Octal | 23 | 154 | 314 | 133 | 57 | 0 | 24 | 323 | 123 | 54 |
| Binary | 10011 | 1101100 | 11001100 | 1011011 | 101111 | 0 | 10100 | 11010011 | 1010011 | 101100 |
Color Harmonies of #136CCC
Complementary color
Monochromatic Colors of #136CCC
Black with #136CCC
Text Example
Text Example
White with #136CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136CCC; }
p { color: rgb(19,108,204); }
H1.HeaderClassName
{
color: #136CCC;
}
.AnyTagClassName
{
color: #136CCC;
}
</style>
background-color css
<style>
a { background-color: #136CCC; }
a { background-color: rgb(19,108,204); }
div.DivClassName
{
background-color: #136CCC;
}
.BgClassName
{
background-color: #136CCC;
}
</style>
border-color css
<style>
span { border-color: #136CCC; }
span { border-color: rgb(19,108,204); }
td.TdClassName
{
border-color: #136CCC;
}
.TagClassName
{
border-color: #136CCC;
}
</style>