Shades of Denim #1354AB
Tints of Denim #1354AB
RGB
CMYK
RGB Variations
Color information
#1354AB (or 0x1354AB) is known color: Denim. HEX triplet: 13, 54 and AB. RGB value is (19,84,171). Sum of RGB (Red+Green+Blue) = 19+84+171=274 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.93% from 274); Green value is 84 (33.20% from 255 or 30.66% from 274); Blue value is 171 (67.19% from 255 or 62.41% from 274); Max value from RGB is 171 - color contains mainly: blue. Hex color #1354AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1354AB is #ECAB54. Grayscale: #4A4A4A. Windows color (decimal): -15510357 or 11228179. OLE color: 11228179.
HSL color Cylindrical-coordinate representation of color #1354AB: hue angle of 214.34º 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 #1354AB is Cyan = 0.89, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 84 | 171 | - |
| CMYK | 0.89 | 0.51 | 0 | 0.33 |
| HSL | 214.34º | 0.8% | 0.37% | - |
| HSV(B) | 214.34º | 0.89% | 0.67% | - |
| XYZ | 10.79 | 9.42 | 39.78 | - |
| YUV | 74.48 | 182.47 | 88.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 84 | 171 | 0.89 | 0.51 | 0 | 0.33 | 214.34 | 0.8 | 0.37 |
| Hex | 13 | 54 | AB | 59 | 33 | 0 | 21 | D6 | 50 | 25 |
| Octal | 23 | 124 | 253 | 131 | 63 | 0 | 41 | 326 | 120 | 45 |
| Binary | 10011 | 1010100 | 10101011 | 1011001 | 110011 | 0 | 100001 | 11010110 | 1010000 | 100101 |
Color Harmonies of #1354AB
Complementary color
Monochromatic Colors of #1354AB
Black with #1354AB
Text Example
Text Example
White with #1354AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1354AB; }
p { color: rgb(19,84,171); }
H1.HeaderClassName
{
color: #1354AB;
}
.AnyTagClassName
{
color: #1354AB;
}
</style>
background-color css
<style>
a { background-color: #1354AB; }
a { background-color: rgb(19,84,171); }
div.DivClassName
{
background-color: #1354AB;
}
.BgClassName
{
background-color: #1354AB;
}
</style>
border-color css
<style>
span { border-color: #1354AB; }
span { border-color: rgb(19,84,171); }
td.TdClassName
{
border-color: #1354AB;
}
.TagClassName
{
border-color: #1354AB;
}
</style>