Shades of Denim #1164CE
Tints of Denim #1164CE
RGB
CMYK
RGB Variations
Color information
#1164CE (or 0x1164CE) is known color: Denim. HEX triplet: 11, 64 and CE. RGB value is (17,100,206). Sum of RGB (Red+Green+Blue) = 17+100+206=323 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.26% from 323); Green value is 100 (39.45% from 255 or 30.96% from 323); Blue value is 206 (80.86% from 255 or 63.78% from 323); Max value from RGB is 206 - color contains mainly: blue. Hex color #1164CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1164CE is #EE9B31. Grayscale: #565656. Windows color (decimal): -15637298 or 13526033. OLE color: 13526033.
HSL color Cylindrical-coordinate representation of color #1164CE: hue angle of 213.65º 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 #1164CE is Cyan = 0.92, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 17 | 100 | 206 | - |
| CMYK | 0.92 | 0.51 | 0 | 0.19 |
| HSL | 213.65º | 0.85% | 0.44% | - |
| HSV(B) | 213.65º | 0.92% | 0.81% | - |
| XYZ | 15.93 | 13.69 | 60.2 | - |
| YUV | 87.27 | 195 | 77.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 100 | 206 | 0.92 | 0.51 | 0 | 0.19 | 213.65 | 0.85 | 0.44 |
| Hex | 11 | 64 | CE | 5C | 33 | 0 | 13 | D6 | 55 | 2C |
| Octal | 21 | 144 | 316 | 134 | 63 | 0 | 23 | 326 | 125 | 54 |
| Binary | 10001 | 1100100 | 11001110 | 1011100 | 110011 | 0 | 10011 | 11010110 | 1010101 | 101100 |
Color Harmonies of #1164CE
Complementary color
Monochromatic Colors of #1164CE
Black with #1164CE
Text Example
Text Example
White with #1164CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1164CE; }
p { color: rgb(17,100,206); }
H1.HeaderClassName
{
color: #1164CE;
}
.AnyTagClassName
{
color: #1164CE;
}
</style>
background-color css
<style>
a { background-color: #1164CE; }
a { background-color: rgb(17,100,206); }
div.DivClassName
{
background-color: #1164CE;
}
.BgClassName
{
background-color: #1164CE;
}
</style>
border-color css
<style>
span { border-color: #1164CE; }
span { border-color: rgb(17,100,206); }
td.TdClassName
{
border-color: #1164CE;
}
.TagClassName
{
border-color: #1164CE;
}
</style>