Shades of Denim #1163CC
Tints of Denim #1163CC
RGB
CMYK
RGB Variations
Color information
#1163CC (or 0x1163CC) is known color: Denim. HEX triplet: 11, 63 and CC. RGB value is (17,99,204). Sum of RGB (Red+Green+Blue) = 17+99+204=320 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.31% from 320); Green value is 99 (39.06% from 255 or 30.94% from 320); Blue value is 204 (80.08% from 255 or 63.75% from 320); Max value from RGB is 204 - color contains mainly: blue. Hex color #1163CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1163CC is #EE9C33. Grayscale: #555555. Windows color (decimal): -15637556 or 13394705. OLE color: 13394705.
HSL color Cylindrical-coordinate representation of color #1163CC: hue angle of 213.69º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1163CC is Cyan = 0.92, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 17 | 99 | 204 | - |
| CMYK | 0.92 | 0.51 | 0 | 0.2 |
| HSL | 213.69º | 0.85% | 0.43% | - |
| HSV(B) | 213.69º | 0.92% | 0.8% | - |
| XYZ | 15.59 | 13.4 | 58.89 | - |
| YUV | 86.45 | 194.33 | 78.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 99 | 204 | 0.92 | 0.51 | 0 | 0.2 | 213.69 | 0.85 | 0.43 |
| Hex | 11 | 63 | CC | 5C | 33 | 0 | 14 | D6 | 55 | 2B |
| Octal | 21 | 143 | 314 | 134 | 63 | 0 | 24 | 326 | 125 | 53 |
| Binary | 10001 | 1100011 | 11001100 | 1011100 | 110011 | 0 | 10100 | 11010110 | 1010101 | 101011 |
Color Harmonies of #1163CC
Complementary color
Monochromatic Colors of #1163CC
Black with #1163CC
Text Example
Text Example
White with #1163CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1163CC; }
p { color: rgb(17,99,204); }
H1.HeaderClassName
{
color: #1163CC;
}
.AnyTagClassName
{
color: #1163CC;
}
</style>
background-color css
<style>
a { background-color: #1163CC; }
a { background-color: rgb(17,99,204); }
div.DivClassName
{
background-color: #1163CC;
}
.BgClassName
{
background-color: #1163CC;
}
</style>
border-color css
<style>
span { border-color: #1163CC; }
span { border-color: rgb(17,99,204); }
td.TdClassName
{
border-color: #1163CC;
}
.TagClassName
{
border-color: #1163CC;
}
</style>