Shades of Denim #135BA8
Tints of Denim #135BA8
RGB
CMYK
RGB Variations
Color information
#135BA8 (or 0x135BA8) is known color: Denim. HEX triplet: 13, 5B and A8. RGB value is (19,91,168). Sum of RGB (Red+Green+Blue) = 19+91+168=278 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.83% from 278); Green value is 91 (35.94% from 255 or 32.73% from 278); Blue value is 168 (66.02% from 255 or 60.43% from 278); Max value from RGB is 168 - color contains mainly: blue. Hex color #135BA8 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135BA8 is #ECA457. Grayscale: #4D4D4D. Windows color (decimal): -15508568 or 11033363. OLE color: 11033363.
HSL color Cylindrical-coordinate representation of color #135BA8: hue angle of 211.01º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #135BA8 is Cyan = 0.89, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 19 | 91 | 168 | - |
| CMYK | 0.89 | 0.46 | 0 | 0.34 |
| HSL | 211.01º | 0.8% | 0.37% | - |
| HSV(B) | 211.01º | 0.89% | 0.66% | - |
| XYZ | 11.08 | 10.45 | 38.48 | - |
| YUV | 78.25 | 178.65 | 85.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 91 | 168 | 0.89 | 0.46 | 0 | 0.34 | 211.01 | 0.8 | 0.37 |
| Hex | 13 | 5B | A8 | 59 | 2E | 0 | 22 | D3 | 50 | 25 |
| Octal | 23 | 133 | 250 | 131 | 56 | 0 | 42 | 323 | 120 | 45 |
| Binary | 10011 | 1011011 | 10101000 | 1011001 | 101110 | 0 | 100010 | 11010011 | 1010000 | 100101 |
Color Harmonies of #135BA8
Complementary color
Monochromatic Colors of #135BA8
Black with #135BA8
Text Example
Text Example
White with #135BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135BA8; }
p { color: rgb(19,91,168); }
H1.HeaderClassName
{
color: #135BA8;
}
.AnyTagClassName
{
color: #135BA8;
}
</style>
background-color css
<style>
a { background-color: #135BA8; }
a { background-color: rgb(19,91,168); }
div.DivClassName
{
background-color: #135BA8;
}
.BgClassName
{
background-color: #135BA8;
}
</style>
border-color css
<style>
span { border-color: #135BA8; }
span { border-color: rgb(19,91,168); }
td.TdClassName
{
border-color: #135BA8;
}
.TagClassName
{
border-color: #135BA8;
}
</style>