Shades of Denim #1463AD
Tints of Denim #1463AD
RGB
CMYK
RGB Variations
Color information
#1463AD (or 0x1463AD) is known color: Denim. HEX triplet: 14, 63 and AD. RGB value is (20,99,173). Sum of RGB (Red+Green+Blue) = 20+99+173=292 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.85% from 292); Green value is 99 (39.06% from 255 or 33.90% from 292); Blue value is 173 (67.97% from 255 or 59.25% from 292); Max value from RGB is 173 - color contains mainly: blue. Hex color #1463AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1463AD is #EB9C52. Grayscale: #535353. Windows color (decimal): -15440979 or 11363092. OLE color: 11363092.
HSL color Cylindrical-coordinate representation of color #1463AD: hue angle of 209.02º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1463AD is Cyan = 0.88, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 20 | 99 | 173 | - |
| CMYK | 0.88 | 0.43 | 0 | 0.32 |
| HSL | 209.02º | 0.79% | 0.38% | - |
| HSV(B) | 209.02º | 0.88% | 0.68% | - |
| XYZ | 12.29 | 12.09 | 41.22 | - |
| YUV | 83.82 | 178.33 | 82.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 99 | 173 | 0.88 | 0.43 | 0 | 0.32 | 209.02 | 0.79 | 0.38 |
| Hex | 14 | 63 | AD | 58 | 2B | 0 | 20 | D1 | 4F | 26 |
| Octal | 24 | 143 | 255 | 130 | 53 | 0 | 40 | 321 | 117 | 46 |
| Binary | 10100 | 1100011 | 10101101 | 1011000 | 101011 | 0 | 100000 | 11010001 | 1001111 | 100110 |
Color Harmonies of #1463AD
Complementary color
Monochromatic Colors of #1463AD
Black with #1463AD
Text Example
Text Example
White with #1463AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1463AD; }
p { color: rgb(20,99,173); }
H1.HeaderClassName
{
color: #1463AD;
}
.AnyTagClassName
{
color: #1463AD;
}
</style>
background-color css
<style>
a { background-color: #1463AD; }
a { background-color: rgb(20,99,173); }
div.DivClassName
{
background-color: #1463AD;
}
.BgClassName
{
background-color: #1463AD;
}
</style>
border-color css
<style>
span { border-color: #1463AD; }
span { border-color: rgb(20,99,173); }
td.TdClassName
{
border-color: #1463AD;
}
.TagClassName
{
border-color: #1463AD;
}
</style>