Shades of Denim #117AC1
Tints of Denim #117AC1
RGB
CMYK
RGB Variations
Color information
#117AC1 (or 0x117AC1) is known color: Denim. HEX triplet: 11, 7A and C1. RGB value is (17,122,193). Sum of RGB (Red+Green+Blue) = 17+122+193=332 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.12% from 332); Green value is 122 (48.05% from 255 or 36.75% from 332); Blue value is 193 (75.78% from 255 or 58.13% from 332); Max value from RGB is 193 - color contains mainly: blue. Hex color #117AC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117AC1 is #EE853E. Grayscale: #626262. Windows color (decimal): -15631679 or 12679697. OLE color: 12679697.
HSL color Cylindrical-coordinate representation of color #117AC1: hue angle of 204.2º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #117AC1 is Cyan = 0.91, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 17 | 122 | 193 | - |
| CMYK | 0.91 | 0.37 | 0 | 0.24 |
| HSL | 204.2º | 0.84% | 0.41% | - |
| HSV(B) | 204.2º | 0.91% | 0.76% | - |
| XYZ | 16.82 | 17.89 | 53.02 | - |
| YUV | 98.7 | 181.21 | 69.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 122 | 193 | 0.91 | 0.37 | 0 | 0.24 | 204.2 | 0.84 | 0.41 |
| Hex | 11 | 7A | C1 | 5B | 25 | 0 | 18 | CC | 54 | 29 |
| Octal | 21 | 172 | 301 | 133 | 45 | 0 | 30 | 314 | 124 | 51 |
| Binary | 10001 | 1111010 | 11000001 | 1011011 | 100101 | 0 | 11000 | 11001100 | 1010100 | 101001 |
Color Harmonies of #117AC1
Complementary color
Monochromatic Colors of #117AC1
Black with #117AC1
Text Example
Text Example
White with #117AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117AC1; }
p { color: rgb(17,122,193); }
H1.HeaderClassName
{
color: #117AC1;
}
.AnyTagClassName
{
color: #117AC1;
}
</style>
background-color css
<style>
a { background-color: #117AC1; }
a { background-color: rgb(17,122,193); }
div.DivClassName
{
background-color: #117AC1;
}
.BgClassName
{
background-color: #117AC1;
}
</style>
border-color css
<style>
span { border-color: #117AC1; }
span { border-color: rgb(17,122,193); }
td.TdClassName
{
border-color: #117AC1;
}
.TagClassName
{
border-color: #117AC1;
}
</style>