Shades of Denim #1453AB
Tints of Denim #1453AB
RGB
CMYK
RGB Variations
Color information
#1453AB (or 0x1453AB) is known color: Denim. HEX triplet: 14, 53 and AB. RGB value is (20,83,171). Sum of RGB (Red+Green+Blue) = 20+83+171=274 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.30% from 274); Green value is 83 (32.81% from 255 or 30.29% 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 #1453AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1453AB is #EBAC54. Grayscale: #494949. Windows color (decimal): -15445077 or 11227924. OLE color: 11227924.
HSL color Cylindrical-coordinate representation of color #1453AB: hue angle of 214.97º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1453AB is Cyan = 0.88, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 83 | 171 | - |
| CMYK | 0.88 | 0.51 | 0 | 0.33 |
| HSL | 214.97º | 0.79% | 0.37% | - |
| HSV(B) | 214.97º | 0.88% | 0.67% | - |
| XYZ | 10.73 | 9.28 | 39.75 | - |
| YUV | 74.2 | 182.63 | 89.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 83 | 171 | 0.88 | 0.51 | 0 | 0.33 | 214.97 | 0.79 | 0.37 |
| Hex | 14 | 53 | AB | 58 | 33 | 0 | 21 | D7 | 4F | 25 |
| Octal | 24 | 123 | 253 | 130 | 63 | 0 | 41 | 327 | 117 | 45 |
| Binary | 10100 | 1010011 | 10101011 | 1011000 | 110011 | 0 | 100001 | 11010111 | 1001111 | 100101 |
Color Harmonies of #1453AB
Complementary color
Monochromatic Colors of #1453AB
Black with #1453AB
Text Example
Text Example
White with #1453AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1453AB; }
p { color: rgb(20,83,171); }
H1.HeaderClassName
{
color: #1453AB;
}
.AnyTagClassName
{
color: #1453AB;
}
</style>
background-color css
<style>
a { background-color: #1453AB; }
a { background-color: rgb(20,83,171); }
div.DivClassName
{
background-color: #1453AB;
}
.BgClassName
{
background-color: #1453AB;
}
</style>
border-color css
<style>
span { border-color: #1453AB; }
span { border-color: rgb(20,83,171); }
td.TdClassName
{
border-color: #1453AB;
}
.TagClassName
{
border-color: #1453AB;
}
</style>