Shades of Denim #135BA7
Tints of Denim #135BA7
RGB
CMYK
RGB Variations
Color information
#135BA7 (or 0x135BA7) is known color: Denim. HEX triplet: 13, 5B and A7. RGB value is (19,91,167). Sum of RGB (Red+Green+Blue) = 19+91+167=277 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.86% from 277); Green value is 91 (35.94% from 255 or 32.85% from 277); Blue value is 167 (65.62% from 255 or 60.29% from 277); Max value from RGB is 167 - color contains mainly: blue. Hex color #135BA7 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135BA7 is #ECA458. Grayscale: #4D4D4D. Windows color (decimal): -15508569 or 10967827. OLE color: 10967827.
HSL color Cylindrical-coordinate representation of color #135BA7: hue angle of 210.81º degrees, saturation: 0.8, 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 #135BA7 is Cyan = 0.89, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 19 | 91 | 167 | - |
| CMYK | 0.89 | 0.46 | 0 | 0.35 |
| HSL | 210.81º | 0.8% | 0.36% | - |
| HSV(B) | 210.81º | 0.89% | 0.65% | - |
| XYZ | 10.98 | 10.41 | 37.99 | - |
| YUV | 78.14 | 178.15 | 85.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 91 | 167 | 0.89 | 0.46 | 0 | 0.35 | 210.81 | 0.8 | 0.36 |
| Hex | 13 | 5B | A7 | 59 | 2E | 0 | 23 | D3 | 50 | 24 |
| Octal | 23 | 133 | 247 | 131 | 56 | 0 | 43 | 323 | 120 | 44 |
| Binary | 10011 | 1011011 | 10100111 | 1011001 | 101110 | 0 | 100011 | 11010011 | 1010000 | 100100 |
Color Harmonies of #135BA7
Complementary color
Monochromatic Colors of #135BA7
Black with #135BA7
Text Example
Text Example
White with #135BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135BA7; }
p { color: rgb(19,91,167); }
H1.HeaderClassName
{
color: #135BA7;
}
.AnyTagClassName
{
color: #135BA7;
}
</style>
background-color css
<style>
a { background-color: #135BA7; }
a { background-color: rgb(19,91,167); }
div.DivClassName
{
background-color: #135BA7;
}
.BgClassName
{
background-color: #135BA7;
}
</style>
border-color css
<style>
span { border-color: #135BA7; }
span { border-color: rgb(19,91,167); }
td.TdClassName
{
border-color: #135BA7;
}
.TagClassName
{
border-color: #135BA7;
}
</style>