Shades of Denim #1150CC
Tints of Denim #1150CC
RGB
CMYK
RGB Variations
Color information
#1150CC (or 0x1150CC) is known color: Denim. HEX triplet: 11, 50 and CC. RGB value is (17,80,204). Sum of RGB (Red+Green+Blue) = 17+80+204=301 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.65% from 301); Green value is 80 (31.64% from 255 or 26.58% from 301); Blue value is 204 (80.08% from 255 or 67.77% from 301); Max value from RGB is 204 - color contains mainly: blue. Hex color #1150CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1150CC is #EEAF33. Grayscale: #4A4A4A. Windows color (decimal): -15642420 or 13389841. OLE color: 13389841.
HSL color Cylindrical-coordinate representation of color #1150CC: hue angle of 219.79º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1150CC is Cyan = 0.92, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 17 | 80 | 204 | - |
| CMYK | 0.92 | 0.61 | 0 | 0.2 |
| HSL | 219.79º | 0.85% | 0.43% | - |
| HSV(B) | 219.79º | 0.92% | 0.8% | - |
| XYZ | 14 | 10.22 | 58.36 | - |
| YUV | 75.3 | 200.63 | 86.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 80 | 204 | 0.92 | 0.61 | 0 | 0.2 | 219.79 | 0.85 | 0.43 |
| Hex | 11 | 50 | CC | 5C | 3D | 0 | 14 | DC | 55 | 2B |
| Octal | 21 | 120 | 314 | 134 | 75 | 0 | 24 | 334 | 125 | 53 |
| Binary | 10001 | 1010000 | 11001100 | 1011100 | 111101 | 0 | 10100 | 11011100 | 1010101 | 101011 |
Color Harmonies of #1150CC
Complementary color
Monochromatic Colors of #1150CC
Black with #1150CC
Text Example
Text Example
White with #1150CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1150CC; }
p { color: rgb(17,80,204); }
H1.HeaderClassName
{
color: #1150CC;
}
.AnyTagClassName
{
color: #1150CC;
}
</style>
background-color css
<style>
a { background-color: #1150CC; }
a { background-color: rgb(17,80,204); }
div.DivClassName
{
background-color: #1150CC;
}
.BgClassName
{
background-color: #1150CC;
}
</style>
border-color css
<style>
span { border-color: #1150CC; }
span { border-color: rgb(17,80,204); }
td.TdClassName
{
border-color: #1150CC;
}
.TagClassName
{
border-color: #1150CC;
}
</style>