Shades of Denim #135CAC
Tints of Denim #135CAC
RGB
CMYK
RGB Variations
Color information
#135CAC (or 0x135CAC) is known color: Denim. HEX triplet: 13, 5C and AC. RGB value is (19,92,172). Sum of RGB (Red+Green+Blue) = 19+92+172=283 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.71% from 283); Green value is 92 (36.33% from 255 or 32.51% from 283); Blue value is 172 (67.58% from 255 or 60.78% from 283); Max value from RGB is 172 - color contains mainly: blue. Hex color #135CAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135CAC is #ECA353. Grayscale: #4E4E4E. Windows color (decimal): -15508308 or 11295763. OLE color: 11295763.
HSL color Cylindrical-coordinate representation of color #135CAC: hue angle of 211.37º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #135CAC is Cyan = 0.89, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 92 | 172 | - |
| CMYK | 0.89 | 0.47 | 0 | 0.33 |
| HSL | 211.37º | 0.8% | 0.37% | - |
| HSV(B) | 211.37º | 0.89% | 0.67% | - |
| XYZ | 11.54 | 10.77 | 40.5 | - |
| YUV | 79.29 | 180.32 | 85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 92 | 172 | 0.89 | 0.47 | 0 | 0.33 | 211.37 | 0.8 | 0.37 |
| Hex | 13 | 5C | AC | 59 | 2F | 0 | 21 | D3 | 50 | 25 |
| Octal | 23 | 134 | 254 | 131 | 57 | 0 | 41 | 323 | 120 | 45 |
| Binary | 10011 | 1011100 | 10101100 | 1011001 | 101111 | 0 | 100001 | 11010011 | 1010000 | 100101 |
Color Harmonies of #135CAC
Complementary color
Monochromatic Colors of #135CAC
Black with #135CAC
Text Example
Text Example
White with #135CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135CAC; }
p { color: rgb(19,92,172); }
H1.HeaderClassName
{
color: #135CAC;
}
.AnyTagClassName
{
color: #135CAC;
}
</style>
background-color css
<style>
a { background-color: #135CAC; }
a { background-color: rgb(19,92,172); }
div.DivClassName
{
background-color: #135CAC;
}
.BgClassName
{
background-color: #135CAC;
}
</style>
border-color css
<style>
span { border-color: #135CAC; }
span { border-color: rgb(19,92,172); }
td.TdClassName
{
border-color: #135CAC;
}
.TagClassName
{
border-color: #135CAC;
}
</style>