Shades of Denim #1151D3
Tints of Denim #1151D3
RGB
CMYK
RGB Variations
Color information
#1151D3 (or 0x1151D3) is known color: Denim. HEX triplet: 11, 51 and D3. RGB value is (17,81,211). Sum of RGB (Red+Green+Blue) = 17+81+211=309 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.50% from 309); Green value is 81 (32.03% from 255 or 26.21% from 309); Blue value is 211 (82.81% from 255 or 68.28% from 309); Max value from RGB is 211 - color contains mainly: blue. Hex color #1151D3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1151D3 is #EEAE2C. Grayscale: #4C4C4C. Windows color (decimal): -15642157 or 13848849. OLE color: 13848849.
HSL color Cylindrical-coordinate representation of color #1151D3: hue angle of 220.21º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1151D3 is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 17 | 81 | 211 | - |
| CMYK | 0.92 | 0.62 | 0 | 0.17 |
| HSL | 220.21º | 0.85% | 0.45% | - |
| HSV(B) | 220.21º | 0.92% | 0.83% | - |
| XYZ | 14.93 | 10.71 | 62.91 | - |
| YUV | 76.68 | 203.8 | 85.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 81 | 211 | 0.92 | 0.62 | 0 | 0.17 | 220.21 | 0.85 | 0.45 |
| Hex | 11 | 51 | D3 | 5C | 3E | 0 | 11 | DC | 55 | 2D |
| Octal | 21 | 121 | 323 | 134 | 76 | 0 | 21 | 334 | 125 | 55 |
| Binary | 10001 | 1010001 | 11010011 | 1011100 | 111110 | 0 | 10001 | 11011100 | 1010101 | 101101 |
Color Harmonies of #1151D3
Complementary color
Monochromatic Colors of #1151D3
Black with #1151D3
Text Example
Text Example
White with #1151D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1151D3; }
p { color: rgb(17,81,211); }
H1.HeaderClassName
{
color: #1151D3;
}
.AnyTagClassName
{
color: #1151D3;
}
</style>
background-color css
<style>
a { background-color: #1151D3; }
a { background-color: rgb(17,81,211); }
div.DivClassName
{
background-color: #1151D3;
}
.BgClassName
{
background-color: #1151D3;
}
</style>
border-color css
<style>
span { border-color: #1151D3; }
span { border-color: rgb(17,81,211); }
td.TdClassName
{
border-color: #1151D3;
}
.TagClassName
{
border-color: #1151D3;
}
</style>