Shades of Denim #135DB7
Tints of Denim #135DB7
RGB
CMYK
RGB Variations
Color information
#135DB7 (or 0x135DB7) is known color: Denim. HEX triplet: 13, 5D and B7. RGB value is (19,93,183). Sum of RGB (Red+Green+Blue) = 19+93+183=295 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.44% from 295); Green value is 93 (36.72% from 255 or 31.53% from 295); Blue value is 183 (71.88% from 255 or 62.03% from 295); Max value from RGB is 183 - color contains mainly: blue. Hex color #135DB7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #135DB7 is #ECA248. Grayscale: #505050. Windows color (decimal): -15508041 or 12016915. OLE color: 12016915.
HSL color Cylindrical-coordinate representation of color #135DB7: hue angle of 212.93º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #135DB7 is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 19 | 93 | 183 | - |
| CMYK | 0.90 | 0.49 | 0 | 0.28 |
| HSL | 212.93º | 0.81% | 0.4% | - |
| HSV(B) | 212.93º | 0.9% | 0.72% | - |
| XYZ | 12.73 | 11.39 | 46.33 | - |
| YUV | 81.13 | 185.48 | 83.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 93 | 183 | 0.90 | 0.49 | 0 | 0.28 | 212.93 | 0.81 | 0.4 |
| Hex | 13 | 5D | B7 | 5A | 31 | 0 | 1C | D5 | 51 | 28 |
| Octal | 23 | 135 | 267 | 132 | 61 | 0 | 34 | 325 | 121 | 50 |
| Binary | 10011 | 1011101 | 10110111 | 1011010 | 110001 | 0 | 11100 | 11010101 | 1010001 | 101000 |
Color Harmonies of #135DB7
Complementary color
Monochromatic Colors of #135DB7
Black with #135DB7
Text Example
Text Example
White with #135DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135DB7; }
p { color: rgb(19,93,183); }
H1.HeaderClassName
{
color: #135DB7;
}
.AnyTagClassName
{
color: #135DB7;
}
</style>
background-color css
<style>
a { background-color: #135DB7; }
a { background-color: rgb(19,93,183); }
div.DivClassName
{
background-color: #135DB7;
}
.BgClassName
{
background-color: #135DB7;
}
</style>
border-color css
<style>
span { border-color: #135DB7; }
span { border-color: rgb(19,93,183); }
td.TdClassName
{
border-color: #135DB7;
}
.TagClassName
{
border-color: #135DB7;
}
</style>