Shades of Denim #136AC8
Tints of Denim #136AC8
RGB
CMYK
RGB Variations
Color information
#136AC8 (or 0x136AC8) is known color: Denim. HEX triplet: 13, 6A and C8. RGB value is (19,106,200). Sum of RGB (Red+Green+Blue) = 19+106+200=325 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.85% from 325); Green value is 106 (41.80% from 255 or 32.62% from 325); Blue value is 200 (78.52% from 255 or 61.54% from 325); Max value from RGB is 200 - color contains mainly: blue. Hex color #136AC8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136AC8 is #EC9537. Grayscale: #5A5A5A. Windows color (decimal): -15504696 or 13134355. OLE color: 13134355.
HSL color Cylindrical-coordinate representation of color #136AC8: hue angle of 211.16º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #136AC8 is Cyan = 0.90, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 19 | 106 | 200 | - |
| CMYK | 0.90 | 0.47 | 0 | 0.22 |
| HSL | 211.16º | 0.83% | 0.43% | - |
| HSV(B) | 211.16º | 0.91% | 0.78% | - |
| XYZ | 15.85 | 14.62 | 56.63 | - |
| YUV | 90.7 | 189.68 | 76.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 106 | 200 | 0.90 | 0.47 | 0 | 0.22 | 211.16 | 0.83 | 0.43 |
| Hex | 13 | 6A | C8 | 5A | 2F | 0 | 16 | D3 | 53 | 2B |
| Octal | 23 | 152 | 310 | 132 | 57 | 0 | 26 | 323 | 123 | 53 |
| Binary | 10011 | 1101010 | 11001000 | 1011010 | 101111 | 0 | 10110 | 11010011 | 1010011 | 101011 |
Color Harmonies of #136AC8
Complementary color
Monochromatic Colors of #136AC8
Black with #136AC8
Text Example
Text Example
White with #136AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136AC8; }
p { color: rgb(19,106,200); }
H1.HeaderClassName
{
color: #136AC8;
}
.AnyTagClassName
{
color: #136AC8;
}
</style>
background-color css
<style>
a { background-color: #136AC8; }
a { background-color: rgb(19,106,200); }
div.DivClassName
{
background-color: #136AC8;
}
.BgClassName
{
background-color: #136AC8;
}
</style>
border-color css
<style>
span { border-color: #136AC8; }
span { border-color: rgb(19,106,200); }
td.TdClassName
{
border-color: #136AC8;
}
.TagClassName
{
border-color: #136AC8;
}
</style>