Shades of Denim #136BCD
Tints of Denim #136BCD
RGB
CMYK
RGB Variations
Color information
#136BCD (or 0x136BCD) is known color: Denim. HEX triplet: 13, 6B and CD. RGB value is (19,107,205). Sum of RGB (Red+Green+Blue) = 19+107+205=331 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.74% from 331); Green value is 107 (42.19% from 255 or 32.33% from 331); Blue value is 205 (80.47% from 255 or 61.93% from 331); Max value from RGB is 205 - color contains mainly: blue. Hex color #136BCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136BCD is #EC9432. Grayscale: #5B5B5B. Windows color (decimal): -15504435 or 13462291. OLE color: 13462291.
HSL color Cylindrical-coordinate representation of color #136BCD: hue angle of 211.61º 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 #136BCD is Cyan = 0.91, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 107 | 205 | - |
| CMYK | 0.91 | 0.48 | 0 | 0.20 |
| HSL | 211.61º | 0.83% | 0.44% | - |
| HSV(B) | 211.61º | 0.91% | 0.8% | - |
| XYZ | 16.55 | 15.06 | 59.79 | - |
| YUV | 91.86 | 191.85 | 76.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 107 | 205 | 0.91 | 0.48 | 0 | 0.20 | 211.61 | 0.83 | 0.44 |
| Hex | 13 | 6B | CD | 5B | 30 | 0 | 14 | D4 | 53 | 2C |
| Octal | 23 | 153 | 315 | 133 | 60 | 0 | 24 | 324 | 123 | 54 |
| Binary | 10011 | 1101011 | 11001101 | 1011011 | 110000 | 0 | 10100 | 11010100 | 1010011 | 101100 |
Color Harmonies of #136BCD
Complementary color
Monochromatic Colors of #136BCD
Black with #136BCD
Text Example
Text Example
White with #136BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136BCD; }
p { color: rgb(19,107,205); }
H1.HeaderClassName
{
color: #136BCD;
}
.AnyTagClassName
{
color: #136BCD;
}
</style>
background-color css
<style>
a { background-color: #136BCD; }
a { background-color: rgb(19,107,205); }
div.DivClassName
{
background-color: #136BCD;
}
.BgClassName
{
background-color: #136BCD;
}
</style>
border-color css
<style>
span { border-color: #136BCD; }
span { border-color: rgb(19,107,205); }
td.TdClassName
{
border-color: #136BCD;
}
.TagClassName
{
border-color: #136BCD;
}
</style>