Shades of Denim #1663A3
Tints of Denim #1663A3
RGB
CMYK
RGB Variations
Color information
#1663A3 (or 0x1663A3) is known color: Denim. HEX triplet: 16, 63 and A3. RGB value is (22,99,163). Sum of RGB (Red+Green+Blue) = 22+99+163=284 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.75% from 284); Green value is 99 (39.06% from 255 or 34.86% from 284); Blue value is 163 (64.06% from 255 or 57.39% from 284); Max value from RGB is 163 - color contains mainly: blue. Hex color #1663A3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1663A3 is #E99C5C. Grayscale: #525252. Windows color (decimal): -15309917 or 10707734. OLE color: 10707734.
HSL color Cylindrical-coordinate representation of color #1663A3: hue angle of 207.23º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1663A3 is Cyan = 0.87, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 22 | 99 | 163 | - |
| CMYK | 0.87 | 0.39 | 0 | 0.36 |
| HSL | 207.23º | 0.76% | 0.36% | - |
| HSV(B) | 207.23º | 0.87% | 0.64% | - |
| XYZ | 11.4 | 11.74 | 36.32 | - |
| YUV | 83.27 | 172.99 | 84.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 99 | 163 | 0.87 | 0.39 | 0 | 0.36 | 207.23 | 0.76 | 0.36 |
| Hex | 16 | 63 | A3 | 57 | 27 | 0 | 24 | CF | 4C | 24 |
| Octal | 26 | 143 | 243 | 127 | 47 | 0 | 44 | 317 | 114 | 44 |
| Binary | 10110 | 1100011 | 10100011 | 1010111 | 100111 | 0 | 100100 | 11001111 | 1001100 | 100100 |
Color Harmonies of #1663A3
Complementary color
Monochromatic Colors of #1663A3
Black with #1663A3
Text Example
Text Example
White with #1663A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1663A3; }
p { color: rgb(22,99,163); }
H1.HeaderClassName
{
color: #1663A3;
}
.AnyTagClassName
{
color: #1663A3;
}
</style>
background-color css
<style>
a { background-color: #1663A3; }
a { background-color: rgb(22,99,163); }
div.DivClassName
{
background-color: #1663A3;
}
.BgClassName
{
background-color: #1663A3;
}
</style>
border-color css
<style>
span { border-color: #1663A3; }
span { border-color: rgb(22,99,163); }
td.TdClassName
{
border-color: #1663A3;
}
.TagClassName
{
border-color: #1663A3;
}
</style>