Shades of Denim #1463AC
Tints of Denim #1463AC
RGB
CMYK
RGB Variations
Color information
#1463AC (or 0x1463AC) is known color: Denim. HEX triplet: 14, 63 and AC. RGB value is (20,99,172). Sum of RGB (Red+Green+Blue) = 20+99+172=291 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.87% from 291); Green value is 99 (39.06% from 255 or 34.02% from 291); Blue value is 172 (67.58% from 255 or 59.11% from 291); Max value from RGB is 172 - color contains mainly: blue. Hex color #1463AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1463AC is #EB9C53. Grayscale: #535353. Windows color (decimal): -15440980 or 11297556. OLE color: 11297556.
HSL color Cylindrical-coordinate representation of color #1463AC: hue angle of 208.82º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1463AC is Cyan = 0.88, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 99 | 172 | - |
| CMYK | 0.88 | 0.42 | 0 | 0.33 |
| HSL | 208.82º | 0.79% | 0.38% | - |
| HSV(B) | 208.82º | 0.88% | 0.67% | - |
| XYZ | 12.2 | 12.05 | 40.71 | - |
| YUV | 83.7 | 177.83 | 82.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 99 | 172 | 0.88 | 0.42 | 0 | 0.33 | 208.82 | 0.79 | 0.38 |
| Hex | 14 | 63 | AC | 58 | 2A | 0 | 21 | D1 | 4F | 26 |
| Octal | 24 | 143 | 254 | 130 | 52 | 0 | 41 | 321 | 117 | 46 |
| Binary | 10100 | 1100011 | 10101100 | 1011000 | 101010 | 0 | 100001 | 11010001 | 1001111 | 100110 |
Color Harmonies of #1463AC
Complementary color
Monochromatic Colors of #1463AC
Black with #1463AC
Text Example
Text Example
White with #1463AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1463AC; }
p { color: rgb(20,99,172); }
H1.HeaderClassName
{
color: #1463AC;
}
.AnyTagClassName
{
color: #1463AC;
}
</style>
background-color css
<style>
a { background-color: #1463AC; }
a { background-color: rgb(20,99,172); }
div.DivClassName
{
background-color: #1463AC;
}
.BgClassName
{
background-color: #1463AC;
}
</style>
border-color css
<style>
span { border-color: #1463AC; }
span { border-color: rgb(20,99,172); }
td.TdClassName
{
border-color: #1463AC;
}
.TagClassName
{
border-color: #1463AC;
}
</style>