Shades of Denim #1663AC
Tints of Denim #1663AC
RGB
CMYK
RGB Variations
Color information
#1663AC (or 0x1663AC) is known color: Denim. HEX triplet: 16, 63 and AC. RGB value is (22,99,172). Sum of RGB (Red+Green+Blue) = 22+99+172=293 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.51% from 293); Green value is 99 (39.06% from 255 or 33.79% from 293); Blue value is 172 (67.58% from 255 or 58.70% from 293); Max value from RGB is 172 - color contains mainly: blue. Hex color #1663AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1663AC is #E99C53. Grayscale: #535353. Windows color (decimal): -15309908 or 11297558. OLE color: 11297558.
HSL color Cylindrical-coordinate representation of color #1663AC: hue angle of 209.2º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1663AC is Cyan = 0.87, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 22 | 99 | 172 | - |
| CMYK | 0.87 | 0.42 | 0 | 0.33 |
| HSL | 209.2º | 0.77% | 0.38% | - |
| HSV(B) | 209.2º | 0.87% | 0.67% | - |
| XYZ | 12.24 | 12.07 | 40.71 | - |
| YUV | 84.3 | 177.49 | 83.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 99 | 172 | 0.87 | 0.42 | 0 | 0.33 | 209.2 | 0.77 | 0.38 |
| Hex | 16 | 63 | AC | 57 | 2A | 0 | 21 | D1 | 4D | 26 |
| Octal | 26 | 143 | 254 | 127 | 52 | 0 | 41 | 321 | 115 | 46 |
| Binary | 10110 | 1100011 | 10101100 | 1010111 | 101010 | 0 | 100001 | 11010001 | 1001101 | 100110 |
Color Harmonies of #1663AC
Complementary color
Monochromatic Colors of #1663AC
Black with #1663AC
Text Example
Text Example
White with #1663AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1663AC; }
p { color: rgb(22,99,172); }
H1.HeaderClassName
{
color: #1663AC;
}
.AnyTagClassName
{
color: #1663AC;
}
</style>
background-color css
<style>
a { background-color: #1663AC; }
a { background-color: rgb(22,99,172); }
div.DivClassName
{
background-color: #1663AC;
}
.BgClassName
{
background-color: #1663AC;
}
</style>
border-color css
<style>
span { border-color: #1663AC; }
span { border-color: rgb(22,99,172); }
td.TdClassName
{
border-color: #1663AC;
}
.TagClassName
{
border-color: #1663AC;
}
</style>