Shades of Denim #115DBA
Tints of Denim #115DBA
RGB
CMYK
RGB Variations
Color information
#115DBA (or 0x115DBA) is known color: Denim. HEX triplet: 11, 5D and BA. RGB value is (17,93,186). Sum of RGB (Red+Green+Blue) = 17+93+186=296 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.74% from 296); Green value is 93 (36.72% from 255 or 31.42% from 296); Blue value is 186 (73.05% from 255 or 62.84% from 296); Max value from RGB is 186 - color contains mainly: blue. Hex color #115DBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115DBA is #EEA245. Grayscale: #505050. Windows color (decimal): -15639110 or 12213521. OLE color: 12213521.
HSL color Cylindrical-coordinate representation of color #115DBA: hue angle of 213.02º 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 #115DBA is Cyan = 0.91, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 17 | 93 | 186 | - |
| CMYK | 0.91 | 0.5 | 0 | 0.27 |
| HSL | 213.02º | 0.83% | 0.4% | - |
| HSV(B) | 213.02º | 0.91% | 0.73% | - |
| XYZ | 13.01 | 11.49 | 47.99 | - |
| YUV | 80.88 | 187.32 | 82.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 93 | 186 | 0.91 | 0.5 | 0 | 0.27 | 213.02 | 0.83 | 0.4 |
| Hex | 11 | 5D | BA | 5B | 32 | 0 | 1B | D5 | 53 | 28 |
| Octal | 21 | 135 | 272 | 133 | 62 | 0 | 33 | 325 | 123 | 50 |
| Binary | 10001 | 1011101 | 10111010 | 1011011 | 110010 | 0 | 11011 | 11010101 | 1010011 | 101000 |
Color Harmonies of #115DBA
Complementary color
Monochromatic Colors of #115DBA
Black with #115DBA
Text Example
Text Example
White with #115DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115DBA; }
p { color: rgb(17,93,186); }
H1.HeaderClassName
{
color: #115DBA;
}
.AnyTagClassName
{
color: #115DBA;
}
</style>
background-color css
<style>
a { background-color: #115DBA; }
a { background-color: rgb(17,93,186); }
div.DivClassName
{
background-color: #115DBA;
}
.BgClassName
{
background-color: #115DBA;
}
</style>
border-color css
<style>
span { border-color: #115DBA; }
span { border-color: rgb(17,93,186); }
td.TdClassName
{
border-color: #115DBA;
}
.TagClassName
{
border-color: #115DBA;
}
</style>