Shades of Denim #1150BA
Tints of Denim #1150BA
RGB
CMYK
RGB Variations
Color information
#1150BA (or 0x1150BA) is known color: Denim. HEX triplet: 11, 50 and BA. RGB value is (17,80,186). Sum of RGB (Red+Green+Blue) = 17+80+186=283 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.01% from 283); Green value is 80 (31.64% from 255 or 28.27% from 283); Blue value is 186 (73.05% from 255 or 65.72% from 283); Max value from RGB is 186 - color contains mainly: blue. Hex color #1150BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1150BA is #EEAF45. Grayscale: #484848. Windows color (decimal): -15642438 or 12210193. OLE color: 12210193.
HSL color Cylindrical-coordinate representation of color #1150BA: hue angle of 217.63º 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 #1150BA is Cyan = 0.91, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 17 | 80 | 186 | - |
| CMYK | 0.91 | 0.57 | 0 | 0.27 |
| HSL | 217.63º | 0.83% | 0.4% | - |
| HSV(B) | 217.63º | 0.91% | 0.73% | - |
| XYZ | 11.96 | 9.4 | 47.64 | - |
| YUV | 73.25 | 191.63 | 87.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 80 | 186 | 0.91 | 0.57 | 0 | 0.27 | 217.63 | 0.83 | 0.4 |
| Hex | 11 | 50 | BA | 5B | 39 | 0 | 1B | DA | 53 | 28 |
| Octal | 21 | 120 | 272 | 133 | 71 | 0 | 33 | 332 | 123 | 50 |
| Binary | 10001 | 1010000 | 10111010 | 1011011 | 111001 | 0 | 11011 | 11011010 | 1010011 | 101000 |
Color Harmonies of #1150BA
Complementary color
Monochromatic Colors of #1150BA
Black with #1150BA
Text Example
Text Example
White with #1150BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1150BA; }
p { color: rgb(17,80,186); }
H1.HeaderClassName
{
color: #1150BA;
}
.AnyTagClassName
{
color: #1150BA;
}
</style>
background-color css
<style>
a { background-color: #1150BA; }
a { background-color: rgb(17,80,186); }
div.DivClassName
{
background-color: #1150BA;
}
.BgClassName
{
background-color: #1150BA;
}
</style>
border-color css
<style>
span { border-color: #1150BA; }
span { border-color: rgb(17,80,186); }
td.TdClassName
{
border-color: #1150BA;
}
.TagClassName
{
border-color: #1150BA;
}
</style>