Shades of Denim #1466AC
Tints of Denim #1466AC
RGB
CMYK
RGB Variations
Color information
#1466AC (or 0x1466AC) is known color: Denim. HEX triplet: 14, 66 and AC. RGB value is (20,102,172). Sum of RGB (Red+Green+Blue) = 20+102+172=294 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.80% from 294); Green value is 102 (40.23% from 255 or 34.69% from 294); Blue value is 172 (67.58% from 255 or 58.50% from 294); Max value from RGB is 172 - color contains mainly: blue. Hex color #1466AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1466AC is #EB9953. Grayscale: #555555. Windows color (decimal): -15440212 or 11298324. OLE color: 11298324.
HSL color Cylindrical-coordinate representation of color #1466AC: hue angle of 207.63º 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 #1466AC is Cyan = 0.88, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 102 | 172 | - |
| CMYK | 0.88 | 0.41 | 0 | 0.33 |
| HSL | 207.63º | 0.79% | 0.38% | - |
| HSV(B) | 207.63º | 0.88% | 0.67% | - |
| XYZ | 12.49 | 12.63 | 40.81 | - |
| YUV | 85.46 | 176.83 | 81.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 102 | 172 | 0.88 | 0.41 | 0 | 0.33 | 207.63 | 0.79 | 0.38 |
| Hex | 14 | 66 | AC | 58 | 29 | 0 | 21 | D0 | 4F | 26 |
| Octal | 24 | 146 | 254 | 130 | 51 | 0 | 41 | 320 | 117 | 46 |
| Binary | 10100 | 1100110 | 10101100 | 1011000 | 101001 | 0 | 100001 | 11010000 | 1001111 | 100110 |
Color Harmonies of #1466AC
Complementary color
Monochromatic Colors of #1466AC
Black with #1466AC
Text Example
Text Example
White with #1466AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1466AC; }
p { color: rgb(20,102,172); }
H1.HeaderClassName
{
color: #1466AC;
}
.AnyTagClassName
{
color: #1466AC;
}
</style>
background-color css
<style>
a { background-color: #1466AC; }
a { background-color: rgb(20,102,172); }
div.DivClassName
{
background-color: #1466AC;
}
.BgClassName
{
background-color: #1466AC;
}
</style>
border-color css
<style>
span { border-color: #1466AC; }
span { border-color: rgb(20,102,172); }
td.TdClassName
{
border-color: #1466AC;
}
.TagClassName
{
border-color: #1466AC;
}
</style>