Shades of Denim #135BCD
Tints of Denim #135BCD
RGB
CMYK
RGB Variations
Color information
#135BCD (or 0x135BCD) is known color: Denim. HEX triplet: 13, 5B and CD. RGB value is (19,91,205). Sum of RGB (Red+Green+Blue) = 19+91+205=315 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.03% from 315); Green value is 91 (35.94% from 255 or 28.89% from 315); Blue value is 205 (80.47% from 255 or 65.08% from 315); Max value from RGB is 205 - color contains mainly: blue. Hex color #135BCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #135BCD is #ECA432. Grayscale: #515151. Windows color (decimal): -15508531 or 13458195. OLE color: 13458195.
HSL color Cylindrical-coordinate representation of color #135BCD: hue angle of 216.77º 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 #135BCD is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 91 | 205 | - |
| CMYK | 0.91 | 0.56 | 0 | 0.20 |
| HSL | 216.77º | 0.83% | 0.44% | - |
| HSV(B) | 216.77º | 0.91% | 0.8% | - |
| XYZ | 15.03 | 12.03 | 59.29 | - |
| YUV | 82.47 | 197.15 | 82.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 91 | 205 | 0.91 | 0.56 | 0 | 0.20 | 216.77 | 0.83 | 0.44 |
| Hex | 13 | 5B | CD | 5B | 38 | 0 | 14 | D9 | 53 | 2C |
| Octal | 23 | 133 | 315 | 133 | 70 | 0 | 24 | 331 | 123 | 54 |
| Binary | 10011 | 1011011 | 11001101 | 1011011 | 111000 | 0 | 10100 | 11011001 | 1010011 | 101100 |
Color Harmonies of #135BCD
Complementary color
Monochromatic Colors of #135BCD
Black with #135BCD
Text Example
Text Example
White with #135BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135BCD; }
p { color: rgb(19,91,205); }
H1.HeaderClassName
{
color: #135BCD;
}
.AnyTagClassName
{
color: #135BCD;
}
</style>
background-color css
<style>
a { background-color: #135BCD; }
a { background-color: rgb(19,91,205); }
div.DivClassName
{
background-color: #135BCD;
}
.BgClassName
{
background-color: #135BCD;
}
</style>
border-color css
<style>
span { border-color: #135BCD; }
span { border-color: rgb(19,91,205); }
td.TdClassName
{
border-color: #135BCD;
}
.TagClassName
{
border-color: #135BCD;
}
</style>