Shades of Denim #135DBD
Tints of Denim #135DBD
RGB
CMYK
RGB Variations
Color information
#135DBD (or 0x135DBD) is known color: Denim. HEX triplet: 13, 5D and BD. RGB value is (19,93,189). Sum of RGB (Red+Green+Blue) = 19+93+189=301 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.31% from 301); Green value is 93 (36.72% from 255 or 30.90% from 301); Blue value is 189 (74.22% from 255 or 62.79% from 301); Max value from RGB is 189 - color contains mainly: blue. Hex color #135DBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #135DBD is #ECA242. Grayscale: #515151. Windows color (decimal): -15508035 or 12410131. OLE color: 12410131.
HSL color Cylindrical-coordinate representation of color #135DBD: hue angle of 213.88º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #135DBD is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 93 | 189 | - |
| CMYK | 0.90 | 0.51 | 0 | 0.26 |
| HSL | 213.88º | 0.82% | 0.41% | - |
| HSV(B) | 213.88º | 0.9% | 0.74% | - |
| XYZ | 13.37 | 11.64 | 49.69 | - |
| YUV | 81.82 | 188.48 | 83.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 93 | 189 | 0.90 | 0.51 | 0 | 0.26 | 213.88 | 0.82 | 0.41 |
| Hex | 13 | 5D | BD | 5A | 33 | 0 | 1A | D6 | 52 | 29 |
| Octal | 23 | 135 | 275 | 132 | 63 | 0 | 32 | 326 | 122 | 51 |
| Binary | 10011 | 1011101 | 10111101 | 1011010 | 110011 | 0 | 11010 | 11010110 | 1010010 | 101001 |
Color Harmonies of #135DBD
Complementary color
Monochromatic Colors of #135DBD
Black with #135DBD
Text Example
Text Example
White with #135DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135DBD; }
p { color: rgb(19,93,189); }
H1.HeaderClassName
{
color: #135DBD;
}
.AnyTagClassName
{
color: #135DBD;
}
</style>
background-color css
<style>
a { background-color: #135DBD; }
a { background-color: rgb(19,93,189); }
div.DivClassName
{
background-color: #135DBD;
}
.BgClassName
{
background-color: #135DBD;
}
</style>
border-color css
<style>
span { border-color: #135DBD; }
span { border-color: rgb(19,93,189); }
td.TdClassName
{
border-color: #135DBD;
}
.TagClassName
{
border-color: #135DBD;
}
</style>