Shades of Denim #135FC0
Tints of Denim #135FC0
RGB
CMYK
RGB Variations
Color information
#135FC0 (or 0x135FC0) is known color: Denim. HEX triplet: 13, 5F and C0. RGB value is (19,95,192). Sum of RGB (Red+Green+Blue) = 19+95+192=306 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.21% from 306); Green value is 95 (37.5% from 255 or 31.05% from 306); Blue value is 192 (75.39% from 255 or 62.75% from 306); Max value from RGB is 192 - color contains mainly: blue. Hex color #135FC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #135FC0 is #ECA03F. Grayscale: #525252. Windows color (decimal): -15507520 or 12607251. OLE color: 12607251.
HSL color Cylindrical-coordinate representation of color #135FC0: hue angle of 213.64º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #135FC0 is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 19 | 95 | 192 | - |
| CMYK | 0.90 | 0.51 | 0 | 0.25 |
| HSL | 213.64º | 0.82% | 0.41% | - |
| HSV(B) | 213.64º | 0.9% | 0.75% | - |
| XYZ | 13.88 | 12.13 | 51.48 | - |
| YUV | 83.33 | 189.32 | 82.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 95 | 192 | 0.90 | 0.51 | 0 | 0.25 | 213.64 | 0.82 | 0.41 |
| Hex | 13 | 5F | C0 | 5A | 33 | 0 | 19 | D6 | 52 | 29 |
| Octal | 23 | 137 | 300 | 132 | 63 | 0 | 31 | 326 | 122 | 51 |
| Binary | 10011 | 1011111 | 11000000 | 1011010 | 110011 | 0 | 11001 | 11010110 | 1010010 | 101001 |
Color Harmonies of #135FC0
Complementary color
Monochromatic Colors of #135FC0
Black with #135FC0
Text Example
Text Example
White with #135FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135FC0; }
p { color: rgb(19,95,192); }
H1.HeaderClassName
{
color: #135FC0;
}
.AnyTagClassName
{
color: #135FC0;
}
</style>
background-color css
<style>
a { background-color: #135FC0; }
a { background-color: rgb(19,95,192); }
div.DivClassName
{
background-color: #135FC0;
}
.BgClassName
{
background-color: #135FC0;
}
</style>
border-color css
<style>
span { border-color: #135FC0; }
span { border-color: rgb(19,95,192); }
td.TdClassName
{
border-color: #135FC0;
}
.TagClassName
{
border-color: #135FC0;
}
</style>