Shades of Denim #117ABE
Tints of Denim #117ABE
RGB
CMYK
RGB Variations
Color information
#117ABE (or 0x117ABE) is known color: Denim. HEX triplet: 11, 7A and BE. RGB value is (17,122,190). Sum of RGB (Red+Green+Blue) = 17+122+190=329 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.17% from 329); Green value is 122 (48.05% from 255 or 37.08% from 329); Blue value is 190 (74.61% from 255 or 57.75% from 329); Max value from RGB is 190 - color contains mainly: blue. Hex color #117ABE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117ABE is #EE8541. Grayscale: #616161. Windows color (decimal): -15631682 or 12483089. OLE color: 12483089.
HSL color Cylindrical-coordinate representation of color #117ABE: hue angle of 203.58º 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 #117ABE is Cyan = 0.91, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 122 | 190 | - |
| CMYK | 0.91 | 0.36 | 0 | 0.25 |
| HSL | 203.58º | 0.84% | 0.41% | - |
| HSV(B) | 203.58º | 0.91% | 0.75% | - |
| XYZ | 16.48 | 17.76 | 51.27 | - |
| YUV | 98.36 | 179.71 | 69.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 122 | 190 | 0.91 | 0.36 | 0 | 0.25 | 203.58 | 0.84 | 0.41 |
| Hex | 11 | 7A | BE | 5B | 24 | 0 | 19 | CC | 54 | 29 |
| Octal | 21 | 172 | 276 | 133 | 44 | 0 | 31 | 314 | 124 | 51 |
| Binary | 10001 | 1111010 | 10111110 | 1011011 | 100100 | 0 | 11001 | 11001100 | 1010100 | 101001 |
Color Harmonies of #117ABE
Complementary color
Monochromatic Colors of #117ABE
Black with #117ABE
Text Example
Text Example
White with #117ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117ABE; }
p { color: rgb(17,122,190); }
H1.HeaderClassName
{
color: #117ABE;
}
.AnyTagClassName
{
color: #117ABE;
}
</style>
background-color css
<style>
a { background-color: #117ABE; }
a { background-color: rgb(17,122,190); }
div.DivClassName
{
background-color: #117ABE;
}
.BgClassName
{
background-color: #117ABE;
}
</style>
border-color css
<style>
span { border-color: #117ABE; }
span { border-color: rgb(17,122,190); }
td.TdClassName
{
border-color: #117ABE;
}
.TagClassName
{
border-color: #117ABE;
}
</style>