Shades of Denim #135CA5
Tints of Denim #135CA5
RGB
CMYK
RGB Variations
Color information
#135CA5 (or 0x135CA5) is known color: Denim. HEX triplet: 13, 5C and A5. RGB value is (19,92,165). Sum of RGB (Red+Green+Blue) = 19+92+165=276 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.88% from 276); Green value is 92 (36.33% from 255 or 33.33% from 276); Blue value is 165 (64.84% from 255 or 59.78% from 276); Max value from RGB is 165 - color contains mainly: blue. Hex color #135CA5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135CA5 is #ECA35A. Grayscale: #4E4E4E. Windows color (decimal): -15508315 or 10837011. OLE color: 10837011.
HSL color Cylindrical-coordinate representation of color #135CA5: hue angle of 210º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #135CA5 is Cyan = 0.88, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 19 | 92 | 165 | - |
| CMYK | 0.88 | 0.44 | 0 | 0.35 |
| HSL | 210º | 0.79% | 0.36% | - |
| HSV(B) | 210º | 0.88% | 0.65% | - |
| XYZ | 10.89 | 10.51 | 37.05 | - |
| YUV | 78.5 | 176.82 | 85.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 92 | 165 | 0.88 | 0.44 | 0 | 0.35 | 210 | 0.79 | 0.36 |
| Hex | 13 | 5C | A5 | 58 | 2C | 0 | 23 | D2 | 4F | 24 |
| Octal | 23 | 134 | 245 | 130 | 54 | 0 | 43 | 322 | 117 | 44 |
| Binary | 10011 | 1011100 | 10100101 | 1011000 | 101100 | 0 | 100011 | 11010010 | 1001111 | 100100 |
Color Harmonies of #135CA5
Complementary color
Monochromatic Colors of #135CA5
Black with #135CA5
Text Example
Text Example
White with #135CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135CA5; }
p { color: rgb(19,92,165); }
H1.HeaderClassName
{
color: #135CA5;
}
.AnyTagClassName
{
color: #135CA5;
}
</style>
background-color css
<style>
a { background-color: #135CA5; }
a { background-color: rgb(19,92,165); }
div.DivClassName
{
background-color: #135CA5;
}
.BgClassName
{
background-color: #135CA5;
}
</style>
border-color css
<style>
span { border-color: #135CA5; }
span { border-color: rgb(19,92,165); }
td.TdClassName
{
border-color: #135CA5;
}
.TagClassName
{
border-color: #135CA5;
}
</style>