Shades of Denim #136CC7
Tints of Denim #136CC7
RGB
CMYK
RGB Variations
Color information
#136CC7 (or 0x136CC7) is known color: Denim. HEX triplet: 13, 6C and C7. RGB value is (19,108,199). Sum of RGB (Red+Green+Blue) = 19+108+199=326 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.83% from 326); Green value is 108 (42.58% from 255 or 33.13% from 326); Blue value is 199 (78.12% from 255 or 61.04% from 326); Max value from RGB is 199 - color contains mainly: blue. Hex color #136CC7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136CC7 is #EC9338. Grayscale: #5B5B5B. Windows color (decimal): -15504185 or 13069331. OLE color: 13069331.
HSL color Cylindrical-coordinate representation of color #136CC7: hue angle of 210.33º 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 #136CC7 is Cyan = 0.90, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 19 | 108 | 199 | - |
| CMYK | 0.90 | 0.46 | 0 | 0.22 |
| HSL | 210.33º | 0.83% | 0.43% | - |
| HSV(B) | 210.33º | 0.9% | 0.78% | - |
| XYZ | 15.94 | 14.99 | 56.09 | - |
| YUV | 91.76 | 188.51 | 76.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 108 | 199 | 0.90 | 0.46 | 0 | 0.22 | 210.33 | 0.83 | 0.43 |
| Hex | 13 | 6C | C7 | 5A | 2E | 0 | 16 | D2 | 53 | 2B |
| Octal | 23 | 154 | 307 | 132 | 56 | 0 | 26 | 322 | 123 | 53 |
| Binary | 10011 | 1101100 | 11000111 | 1011010 | 101110 | 0 | 10110 | 11010010 | 1010011 | 101011 |
Color Harmonies of #136CC7
Complementary color
Monochromatic Colors of #136CC7
Black with #136CC7
Text Example
Text Example
White with #136CC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136CC7; }
p { color: rgb(19,108,199); }
H1.HeaderClassName
{
color: #136CC7;
}
.AnyTagClassName
{
color: #136CC7;
}
</style>
background-color css
<style>
a { background-color: #136CC7; }
a { background-color: rgb(19,108,199); }
div.DivClassName
{
background-color: #136CC7;
}
.BgClassName
{
background-color: #136CC7;
}
</style>
border-color css
<style>
span { border-color: #136CC7; }
span { border-color: rgb(19,108,199); }
td.TdClassName
{
border-color: #136CC7;
}
.TagClassName
{
border-color: #136CC7;
}
</style>