Shades of Denim #135AB7
Tints of Denim #135AB7
RGB
CMYK
RGB Variations
Color information
#135AB7 (or 0x135AB7) is known color: Denim. HEX triplet: 13, 5A and B7. RGB value is (19,90,183). Sum of RGB (Red+Green+Blue) = 19+90+183=292 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.51% from 292); Green value is 90 (35.55% from 255 or 30.82% from 292); Blue value is 183 (71.88% from 255 or 62.67% from 292); Max value from RGB is 183 - color contains mainly: blue. Hex color #135AB7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #135AB7 is #ECA548. Grayscale: #4E4E4E. Windows color (decimal): -15508809 or 12016147. OLE color: 12016147.
HSL color Cylindrical-coordinate representation of color #135AB7: hue angle of 214.02º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #135AB7 is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 19 | 90 | 183 | - |
| CMYK | 0.90 | 0.51 | 0 | 0.28 |
| HSL | 214.02º | 0.81% | 0.4% | - |
| HSV(B) | 214.02º | 0.9% | 0.72% | - |
| XYZ | 12.47 | 10.87 | 46.24 | - |
| YUV | 79.37 | 186.48 | 84.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 90 | 183 | 0.90 | 0.51 | 0 | 0.28 | 214.02 | 0.81 | 0.4 |
| Hex | 13 | 5A | B7 | 5A | 33 | 0 | 1C | D6 | 51 | 28 |
| Octal | 23 | 132 | 267 | 132 | 63 | 0 | 34 | 326 | 121 | 50 |
| Binary | 10011 | 1011010 | 10110111 | 1011010 | 110011 | 0 | 11100 | 11010110 | 1010001 | 101000 |
Color Harmonies of #135AB7
Complementary color
Monochromatic Colors of #135AB7
Black with #135AB7
Text Example
Text Example
White with #135AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135AB7; }
p { color: rgb(19,90,183); }
H1.HeaderClassName
{
color: #135AB7;
}
.AnyTagClassName
{
color: #135AB7;
}
</style>
background-color css
<style>
a { background-color: #135AB7; }
a { background-color: rgb(19,90,183); }
div.DivClassName
{
background-color: #135AB7;
}
.BgClassName
{
background-color: #135AB7;
}
</style>
border-color css
<style>
span { border-color: #135AB7; }
span { border-color: rgb(19,90,183); }
td.TdClassName
{
border-color: #135AB7;
}
.TagClassName
{
border-color: #135AB7;
}
</style>