Shades of Denim #1151C6
Tints of Denim #1151C6
RGB
CMYK
RGB Variations
Color information
#1151C6 (or 0x1151C6) is known color: Denim. HEX triplet: 11, 51 and C6. RGB value is (17,81,198). Sum of RGB (Red+Green+Blue) = 17+81+198=296 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.74% from 296); Green value is 81 (32.03% from 255 or 27.36% from 296); Blue value is 198 (77.73% from 255 or 66.89% from 296); Max value from RGB is 198 - color contains mainly: blue. Hex color #1151C6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1151C6 is #EEAE39. Grayscale: #4A4A4A. Windows color (decimal): -15642170 or 12996881. OLE color: 12996881.
HSL color Cylindrical-coordinate representation of color #1151C6: hue angle of 218.78º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1151C6 is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 17 | 81 | 198 | - |
| CMYK | 0.91 | 0.59 | 0 | 0.22 |
| HSL | 218.78º | 0.84% | 0.42% | - |
| HSV(B) | 218.78º | 0.91% | 0.78% | - |
| XYZ | 13.37 | 10.08 | 54.67 | - |
| YUV | 75.2 | 197.3 | 86.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 81 | 198 | 0.91 | 0.59 | 0 | 0.22 | 218.78 | 0.84 | 0.42 |
| Hex | 11 | 51 | C6 | 5B | 3B | 0 | 16 | DB | 54 | 2A |
| Octal | 21 | 121 | 306 | 133 | 73 | 0 | 26 | 333 | 124 | 52 |
| Binary | 10001 | 1010001 | 11000110 | 1011011 | 111011 | 0 | 10110 | 11011011 | 1010100 | 101010 |
Color Harmonies of #1151C6
Complementary color
Monochromatic Colors of #1151C6
Black with #1151C6
Text Example
Text Example
White with #1151C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1151C6; }
p { color: rgb(17,81,198); }
H1.HeaderClassName
{
color: #1151C6;
}
.AnyTagClassName
{
color: #1151C6;
}
</style>
background-color css
<style>
a { background-color: #1151C6; }
a { background-color: rgb(17,81,198); }
div.DivClassName
{
background-color: #1151C6;
}
.BgClassName
{
background-color: #1151C6;
}
</style>
border-color css
<style>
span { border-color: #1151C6; }
span { border-color: rgb(17,81,198); }
td.TdClassName
{
border-color: #1151C6;
}
.TagClassName
{
border-color: #1151C6;
}
</style>