Shades of Denim #136ACC
Tints of Denim #136ACC
RGB
CMYK
RGB Variations
Color information
#136ACC (or 0x136ACC) is known color: Denim. HEX triplet: 13, 6A and CC. RGB value is (19,106,204). Sum of RGB (Red+Green+Blue) = 19+106+204=329 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.78% from 329); Green value is 106 (41.80% from 255 or 32.22% from 329); Blue value is 204 (80.08% from 255 or 62.01% from 329); Max value from RGB is 204 - color contains mainly: blue. Hex color #136ACC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136ACC is #EC9533. Grayscale: #5A5A5A. Windows color (decimal): -15504692 or 13396499. OLE color: 13396499.
HSL color Cylindrical-coordinate representation of color #136ACC: hue angle of 211.78º 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 #136ACC is Cyan = 0.91, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 19 | 106 | 204 | - |
| CMYK | 0.91 | 0.48 | 0 | 0.2 |
| HSL | 211.78º | 0.83% | 0.44% | - |
| HSV(B) | 211.78º | 0.91% | 0.8% | - |
| XYZ | 16.32 | 14.81 | 59.12 | - |
| YUV | 91.16 | 191.68 | 76.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 106 | 204 | 0.91 | 0.48 | 0 | 0.2 | 211.78 | 0.83 | 0.44 |
| Hex | 13 | 6A | CC | 5B | 30 | 0 | 14 | D4 | 53 | 2C |
| Octal | 23 | 152 | 314 | 133 | 60 | 0 | 24 | 324 | 123 | 54 |
| Binary | 10011 | 1101010 | 11001100 | 1011011 | 110000 | 0 | 10100 | 11010100 | 1010011 | 101100 |
Color Harmonies of #136ACC
Complementary color
Monochromatic Colors of #136ACC
Black with #136ACC
Text Example
Text Example
White with #136ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136ACC; }
p { color: rgb(19,106,204); }
H1.HeaderClassName
{
color: #136ACC;
}
.AnyTagClassName
{
color: #136ACC;
}
</style>
background-color css
<style>
a { background-color: #136ACC; }
a { background-color: rgb(19,106,204); }
div.DivClassName
{
background-color: #136ACC;
}
.BgClassName
{
background-color: #136ACC;
}
</style>
border-color css
<style>
span { border-color: #136ACC; }
span { border-color: rgb(19,106,204); }
td.TdClassName
{
border-color: #136ACC;
}
.TagClassName
{
border-color: #136ACC;
}
</style>