Shades of Denim #1353AB
Tints of Denim #1353AB
RGB
CMYK
RGB Variations
Color information
#1353AB (or 0x1353AB) is known color: Denim. HEX triplet: 13, 53 and AB. RGB value is (19,83,171). Sum of RGB (Red+Green+Blue) = 19+83+171=273 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.96% from 273); Green value is 83 (32.81% from 255 or 30.40% from 273); Blue value is 171 (67.19% from 255 or 62.64% from 273); Max value from RGB is 171 - color contains mainly: blue. Hex color #1353AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1353AB is #ECAC54. Grayscale: #494949. Windows color (decimal): -15510613 or 11227923. OLE color: 11227923.
HSL color Cylindrical-coordinate representation of color #1353AB: hue angle of 214.74º 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 #1353AB is Cyan = 0.89, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 83 | 171 | - |
| CMYK | 0.89 | 0.51 | 0 | 0.33 |
| HSL | 214.74º | 0.8% | 0.37% | - |
| HSV(B) | 214.74º | 0.89% | 0.67% | - |
| XYZ | 10.71 | 9.27 | 39.75 | - |
| YUV | 73.9 | 182.8 | 88.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 83 | 171 | 0.89 | 0.51 | 0 | 0.33 | 214.74 | 0.8 | 0.37 |
| Hex | 13 | 53 | AB | 59 | 33 | 0 | 21 | D7 | 50 | 25 |
| Octal | 23 | 123 | 253 | 131 | 63 | 0 | 41 | 327 | 120 | 45 |
| Binary | 10011 | 1010011 | 10101011 | 1011001 | 110011 | 0 | 100001 | 11010111 | 1010000 | 100101 |
Color Harmonies of #1353AB
Complementary color
Monochromatic Colors of #1353AB
Black with #1353AB
Text Example
Text Example
White with #1353AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1353AB; }
p { color: rgb(19,83,171); }
H1.HeaderClassName
{
color: #1353AB;
}
.AnyTagClassName
{
color: #1353AB;
}
</style>
background-color css
<style>
a { background-color: #1353AB; }
a { background-color: rgb(19,83,171); }
div.DivClassName
{
background-color: #1353AB;
}
.BgClassName
{
background-color: #1353AB;
}
</style>
border-color css
<style>
span { border-color: #1353AB; }
span { border-color: rgb(19,83,171); }
td.TdClassName
{
border-color: #1353AB;
}
.TagClassName
{
border-color: #1353AB;
}
</style>