Shades of Denim #117AC0
Tints of Denim #117AC0
RGB
CMYK
RGB Variations
Color information
#117AC0 (or 0x117AC0) is known color: Denim. HEX triplet: 11, 7A and C0. RGB value is (17,122,192). Sum of RGB (Red+Green+Blue) = 17+122+192=331 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.14% from 331); Green value is 122 (48.05% from 255 or 36.86% from 331); Blue value is 192 (75.39% from 255 or 58.01% from 331); Max value from RGB is 192 - color contains mainly: blue. Hex color #117AC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117AC0 is #EE853F. Grayscale: #626262. Windows color (decimal): -15631680 or 12614161. OLE color: 12614161.
HSL color Cylindrical-coordinate representation of color #117AC0: hue angle of 204º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #117AC0 is Cyan = 0.91, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 122 | 192 | - |
| CMYK | 0.91 | 0.36 | 0 | 0.25 |
| HSL | 204º | 0.84% | 0.41% | - |
| HSV(B) | 204º | 0.91% | 0.75% | - |
| XYZ | 16.71 | 17.84 | 52.43 | - |
| YUV | 98.59 | 180.71 | 69.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 122 | 192 | 0.91 | 0.36 | 0 | 0.25 | 204 | 0.84 | 0.41 |
| Hex | 11 | 7A | C0 | 5B | 24 | 0 | 19 | CC | 54 | 29 |
| Octal | 21 | 172 | 300 | 133 | 44 | 0 | 31 | 314 | 124 | 51 |
| Binary | 10001 | 1111010 | 11000000 | 1011011 | 100100 | 0 | 11001 | 11001100 | 1010100 | 101001 |
Color Harmonies of #117AC0
Complementary color
Monochromatic Colors of #117AC0
Black with #117AC0
Text Example
Text Example
White with #117AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117AC0; }
p { color: rgb(17,122,192); }
H1.HeaderClassName
{
color: #117AC0;
}
.AnyTagClassName
{
color: #117AC0;
}
</style>
background-color css
<style>
a { background-color: #117AC0; }
a { background-color: rgb(17,122,192); }
div.DivClassName
{
background-color: #117AC0;
}
.BgClassName
{
background-color: #117AC0;
}
</style>
border-color css
<style>
span { border-color: #117AC0; }
span { border-color: rgb(17,122,192); }
td.TdClassName
{
border-color: #117AC0;
}
.TagClassName
{
border-color: #117AC0;
}
</style>