Shades of Denim #135BA6
Tints of Denim #135BA6
RGB
CMYK
RGB Variations
Color information
#135BA6 (or 0x135BA6) is known color: Denim. HEX triplet: 13, 5B and A6. RGB value is (19,91,166). Sum of RGB (Red+Green+Blue) = 19+91+166=276 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.88% from 276); Green value is 91 (35.94% from 255 or 32.97% from 276); Blue value is 166 (65.23% from 255 or 60.14% from 276); Max value from RGB is 166 - color contains mainly: blue. Hex color #135BA6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135BA6 is #ECA459. Grayscale: #4D4D4D. Windows color (decimal): -15508570 or 10902291. OLE color: 10902291.
HSL color Cylindrical-coordinate representation of color #135BA6: hue angle of 210.61º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #135BA6 is Cyan = 0.89, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 19 | 91 | 166 | - |
| CMYK | 0.89 | 0.45 | 0 | 0.35 |
| HSL | 210.61º | 0.79% | 0.36% | - |
| HSV(B) | 210.61º | 0.89% | 0.65% | - |
| XYZ | 10.89 | 10.37 | 37.5 | - |
| YUV | 78.02 | 177.65 | 85.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 91 | 166 | 0.89 | 0.45 | 0 | 0.35 | 210.61 | 0.79 | 0.36 |
| Hex | 13 | 5B | A6 | 59 | 2D | 0 | 23 | D3 | 4F | 24 |
| Octal | 23 | 133 | 246 | 131 | 55 | 0 | 43 | 323 | 117 | 44 |
| Binary | 10011 | 1011011 | 10100110 | 1011001 | 101101 | 0 | 100011 | 11010011 | 1001111 | 100100 |
Color Harmonies of #135BA6
Complementary color
Monochromatic Colors of #135BA6
Black with #135BA6
Text Example
Text Example
White with #135BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135BA6; }
p { color: rgb(19,91,166); }
H1.HeaderClassName
{
color: #135BA6;
}
.AnyTagClassName
{
color: #135BA6;
}
</style>
background-color css
<style>
a { background-color: #135BA6; }
a { background-color: rgb(19,91,166); }
div.DivClassName
{
background-color: #135BA6;
}
.BgClassName
{
background-color: #135BA6;
}
</style>
border-color css
<style>
span { border-color: #135BA6; }
span { border-color: rgb(19,91,166); }
td.TdClassName
{
border-color: #135BA6;
}
.TagClassName
{
border-color: #135BA6;
}
</style>