Shades of Denim #1173BB
Tints of Denim #1173BB
RGB
CMYK
RGB Variations
Color information
#1173BB (or 0x1173BB) is known color: Denim. HEX triplet: 11, 73 and BB. RGB value is (17,115,187). Sum of RGB (Red+Green+Blue) = 17+115+187=319 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.33% from 319); Green value is 115 (45.31% from 255 or 36.05% from 319); Blue value is 187 (73.44% from 255 or 58.62% from 319); Max value from RGB is 187 - color contains mainly: blue. Hex color #1173BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1173BB is #EE8C44. Grayscale: #5D5D5D. Windows color (decimal): -15633477 or 12284689. OLE color: 12284689.
HSL color Cylindrical-coordinate representation of color #1173BB: hue angle of 205.41º 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 #1173BB is Cyan = 0.91, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 17 | 115 | 187 | - |
| CMYK | 0.91 | 0.39 | 0 | 0.27 |
| HSL | 205.41º | 0.83% | 0.4% | - |
| HSV(B) | 205.41º | 0.91% | 0.73% | - |
| XYZ | 15.33 | 15.97 | 49.29 | - |
| YUV | 93.91 | 180.53 | 73.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 115 | 187 | 0.91 | 0.39 | 0 | 0.27 | 205.41 | 0.83 | 0.4 |
| Hex | 11 | 73 | BB | 5B | 27 | 0 | 1B | CD | 53 | 28 |
| Octal | 21 | 163 | 273 | 133 | 47 | 0 | 33 | 315 | 123 | 50 |
| Binary | 10001 | 1110011 | 10111011 | 1011011 | 100111 | 0 | 11011 | 11001101 | 1010011 | 101000 |
Color Harmonies of #1173BB
Complementary color
Monochromatic Colors of #1173BB
Black with #1173BB
Text Example
Text Example
White with #1173BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1173BB; }
p { color: rgb(17,115,187); }
H1.HeaderClassName
{
color: #1173BB;
}
.AnyTagClassName
{
color: #1173BB;
}
</style>
background-color css
<style>
a { background-color: #1173BB; }
a { background-color: rgb(17,115,187); }
div.DivClassName
{
background-color: #1173BB;
}
.BgClassName
{
background-color: #1173BB;
}
</style>
border-color css
<style>
span { border-color: #1173BB; }
span { border-color: rgb(17,115,187); }
td.TdClassName
{
border-color: #1173BB;
}
.TagClassName
{
border-color: #1173BB;
}
</style>