Shades of Denim #1150D6
Tints of Denim #1150D6
RGB
CMYK
RGB Variations
Color information
#1150D6 (or 0x1150D6) is known color: Denim. HEX triplet: 11, 50 and D6. RGB value is (17,80,214). Sum of RGB (Red+Green+Blue) = 17+80+214=311 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.47% from 311); Green value is 80 (31.64% from 255 or 25.72% from 311); Blue value is 214 (83.98% from 255 or 68.81% from 311); Max value from RGB is 214 - color contains mainly: blue. Hex color #1150D6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1150D6 is #EEAF29. Grayscale: #4B4B4B. Windows color (decimal): -15642410 or 14045201. OLE color: 14045201.
HSL color Cylindrical-coordinate representation of color #1150D6: hue angle of 220.81º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1150D6 is Cyan = 0.92, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 17 | 80 | 214 | - |
| CMYK | 0.92 | 0.63 | 0 | 0.16 |
| HSL | 220.81º | 0.85% | 0.45% | - |
| HSV(B) | 220.81º | 0.92% | 0.84% | - |
| XYZ | 15.24 | 10.71 | 64.88 | - |
| YUV | 76.44 | 205.63 | 85.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 80 | 214 | 0.92 | 0.63 | 0 | 0.16 | 220.81 | 0.85 | 0.45 |
| Hex | 11 | 50 | D6 | 5C | 3F | 0 | 10 | DD | 55 | 2D |
| Octal | 21 | 120 | 326 | 134 | 77 | 0 | 20 | 335 | 125 | 55 |
| Binary | 10001 | 1010000 | 11010110 | 1011100 | 111111 | 0 | 10000 | 11011101 | 1010101 | 101101 |
Color Harmonies of #1150D6
Complementary color
Monochromatic Colors of #1150D6
Black with #1150D6
Text Example
Text Example
White with #1150D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1150D6; }
p { color: rgb(17,80,214); }
H1.HeaderClassName
{
color: #1150D6;
}
.AnyTagClassName
{
color: #1150D6;
}
</style>
background-color css
<style>
a { background-color: #1150D6; }
a { background-color: rgb(17,80,214); }
div.DivClassName
{
background-color: #1150D6;
}
.BgClassName
{
background-color: #1150D6;
}
</style>
border-color css
<style>
span { border-color: #1150D6; }
span { border-color: rgb(17,80,214); }
td.TdClassName
{
border-color: #1150D6;
}
.TagClassName
{
border-color: #1150D6;
}
</style>