Shades of Denim #1462AC
Tints of Denim #1462AC
RGB
CMYK
RGB Variations
Color information
#1462AC (or 0x1462AC) is known color: Denim. HEX triplet: 14, 62 and AC. RGB value is (20,98,172). Sum of RGB (Red+Green+Blue) = 20+98+172=290 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.90% from 290); Green value is 98 (38.67% from 255 or 33.79% from 290); Blue value is 172 (67.58% from 255 or 59.31% from 290); Max value from RGB is 172 - color contains mainly: blue. Hex color #1462AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1462AC is #EB9D53. Grayscale: #525252. Windows color (decimal): -15441236 or 11297300. OLE color: 11297300.
HSL color Cylindrical-coordinate representation of color #1462AC: hue angle of 209.21º 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 #1462AC is Cyan = 0.88, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 98 | 172 | - |
| CMYK | 0.88 | 0.43 | 0 | 0.33 |
| HSL | 209.21º | 0.79% | 0.38% | - |
| HSV(B) | 209.21º | 0.88% | 0.67% | - |
| XYZ | 12.1 | 11.86 | 40.68 | - |
| YUV | 83.11 | 178.16 | 82.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 98 | 172 | 0.88 | 0.43 | 0 | 0.33 | 209.21 | 0.79 | 0.38 |
| Hex | 14 | 62 | AC | 58 | 2B | 0 | 21 | D1 | 4F | 26 |
| Octal | 24 | 142 | 254 | 130 | 53 | 0 | 41 | 321 | 117 | 46 |
| Binary | 10100 | 1100010 | 10101100 | 1011000 | 101011 | 0 | 100001 | 11010001 | 1001111 | 100110 |
Color Harmonies of #1462AC
Complementary color
Monochromatic Colors of #1462AC
Black with #1462AC
Text Example
Text Example
White with #1462AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1462AC; }
p { color: rgb(20,98,172); }
H1.HeaderClassName
{
color: #1462AC;
}
.AnyTagClassName
{
color: #1462AC;
}
</style>
background-color css
<style>
a { background-color: #1462AC; }
a { background-color: rgb(20,98,172); }
div.DivClassName
{
background-color: #1462AC;
}
.BgClassName
{
background-color: #1462AC;
}
</style>
border-color css
<style>
span { border-color: #1462AC; }
span { border-color: rgb(20,98,172); }
td.TdClassName
{
border-color: #1462AC;
}
.TagClassName
{
border-color: #1462AC;
}
</style>