Shades of Denim #115CBB
Tints of Denim #115CBB
RGB
CMYK
RGB Variations
Color information
#115CBB (or 0x115CBB) is known color: Denim. HEX triplet: 11, 5C and BB. RGB value is (17,92,187). Sum of RGB (Red+Green+Blue) = 17+92+187=296 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.74% from 296); Green value is 92 (36.33% from 255 or 31.08% from 296); Blue value is 187 (73.44% from 255 or 63.18% from 296); Max value from RGB is 187 - color contains mainly: blue. Hex color #115CBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115CBB is #EEA344. Grayscale: #4F4F4F. Windows color (decimal): -15639365 or 12278801. OLE color: 12278801.
HSL color Cylindrical-coordinate representation of color #115CBB: hue angle of 213.53º 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 #115CBB is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 17 | 92 | 187 | - |
| CMYK | 0.91 | 0.51 | 0 | 0.27 |
| HSL | 213.53º | 0.83% | 0.4% | - |
| HSV(B) | 213.53º | 0.91% | 0.73% | - |
| XYZ | 13.03 | 11.36 | 48.52 | - |
| YUV | 80.41 | 188.15 | 82.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 92 | 187 | 0.91 | 0.51 | 0 | 0.27 | 213.53 | 0.83 | 0.4 |
| Hex | 11 | 5C | BB | 5B | 33 | 0 | 1B | D6 | 53 | 28 |
| Octal | 21 | 134 | 273 | 133 | 63 | 0 | 33 | 326 | 123 | 50 |
| Binary | 10001 | 1011100 | 10111011 | 1011011 | 110011 | 0 | 11011 | 11010110 | 1010011 | 101000 |
Color Harmonies of #115CBB
Complementary color
Monochromatic Colors of #115CBB
Black with #115CBB
Text Example
Text Example
White with #115CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115CBB; }
p { color: rgb(17,92,187); }
H1.HeaderClassName
{
color: #115CBB;
}
.AnyTagClassName
{
color: #115CBB;
}
</style>
background-color css
<style>
a { background-color: #115CBB; }
a { background-color: rgb(17,92,187); }
div.DivClassName
{
background-color: #115CBB;
}
.BgClassName
{
background-color: #115CBB;
}
</style>
border-color css
<style>
span { border-color: #115CBB; }
span { border-color: rgb(17,92,187); }
td.TdClassName
{
border-color: #115CBB;
}
.TagClassName
{
border-color: #115CBB;
}
</style>