Shades of Denim #1151CE
Tints of Denim #1151CE
RGB
CMYK
RGB Variations
Color information
#1151CE (or 0x1151CE) is known color: Denim. HEX triplet: 11, 51 and CE. RGB value is (17,81,206). Sum of RGB (Red+Green+Blue) = 17+81+206=304 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.59% from 304); Green value is 81 (32.03% from 255 or 26.64% from 304); Blue value is 206 (80.86% from 255 or 67.76% from 304); Max value from RGB is 206 - color contains mainly: blue. Hex color #1151CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1151CE is #EEAE31. Grayscale: #4B4B4B. Windows color (decimal): -15642162 or 13521169. OLE color: 13521169.
HSL color Cylindrical-coordinate representation of color #1151CE: hue angle of 219.68º 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 #1151CE is Cyan = 0.92, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 17 | 81 | 206 | - |
| CMYK | 0.92 | 0.61 | 0 | 0.19 |
| HSL | 219.68º | 0.85% | 0.44% | - |
| HSV(B) | 219.68º | 0.92% | 0.81% | - |
| XYZ | 14.31 | 10.46 | 59.66 | - |
| YUV | 76.11 | 201.3 | 85.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 81 | 206 | 0.92 | 0.61 | 0 | 0.19 | 219.68 | 0.85 | 0.44 |
| Hex | 11 | 51 | CE | 5C | 3D | 0 | 13 | DC | 55 | 2C |
| Octal | 21 | 121 | 316 | 134 | 75 | 0 | 23 | 334 | 125 | 54 |
| Binary | 10001 | 1010001 | 11001110 | 1011100 | 111101 | 0 | 10011 | 11011100 | 1010101 | 101100 |
Color Harmonies of #1151CE
Complementary color
Monochromatic Colors of #1151CE
Black with #1151CE
Text Example
Text Example
White with #1151CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1151CE; }
p { color: rgb(17,81,206); }
H1.HeaderClassName
{
color: #1151CE;
}
.AnyTagClassName
{
color: #1151CE;
}
</style>
background-color css
<style>
a { background-color: #1151CE; }
a { background-color: rgb(17,81,206); }
div.DivClassName
{
background-color: #1151CE;
}
.BgClassName
{
background-color: #1151CE;
}
</style>
border-color css
<style>
span { border-color: #1151CE; }
span { border-color: rgb(17,81,206); }
td.TdClassName
{
border-color: #1151CE;
}
.TagClassName
{
border-color: #1151CE;
}
</style>