Shades of Denim #135BAE
Tints of Denim #135BAE
RGB
CMYK
RGB Variations
Color information
#135BAE (or 0x135BAE) is known color: Denim. HEX triplet: 13, 5B and AE. RGB value is (19,91,174). Sum of RGB (Red+Green+Blue) = 19+91+174=284 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.69% from 284); Green value is 91 (35.94% from 255 or 32.04% from 284); Blue value is 174 (68.36% from 255 or 61.27% from 284); Max value from RGB is 174 - color contains mainly: blue. Hex color #135BAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135BAE is #ECA451. Grayscale: #4E4E4E. Windows color (decimal): -15508562 or 11426579. OLE color: 11426579.
HSL color Cylindrical-coordinate representation of color #135BAE: hue angle of 212.13º 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 #135BAE is Cyan = 0.89, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 19 | 91 | 174 | - |
| CMYK | 0.89 | 0.48 | 0 | 0.32 |
| HSL | 212.13º | 0.8% | 0.38% | - |
| HSV(B) | 212.13º | 0.89% | 0.68% | - |
| XYZ | 11.65 | 10.68 | 41.49 | - |
| YUV | 78.93 | 181.65 | 85.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 91 | 174 | 0.89 | 0.48 | 0 | 0.32 | 212.13 | 0.8 | 0.38 |
| Hex | 13 | 5B | AE | 59 | 30 | 0 | 20 | D4 | 50 | 26 |
| Octal | 23 | 133 | 256 | 131 | 60 | 0 | 40 | 324 | 120 | 46 |
| Binary | 10011 | 1011011 | 10101110 | 1011001 | 110000 | 0 | 100000 | 11010100 | 1010000 | 100110 |
Color Harmonies of #135BAE
Complementary color
Monochromatic Colors of #135BAE
Black with #135BAE
Text Example
Text Example
White with #135BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135BAE; }
p { color: rgb(19,91,174); }
H1.HeaderClassName
{
color: #135BAE;
}
.AnyTagClassName
{
color: #135BAE;
}
</style>
background-color css
<style>
a { background-color: #135BAE; }
a { background-color: rgb(19,91,174); }
div.DivClassName
{
background-color: #135BAE;
}
.BgClassName
{
background-color: #135BAE;
}
</style>
border-color css
<style>
span { border-color: #135BAE; }
span { border-color: rgb(19,91,174); }
td.TdClassName
{
border-color: #135BAE;
}
.TagClassName
{
border-color: #135BAE;
}
</style>