Shades of Denim #1168BF
Tints of Denim #1168BF
RGB
CMYK
RGB Variations
Color information
#1168BF (or 0x1168BF) is known color: Denim. HEX triplet: 11, 68 and BF. RGB value is (17,104,191). Sum of RGB (Red+Green+Blue) = 17+104+191=312 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.45% from 312); Green value is 104 (41.02% from 255 or 33.33% from 312); Blue value is 191 (75% from 255 or 61.22% from 312); Max value from RGB is 191 - color contains mainly: blue. Hex color #1168BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1168BF is #EE9740. Grayscale: #575757. Windows color (decimal): -15636289 or 12544017. OLE color: 12544017.
HSL color Cylindrical-coordinate representation of color #1168BF: hue angle of 210º 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 #1168BF is Cyan = 0.91, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 104 | 191 | - |
| CMYK | 0.91 | 0.46 | 0 | 0.25 |
| HSL | 210º | 0.84% | 0.41% | - |
| HSV(B) | 210º | 0.91% | 0.75% | - |
| XYZ | 14.59 | 13.78 | 51.18 | - |
| YUV | 87.91 | 186.18 | 77.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 104 | 191 | 0.91 | 0.46 | 0 | 0.25 | 210 | 0.84 | 0.41 |
| Hex | 11 | 68 | BF | 5B | 2E | 0 | 19 | D2 | 54 | 29 |
| Octal | 21 | 150 | 277 | 133 | 56 | 0 | 31 | 322 | 124 | 51 |
| Binary | 10001 | 1101000 | 10111111 | 1011011 | 101110 | 0 | 11001 | 11010010 | 1010100 | 101001 |
Color Harmonies of #1168BF
Complementary color
Monochromatic Colors of #1168BF
Black with #1168BF
Text Example
Text Example
White with #1168BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1168BF; }
p { color: rgb(17,104,191); }
H1.HeaderClassName
{
color: #1168BF;
}
.AnyTagClassName
{
color: #1168BF;
}
</style>
background-color css
<style>
a { background-color: #1168BF; }
a { background-color: rgb(17,104,191); }
div.DivClassName
{
background-color: #1168BF;
}
.BgClassName
{
background-color: #1168BF;
}
</style>
border-color css
<style>
span { border-color: #1168BF; }
span { border-color: rgb(17,104,191); }
td.TdClassName
{
border-color: #1168BF;
}
.TagClassName
{
border-color: #1168BF;
}
</style>