Shades of Denim #135AB3
Tints of Denim #135AB3
RGB
CMYK
RGB Variations
Color information
#135AB3 (or 0x135AB3) is known color: Denim. HEX triplet: 13, 5A and B3. RGB value is (19,90,179). Sum of RGB (Red+Green+Blue) = 19+90+179=288 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.60% from 288); Green value is 90 (35.55% from 255 or 31.25% from 288); Blue value is 179 (70.31% from 255 or 62.15% from 288); Max value from RGB is 179 - color contains mainly: blue. Hex color #135AB3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #135AB3 is #ECA54C. Grayscale: #4E4E4E. Windows color (decimal): -15508813 or 11754003. OLE color: 11754003.
HSL color Cylindrical-coordinate representation of color #135AB3: hue angle of 213.38º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #135AB3 is Cyan = 0.89, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 19 | 90 | 179 | - |
| CMYK | 0.89 | 0.50 | 0 | 0.30 |
| HSL | 213.38º | 0.81% | 0.39% | - |
| HSV(B) | 213.38º | 0.89% | 0.7% | - |
| XYZ | 12.06 | 10.71 | 44.08 | - |
| YUV | 78.92 | 184.48 | 85.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 90 | 179 | 0.89 | 0.50 | 0 | 0.30 | 213.38 | 0.81 | 0.39 |
| Hex | 13 | 5A | B3 | 59 | 32 | 0 | 1E | D5 | 51 | 27 |
| Octal | 23 | 132 | 263 | 131 | 62 | 0 | 36 | 325 | 121 | 47 |
| Binary | 10011 | 1011010 | 10110011 | 1011001 | 110010 | 0 | 11110 | 11010101 | 1010001 | 100111 |
Color Harmonies of #135AB3
Complementary color
Monochromatic Colors of #135AB3
Black with #135AB3
Text Example
Text Example
White with #135AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135AB3; }
p { color: rgb(19,90,179); }
H1.HeaderClassName
{
color: #135AB3;
}
.AnyTagClassName
{
color: #135AB3;
}
</style>
background-color css
<style>
a { background-color: #135AB3; }
a { background-color: rgb(19,90,179); }
div.DivClassName
{
background-color: #135AB3;
}
.BgClassName
{
background-color: #135AB3;
}
</style>
border-color css
<style>
span { border-color: #135AB3; }
span { border-color: rgb(19,90,179); }
td.TdClassName
{
border-color: #135AB3;
}
.TagClassName
{
border-color: #135AB3;
}
</style>