Shades of Denim #135AB1
Tints of Denim #135AB1
RGB
CMYK
RGB Variations
Color information
#135AB1 (or 0x135AB1) is known color: Denim. HEX triplet: 13, 5A and B1. RGB value is (19,90,177). Sum of RGB (Red+Green+Blue) = 19+90+177=286 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.64% from 286); Green value is 90 (35.55% from 255 or 31.47% from 286); Blue value is 177 (69.53% from 255 or 61.89% from 286); Max value from RGB is 177 - color contains mainly: blue. Hex color #135AB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135AB1 is #ECA54E. Grayscale: #4E4E4E. Windows color (decimal): -15508815 or 11622931. OLE color: 11622931.
HSL color Cylindrical-coordinate representation of color #135AB1: hue angle of 213.04º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #135AB1 is Cyan = 0.89, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 19 | 90 | 177 | - |
| CMYK | 0.89 | 0.49 | 0 | 0.31 |
| HSL | 213.04º | 0.81% | 0.38% | - |
| HSV(B) | 213.04º | 0.89% | 0.69% | - |
| XYZ | 11.86 | 10.63 | 43.02 | - |
| YUV | 78.69 | 183.48 | 85.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 90 | 177 | 0.89 | 0.49 | 0 | 0.31 | 213.04 | 0.81 | 0.38 |
| Hex | 13 | 5A | B1 | 59 | 31 | 0 | 1F | D5 | 51 | 26 |
| Octal | 23 | 132 | 261 | 131 | 61 | 0 | 37 | 325 | 121 | 46 |
| Binary | 10011 | 1011010 | 10110001 | 1011001 | 110001 | 0 | 11111 | 11010101 | 1010001 | 100110 |
Color Harmonies of #135AB1
Complementary color
Monochromatic Colors of #135AB1
Black with #135AB1
Text Example
Text Example
White with #135AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135AB1; }
p { color: rgb(19,90,177); }
H1.HeaderClassName
{
color: #135AB1;
}
.AnyTagClassName
{
color: #135AB1;
}
</style>
background-color css
<style>
a { background-color: #135AB1; }
a { background-color: rgb(19,90,177); }
div.DivClassName
{
background-color: #135AB1;
}
.BgClassName
{
background-color: #135AB1;
}
</style>
border-color css
<style>
span { border-color: #135AB1; }
span { border-color: rgb(19,90,177); }
td.TdClassName
{
border-color: #135AB1;
}
.TagClassName
{
border-color: #135AB1;
}
</style>