Shades of Denim #1150CE
Tints of Denim #1150CE
RGB
CMYK
RGB Variations
Color information
#1150CE (or 0x1150CE) is known color: Denim. HEX triplet: 11, 50 and CE. RGB value is (17,80,206). Sum of RGB (Red+Green+Blue) = 17+80+206=303 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.61% from 303); Green value is 80 (31.64% from 255 or 26.40% from 303); Blue value is 206 (80.86% from 255 or 67.99% from 303); Max value from RGB is 206 - color contains mainly: blue. Hex color #1150CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1150CE is #EEAF31. Grayscale: #4A4A4A. Windows color (decimal): -15642418 or 13520913. OLE color: 13520913.
HSL color Cylindrical-coordinate representation of color #1150CE: hue angle of 220º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1150CE is Cyan = 0.92, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 17 | 80 | 206 | - |
| CMYK | 0.92 | 0.61 | 0 | 0.19 |
| HSL | 220º | 0.85% | 0.44% | - |
| HSV(B) | 220º | 0.92% | 0.81% | - |
| XYZ | 14.24 | 10.31 | 59.63 | - |
| YUV | 75.53 | 201.63 | 86.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 80 | 206 | 0.92 | 0.61 | 0 | 0.19 | 220 | 0.85 | 0.44 |
| Hex | 11 | 50 | CE | 5C | 3D | 0 | 13 | DC | 55 | 2C |
| Octal | 21 | 120 | 316 | 134 | 75 | 0 | 23 | 334 | 125 | 54 |
| Binary | 10001 | 1010000 | 11001110 | 1011100 | 111101 | 0 | 10011 | 11011100 | 1010101 | 101100 |
Color Harmonies of #1150CE
Complementary color
Monochromatic Colors of #1150CE
Black with #1150CE
Text Example
Text Example
White with #1150CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1150CE; }
p { color: rgb(17,80,206); }
H1.HeaderClassName
{
color: #1150CE;
}
.AnyTagClassName
{
color: #1150CE;
}
</style>
background-color css
<style>
a { background-color: #1150CE; }
a { background-color: rgb(17,80,206); }
div.DivClassName
{
background-color: #1150CE;
}
.BgClassName
{
background-color: #1150CE;
}
</style>
border-color css
<style>
span { border-color: #1150CE; }
span { border-color: rgb(17,80,206); }
td.TdClassName
{
border-color: #1150CE;
}
.TagClassName
{
border-color: #1150CE;
}
</style>