Shades of Denim #135CCD
Tints of Denim #135CCD
RGB
CMYK
RGB Variations
Color information
#135CCD (or 0x135CCD) is known color: Denim. HEX triplet: 13, 5C and CD. RGB value is (19,92,205). Sum of RGB (Red+Green+Blue) = 19+92+205=316 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.01% from 316); Green value is 92 (36.33% from 255 or 29.11% from 316); Blue value is 205 (80.47% from 255 or 64.87% from 316); Max value from RGB is 205 - color contains mainly: blue. Hex color #135CCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #135CCD is #ECA332. Grayscale: #525252. Windows color (decimal): -15508275 or 13458451. OLE color: 13458451.
HSL color Cylindrical-coordinate representation of color #135CCD: hue angle of 216.45º 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 #135CCD is Cyan = 0.91, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 92 | 205 | - |
| CMYK | 0.91 | 0.55 | 0 | 0.20 |
| HSL | 216.45º | 0.83% | 0.44% | - |
| HSV(B) | 216.45º | 0.91% | 0.8% | - |
| XYZ | 15.12 | 12.2 | 59.32 | - |
| YUV | 83.06 | 196.82 | 82.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 92 | 205 | 0.91 | 0.55 | 0 | 0.20 | 216.45 | 0.83 | 0.44 |
| Hex | 13 | 5C | CD | 5B | 37 | 0 | 14 | D8 | 53 | 2C |
| Octal | 23 | 134 | 315 | 133 | 67 | 0 | 24 | 330 | 123 | 54 |
| Binary | 10011 | 1011100 | 11001101 | 1011011 | 110111 | 0 | 10100 | 11011000 | 1010011 | 101100 |
Color Harmonies of #135CCD
Complementary color
Monochromatic Colors of #135CCD
Black with #135CCD
Text Example
Text Example
White with #135CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135CCD; }
p { color: rgb(19,92,205); }
H1.HeaderClassName
{
color: #135CCD;
}
.AnyTagClassName
{
color: #135CCD;
}
</style>
background-color css
<style>
a { background-color: #135CCD; }
a { background-color: rgb(19,92,205); }
div.DivClassName
{
background-color: #135CCD;
}
.BgClassName
{
background-color: #135CCD;
}
</style>
border-color css
<style>
span { border-color: #135CCD; }
span { border-color: rgb(19,92,205); }
td.TdClassName
{
border-color: #135CCD;
}
.TagClassName
{
border-color: #135CCD;
}
</style>