Shades of Denim #135CCC
Tints of Denim #135CCC
RGB
CMYK
RGB Variations
Color information
#135CCC (or 0x135CCC) is known color: Denim. HEX triplet: 13, 5C and CC. RGB value is (19,92,204). Sum of RGB (Red+Green+Blue) = 19+92+204=315 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.03% from 315); Green value is 92 (36.33% from 255 or 29.21% from 315); Blue value is 204 (80.08% from 255 or 64.76% from 315); Max value from RGB is 204 - color contains mainly: blue. Hex color #135CCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #135CCC is #ECA333. Grayscale: #525252. Windows color (decimal): -15508276 or 13392915. OLE color: 13392915.
HSL color Cylindrical-coordinate representation of color #135CCC: hue angle of 216.32º 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 #135CCC is Cyan = 0.91, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 19 | 92 | 204 | - |
| CMYK | 0.91 | 0.55 | 0 | 0.2 |
| HSL | 216.32º | 0.83% | 0.44% | - |
| HSV(B) | 216.32º | 0.91% | 0.8% | - |
| XYZ | 14.99 | 12.15 | 58.68 | - |
| YUV | 82.94 | 196.32 | 82.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 92 | 204 | 0.91 | 0.55 | 0 | 0.2 | 216.32 | 0.83 | 0.44 |
| Hex | 13 | 5C | CC | 5B | 37 | 0 | 14 | D8 | 53 | 2C |
| Octal | 23 | 134 | 314 | 133 | 67 | 0 | 24 | 330 | 123 | 54 |
| Binary | 10011 | 1011100 | 11001100 | 1011011 | 110111 | 0 | 10100 | 11011000 | 1010011 | 101100 |
Color Harmonies of #135CCC
Complementary color
Monochromatic Colors of #135CCC
Black with #135CCC
Text Example
Text Example
White with #135CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135CCC; }
p { color: rgb(19,92,204); }
H1.HeaderClassName
{
color: #135CCC;
}
.AnyTagClassName
{
color: #135CCC;
}
</style>
background-color css
<style>
a { background-color: #135CCC; }
a { background-color: rgb(19,92,204); }
div.DivClassName
{
background-color: #135CCC;
}
.BgClassName
{
background-color: #135CCC;
}
</style>
border-color css
<style>
span { border-color: #135CCC; }
span { border-color: rgb(19,92,204); }
td.TdClassName
{
border-color: #135CCC;
}
.TagClassName
{
border-color: #135CCC;
}
</style>