Shades of Denim #135CC2
Tints of Denim #135CC2
RGB
CMYK
RGB Variations
Color information
#135CC2 (or 0x135CC2) is known color: Denim. HEX triplet: 13, 5C and C2. RGB value is (19,92,194). Sum of RGB (Red+Green+Blue) = 19+92+194=305 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.23% from 305); Green value is 92 (36.33% from 255 or 30.16% from 305); Blue value is 194 (76.17% from 255 or 63.61% from 305); Max value from RGB is 194 - color contains mainly: blue. Hex color #135CC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #135CC2 is #ECA33D. Grayscale: #515151. Windows color (decimal): -15508286 or 12737555. OLE color: 12737555.
HSL color Cylindrical-coordinate representation of color #135CC2: hue angle of 214.97º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #135CC2 is Cyan = 0.90, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 19 | 92 | 194 | - |
| CMYK | 0.90 | 0.53 | 0 | 0.24 |
| HSL | 214.97º | 0.82% | 0.42% | - |
| HSV(B) | 214.97º | 0.9% | 0.76% | - |
| XYZ | 13.83 | 11.69 | 52.57 | - |
| YUV | 81.8 | 191.32 | 83.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 92 | 194 | 0.90 | 0.53 | 0 | 0.24 | 214.97 | 0.82 | 0.42 |
| Hex | 13 | 5C | C2 | 5A | 35 | 0 | 18 | D7 | 52 | 2A |
| Octal | 23 | 134 | 302 | 132 | 65 | 0 | 30 | 327 | 122 | 52 |
| Binary | 10011 | 1011100 | 11000010 | 1011010 | 110101 | 0 | 11000 | 11010111 | 1010010 | 101010 |
Color Harmonies of #135CC2
Complementary color
Monochromatic Colors of #135CC2
Black with #135CC2
Text Example
Text Example
White with #135CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135CC2; }
p { color: rgb(19,92,194); }
H1.HeaderClassName
{
color: #135CC2;
}
.AnyTagClassName
{
color: #135CC2;
}
</style>
background-color css
<style>
a { background-color: #135CC2; }
a { background-color: rgb(19,92,194); }
div.DivClassName
{
background-color: #135CC2;
}
.BgClassName
{
background-color: #135CC2;
}
</style>
border-color css
<style>
span { border-color: #135CC2; }
span { border-color: rgb(19,92,194); }
td.TdClassName
{
border-color: #135CC2;
}
.TagClassName
{
border-color: #135CC2;
}
</style>