Shades of Denim #135ABA
Tints of Denim #135ABA
RGB
CMYK
RGB Variations
Color information
#135ABA (or 0x135ABA) is known color: Denim. HEX triplet: 13, 5A and BA. RGB value is (19,90,186). Sum of RGB (Red+Green+Blue) = 19+90+186=295 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.44% from 295); Green value is 90 (35.55% from 255 or 30.51% from 295); Blue value is 186 (73.05% from 255 or 63.05% from 295); Max value from RGB is 186 - color contains mainly: blue. Hex color #135ABA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #135ABA is #ECA545. Grayscale: #4F4F4F. Windows color (decimal): -15508806 or 12212755. OLE color: 12212755.
HSL color Cylindrical-coordinate representation of color #135ABA: hue angle of 214.49º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #135ABA is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 19 | 90 | 186 | - |
| CMYK | 0.90 | 0.52 | 0 | 0.27 |
| HSL | 214.49º | 0.81% | 0.4% | - |
| HSV(B) | 214.49º | 0.9% | 0.73% | - |
| XYZ | 12.79 | 11 | 47.9 | - |
| YUV | 79.72 | 187.98 | 84.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 90 | 186 | 0.90 | 0.52 | 0 | 0.27 | 214.49 | 0.81 | 0.4 |
| Hex | 13 | 5A | BA | 5A | 34 | 0 | 1B | D6 | 51 | 28 |
| Octal | 23 | 132 | 272 | 132 | 64 | 0 | 33 | 326 | 121 | 50 |
| Binary | 10011 | 1011010 | 10111010 | 1011010 | 110100 | 0 | 11011 | 11010110 | 1010001 | 101000 |
Color Harmonies of #135ABA
Complementary color
Monochromatic Colors of #135ABA
Black with #135ABA
Text Example
Text Example
White with #135ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135ABA; }
p { color: rgb(19,90,186); }
H1.HeaderClassName
{
color: #135ABA;
}
.AnyTagClassName
{
color: #135ABA;
}
</style>
background-color css
<style>
a { background-color: #135ABA; }
a { background-color: rgb(19,90,186); }
div.DivClassName
{
background-color: #135ABA;
}
.BgClassName
{
background-color: #135ABA;
}
</style>
border-color css
<style>
span { border-color: #135ABA; }
span { border-color: rgb(19,90,186); }
td.TdClassName
{
border-color: #135ABA;
}
.TagClassName
{
border-color: #135ABA;
}
</style>