Shades of Denim #1168CA
Tints of Denim #1168CA
RGB
CMYK
RGB Variations
Color information
#1168CA (or 0x1168CA) is known color: Denim. HEX triplet: 11, 68 and CA. RGB value is (17,104,202). Sum of RGB (Red+Green+Blue) = 17+104+202=323 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.26% from 323); Green value is 104 (41.02% from 255 or 32.20% from 323); Blue value is 202 (79.30% from 255 or 62.54% from 323); Max value from RGB is 202 - color contains mainly: blue. Hex color #1168CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1168CA is #EE9735. Grayscale: #585858. Windows color (decimal): -15636278 or 13264913. OLE color: 13264913.
HSL color Cylindrical-coordinate representation of color #1168CA: hue angle of 211.78º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1168CA is Cyan = 0.92, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 17 | 104 | 202 | - |
| CMYK | 0.92 | 0.49 | 0 | 0.21 |
| HSL | 211.78º | 0.84% | 0.43% | - |
| HSV(B) | 211.78º | 0.92% | 0.79% | - |
| XYZ | 15.84 | 14.28 | 57.8 | - |
| YUV | 89.16 | 191.68 | 76.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 104 | 202 | 0.92 | 0.49 | 0 | 0.21 | 211.78 | 0.84 | 0.43 |
| Hex | 11 | 68 | CA | 5C | 31 | 0 | 15 | D4 | 54 | 2B |
| Octal | 21 | 150 | 312 | 134 | 61 | 0 | 25 | 324 | 124 | 53 |
| Binary | 10001 | 1101000 | 11001010 | 1011100 | 110001 | 0 | 10101 | 11010100 | 1010100 | 101011 |
Color Harmonies of #1168CA
Complementary color
Monochromatic Colors of #1168CA
Black with #1168CA
Text Example
Text Example
White with #1168CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1168CA; }
p { color: rgb(17,104,202); }
H1.HeaderClassName
{
color: #1168CA;
}
.AnyTagClassName
{
color: #1168CA;
}
</style>
background-color css
<style>
a { background-color: #1168CA; }
a { background-color: rgb(17,104,202); }
div.DivClassName
{
background-color: #1168CA;
}
.BgClassName
{
background-color: #1168CA;
}
</style>
border-color css
<style>
span { border-color: #1168CA; }
span { border-color: rgb(17,104,202); }
td.TdClassName
{
border-color: #1168CA;
}
.TagClassName
{
border-color: #1168CA;
}
</style>