Shades of Denim #1165BB
Tints of Denim #1165BB
RGB
CMYK
RGB Variations
Color information
#1165BB (or 0x1165BB) is known color: Denim. HEX triplet: 11, 65 and BB. RGB value is (17,101,187). Sum of RGB (Red+Green+Blue) = 17+101+187=305 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.57% from 305); Green value is 101 (39.84% from 255 or 33.11% from 305); Blue value is 187 (73.44% from 255 or 61.31% from 305); Max value from RGB is 187 - color contains mainly: blue. Hex color #1165BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1165BB is #EE9A44. Grayscale: #555555. Windows color (decimal): -15637061 or 12281105. OLE color: 12281105.
HSL color Cylindrical-coordinate representation of color #1165BB: hue angle of 210.35º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1165BB is Cyan = 0.91, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 17 | 101 | 187 | - |
| CMYK | 0.91 | 0.46 | 0 | 0.27 |
| HSL | 210.35º | 0.83% | 0.4% | - |
| HSV(B) | 210.35º | 0.91% | 0.73% | - |
| XYZ | 13.85 | 13.01 | 48.8 | - |
| YUV | 85.69 | 185.17 | 79.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 101 | 187 | 0.91 | 0.46 | 0 | 0.27 | 210.35 | 0.83 | 0.4 |
| Hex | 11 | 65 | BB | 5B | 2E | 0 | 1B | D2 | 53 | 28 |
| Octal | 21 | 145 | 273 | 133 | 56 | 0 | 33 | 322 | 123 | 50 |
| Binary | 10001 | 1100101 | 10111011 | 1011011 | 101110 | 0 | 11011 | 11010010 | 1010011 | 101000 |
Color Harmonies of #1165BB
Complementary color
Monochromatic Colors of #1165BB
Black with #1165BB
Text Example
Text Example
White with #1165BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1165BB; }
p { color: rgb(17,101,187); }
H1.HeaderClassName
{
color: #1165BB;
}
.AnyTagClassName
{
color: #1165BB;
}
</style>
background-color css
<style>
a { background-color: #1165BB; }
a { background-color: rgb(17,101,187); }
div.DivClassName
{
background-color: #1165BB;
}
.BgClassName
{
background-color: #1165BB;
}
</style>
border-color css
<style>
span { border-color: #1165BB; }
span { border-color: rgb(17,101,187); }
td.TdClassName
{
border-color: #1165BB;
}
.TagClassName
{
border-color: #1165BB;
}
</style>