Shades of Denim #135DB0
Tints of Denim #135DB0
RGB
CMYK
RGB Variations
Color information
#135DB0 (or 0x135DB0) is known color: Denim. HEX triplet: 13, 5D and B0. RGB value is (19,93,176). Sum of RGB (Red+Green+Blue) = 19+93+176=288 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.60% from 288); Green value is 93 (36.72% from 255 or 32.29% from 288); Blue value is 176 (69.14% from 255 or 61.11% from 288); Max value from RGB is 176 - color contains mainly: blue. Hex color #135DB0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135DB0 is #ECA24F. Grayscale: #4F4F4F. Windows color (decimal): -15508048 or 11558163. OLE color: 11558163.
HSL color Cylindrical-coordinate representation of color #135DB0: hue angle of 211.72º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #135DB0 is Cyan = 0.89, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 19 | 93 | 176 | - |
| CMYK | 0.89 | 0.47 | 0 | 0.31 |
| HSL | 211.72º | 0.81% | 0.38% | - |
| HSV(B) | 211.72º | 0.89% | 0.69% | - |
| XYZ | 12.02 | 11.1 | 42.58 | - |
| YUV | 80.34 | 181.98 | 84.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 93 | 176 | 0.89 | 0.47 | 0 | 0.31 | 211.72 | 0.81 | 0.38 |
| Hex | 13 | 5D | B0 | 59 | 2F | 0 | 1F | D4 | 51 | 26 |
| Octal | 23 | 135 | 260 | 131 | 57 | 0 | 37 | 324 | 121 | 46 |
| Binary | 10011 | 1011101 | 10110000 | 1011001 | 101111 | 0 | 11111 | 11010100 | 1010001 | 100110 |
Color Harmonies of #135DB0
Complementary color
Monochromatic Colors of #135DB0
Black with #135DB0
Text Example
Text Example
White with #135DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135DB0; }
p { color: rgb(19,93,176); }
H1.HeaderClassName
{
color: #135DB0;
}
.AnyTagClassName
{
color: #135DB0;
}
</style>
background-color css
<style>
a { background-color: #135DB0; }
a { background-color: rgb(19,93,176); }
div.DivClassName
{
background-color: #135DB0;
}
.BgClassName
{
background-color: #135DB0;
}
</style>
border-color css
<style>
span { border-color: #135DB0; }
span { border-color: rgb(19,93,176); }
td.TdClassName
{
border-color: #135DB0;
}
.TagClassName
{
border-color: #135DB0;
}
</style>