Shades of Denim #1170C4
Tints of Denim #1170C4
RGB
CMYK
RGB Variations
Color information
#1170C4 (or 0x1170C4) is known color: Denim. HEX triplet: 11, 70 and C4. RGB value is (17,112,196). Sum of RGB (Red+Green+Blue) = 17+112+196=325 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.23% from 325); Green value is 112 (44.14% from 255 or 34.46% from 325); Blue value is 196 (76.95% from 255 or 60.31% from 325); Max value from RGB is 196 - color contains mainly: blue. Hex color #1170C4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1170C4 is #EE8F3B. Grayscale: #5C5C5C. Windows color (decimal): -15634236 or 12873745. OLE color: 12873745.
HSL color Cylindrical-coordinate representation of color #1170C4: hue angle of 208.16º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1170C4 is Cyan = 0.91, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 17 | 112 | 196 | - |
| CMYK | 0.91 | 0.43 | 0 | 0.23 |
| HSL | 208.16º | 0.84% | 0.42% | - |
| HSV(B) | 208.16º | 0.91% | 0.77% | - |
| XYZ | 15.99 | 15.69 | 54.41 | - |
| YUV | 93.17 | 186.03 | 73.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 112 | 196 | 0.91 | 0.43 | 0 | 0.23 | 208.16 | 0.84 | 0.42 |
| Hex | 11 | 70 | C4 | 5B | 2B | 0 | 17 | D0 | 54 | 2A |
| Octal | 21 | 160 | 304 | 133 | 53 | 0 | 27 | 320 | 124 | 52 |
| Binary | 10001 | 1110000 | 11000100 | 1011011 | 101011 | 0 | 10111 | 11010000 | 1010100 | 101010 |
Color Harmonies of #1170C4
Complementary color
Monochromatic Colors of #1170C4
Black with #1170C4
Text Example
Text Example
White with #1170C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1170C4; }
p { color: rgb(17,112,196); }
H1.HeaderClassName
{
color: #1170C4;
}
.AnyTagClassName
{
color: #1170C4;
}
</style>
background-color css
<style>
a { background-color: #1170C4; }
a { background-color: rgb(17,112,196); }
div.DivClassName
{
background-color: #1170C4;
}
.BgClassName
{
background-color: #1170C4;
}
</style>
border-color css
<style>
span { border-color: #1170C4; }
span { border-color: rgb(17,112,196); }
td.TdClassName
{
border-color: #1170C4;
}
.TagClassName
{
border-color: #1170C4;
}
</style>