Shades of Denim #135DAE
Tints of Denim #135DAE
RGB
CMYK
RGB Variations
Color information
#135DAE (or 0x135DAE) is known color: Denim. HEX triplet: 13, 5D and AE. RGB value is (19,93,174). Sum of RGB (Red+Green+Blue) = 19+93+174=286 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.64% from 286); Green value is 93 (36.72% from 255 or 32.52% from 286); Blue value is 174 (68.36% from 255 or 60.84% from 286); Max value from RGB is 174 - color contains mainly: blue. Hex color #135DAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135DAE is #ECA251. Grayscale: #4F4F4F. Windows color (decimal): -15508050 or 11427091. OLE color: 11427091.
HSL color Cylindrical-coordinate representation of color #135DAE: hue angle of 211.35º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #135DAE is Cyan = 0.89, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 19 | 93 | 174 | - |
| CMYK | 0.89 | 0.47 | 0 | 0.32 |
| HSL | 211.35º | 0.8% | 0.38% | - |
| HSV(B) | 211.35º | 0.89% | 0.68% | - |
| XYZ | 11.82 | 11.02 | 41.55 | - |
| YUV | 80.11 | 180.98 | 84.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 93 | 174 | 0.89 | 0.47 | 0 | 0.32 | 211.35 | 0.8 | 0.38 |
| Hex | 13 | 5D | AE | 59 | 2F | 0 | 20 | D3 | 50 | 26 |
| Octal | 23 | 135 | 256 | 131 | 57 | 0 | 40 | 323 | 120 | 46 |
| Binary | 10011 | 1011101 | 10101110 | 1011001 | 101111 | 0 | 100000 | 11010011 | 1010000 | 100110 |
Color Harmonies of #135DAE
Complementary color
Monochromatic Colors of #135DAE
Black with #135DAE
Text Example
Text Example
White with #135DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135DAE; }
p { color: rgb(19,93,174); }
H1.HeaderClassName
{
color: #135DAE;
}
.AnyTagClassName
{
color: #135DAE;
}
</style>
background-color css
<style>
a { background-color: #135DAE; }
a { background-color: rgb(19,93,174); }
div.DivClassName
{
background-color: #135DAE;
}
.BgClassName
{
background-color: #135DAE;
}
</style>
border-color css
<style>
span { border-color: #135DAE; }
span { border-color: rgb(19,93,174); }
td.TdClassName
{
border-color: #135DAE;
}
.TagClassName
{
border-color: #135DAE;
}
</style>