Shades of Denim #135DB1
Tints of Denim #135DB1
RGB
CMYK
RGB Variations
Color information
#135DB1 (or 0x135DB1) is known color: Denim. HEX triplet: 13, 5D and B1. RGB value is (19,93,177). Sum of RGB (Red+Green+Blue) = 19+93+177=289 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.57% from 289); Green value is 93 (36.72% from 255 or 32.18% from 289); Blue value is 177 (69.53% from 255 or 61.25% from 289); Max value from RGB is 177 - color contains mainly: blue. Hex color #135DB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135DB1 is #ECA24E. Grayscale: #505050. Windows color (decimal): -15508047 or 11623699. OLE color: 11623699.
HSL color Cylindrical-coordinate representation of color #135DB1: hue angle of 211.9º 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 #135DB1 is Cyan = 0.89, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 19 | 93 | 177 | - |
| CMYK | 0.89 | 0.47 | 0 | 0.31 |
| HSL | 211.9º | 0.81% | 0.38% | - |
| HSV(B) | 211.9º | 0.89% | 0.69% | - |
| XYZ | 12.12 | 11.14 | 43.11 | - |
| YUV | 80.45 | 182.48 | 84.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 93 | 177 | 0.89 | 0.47 | 0 | 0.31 | 211.9 | 0.81 | 0.38 |
| Hex | 13 | 5D | B1 | 59 | 2F | 0 | 1F | D4 | 51 | 26 |
| Octal | 23 | 135 | 261 | 131 | 57 | 0 | 37 | 324 | 121 | 46 |
| Binary | 10011 | 1011101 | 10110001 | 1011001 | 101111 | 0 | 11111 | 11010100 | 1010001 | 100110 |
Color Harmonies of #135DB1
Complementary color
Monochromatic Colors of #135DB1
Black with #135DB1
Text Example
Text Example
White with #135DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135DB1; }
p { color: rgb(19,93,177); }
H1.HeaderClassName
{
color: #135DB1;
}
.AnyTagClassName
{
color: #135DB1;
}
</style>
background-color css
<style>
a { background-color: #135DB1; }
a { background-color: rgb(19,93,177); }
div.DivClassName
{
background-color: #135DB1;
}
.BgClassName
{
background-color: #135DB1;
}
</style>
border-color css
<style>
span { border-color: #135DB1; }
span { border-color: rgb(19,93,177); }
td.TdClassName
{
border-color: #135DB1;
}
.TagClassName
{
border-color: #135DB1;
}
</style>