Shades of Denim #135AAD
Tints of Denim #135AAD
RGB
CMYK
RGB Variations
Color information
#135AAD (or 0x135AAD) is known color: Denim. HEX triplet: 13, 5A and AD. RGB value is (19,90,173). Sum of RGB (Red+Green+Blue) = 19+90+173=282 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.74% from 282); Green value is 90 (35.55% from 255 or 31.91% from 282); Blue value is 173 (67.97% from 255 or 61.35% from 282); Max value from RGB is 173 - color contains mainly: blue. Hex color #135AAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135AAD is #ECA552. Grayscale: #4D4D4D. Windows color (decimal): -15508819 or 11360787. OLE color: 11360787.
HSL color Cylindrical-coordinate representation of color #135AAD: hue angle of 212.34º 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 #135AAD is Cyan = 0.89, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 19 | 90 | 173 | - |
| CMYK | 0.89 | 0.48 | 0 | 0.32 |
| HSL | 212.34º | 0.8% | 0.38% | - |
| HSV(B) | 212.34º | 0.89% | 0.68% | - |
| XYZ | 11.47 | 10.47 | 40.95 | - |
| YUV | 78.23 | 181.48 | 85.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 90 | 173 | 0.89 | 0.48 | 0 | 0.32 | 212.34 | 0.8 | 0.38 |
| Hex | 13 | 5A | AD | 59 | 30 | 0 | 20 | D4 | 50 | 26 |
| Octal | 23 | 132 | 255 | 131 | 60 | 0 | 40 | 324 | 120 | 46 |
| Binary | 10011 | 1011010 | 10101101 | 1011001 | 110000 | 0 | 100000 | 11010100 | 1010000 | 100110 |
Color Harmonies of #135AAD
Complementary color
Monochromatic Colors of #135AAD
Black with #135AAD
Text Example
Text Example
White with #135AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135AAD; }
p { color: rgb(19,90,173); }
H1.HeaderClassName
{
color: #135AAD;
}
.AnyTagClassName
{
color: #135AAD;
}
</style>
background-color css
<style>
a { background-color: #135AAD; }
a { background-color: rgb(19,90,173); }
div.DivClassName
{
background-color: #135AAD;
}
.BgClassName
{
background-color: #135AAD;
}
</style>
border-color css
<style>
span { border-color: #135AAD; }
span { border-color: rgb(19,90,173); }
td.TdClassName
{
border-color: #135AAD;
}
.TagClassName
{
border-color: #135AAD;
}
</style>