Shades of Denim #1663CC
Tints of Denim #1663CC
RGB
CMYK
RGB Variations
Color information
#1663CC (or 0x1663CC) is known color: Denim. HEX triplet: 16, 63 and CC. RGB value is (22,99,204). Sum of RGB (Red+Green+Blue) = 22+99+204=325 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.77% from 325); Green value is 99 (39.06% from 255 or 30.46% from 325); Blue value is 204 (80.08% from 255 or 62.77% from 325); Max value from RGB is 204 - color contains mainly: blue. Hex color #1663CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1663CC is #E99C33. Grayscale: #575757. Windows color (decimal): -15309876 or 13394710. OLE color: 13394710.
HSL color Cylindrical-coordinate representation of color #1663CC: hue angle of 214.62º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1663CC is Cyan = 0.89, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 22 | 99 | 204 | - |
| CMYK | 0.89 | 0.51 | 0 | 0.2 |
| HSL | 214.62º | 0.81% | 0.44% | - |
| HSV(B) | 214.62º | 0.89% | 0.8% | - |
| XYZ | 15.69 | 13.45 | 58.9 | - |
| YUV | 87.95 | 193.49 | 80.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 99 | 204 | 0.89 | 0.51 | 0 | 0.2 | 214.62 | 0.81 | 0.44 |
| Hex | 16 | 63 | CC | 59 | 33 | 0 | 14 | D7 | 51 | 2C |
| Octal | 26 | 143 | 314 | 131 | 63 | 0 | 24 | 327 | 121 | 54 |
| Binary | 10110 | 1100011 | 11001100 | 1011001 | 110011 | 0 | 10100 | 11010111 | 1010001 | 101100 |
Color Harmonies of #1663CC
Complementary color
Monochromatic Colors of #1663CC
Black with #1663CC
Text Example
Text Example
White with #1663CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1663CC; }
p { color: rgb(22,99,204); }
H1.HeaderClassName
{
color: #1663CC;
}
.AnyTagClassName
{
color: #1663CC;
}
</style>
background-color css
<style>
a { background-color: #1663CC; }
a { background-color: rgb(22,99,204); }
div.DivClassName
{
background-color: #1663CC;
}
.BgClassName
{
background-color: #1663CC;
}
</style>
border-color css
<style>
span { border-color: #1663CC; }
span { border-color: rgb(22,99,204); }
td.TdClassName
{
border-color: #1663CC;
}
.TagClassName
{
border-color: #1663CC;
}
</style>