Shades of Denim #1168B3
Tints of Denim #1168B3
RGB
CMYK
RGB Variations
Color information
#1168B3 (or 0x1168B3) is known color: Denim. HEX triplet: 11, 68 and B3. RGB value is (17,104,179). Sum of RGB (Red+Green+Blue) = 17+104+179=300 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.67% from 300); Green value is 104 (41.02% from 255 or 34.67% from 300); Blue value is 179 (70.31% from 255 or 59.67% from 300); Max value from RGB is 179 - color contains mainly: blue. Hex color #1168B3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1168B3 is #EE974C. Grayscale: #565656. Windows color (decimal): -15636301 or 11757585. OLE color: 11757585.
HSL color Cylindrical-coordinate representation of color #1168B3: hue angle of 207.78º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1168B3 is Cyan = 0.91, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 17 | 104 | 179 | - |
| CMYK | 0.91 | 0.42 | 0 | 0.30 |
| HSL | 207.78º | 0.83% | 0.38% | - |
| HSV(B) | 207.78º | 0.91% | 0.7% | - |
| XYZ | 13.32 | 13.27 | 44.51 | - |
| YUV | 86.54 | 180.18 | 78.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 104 | 179 | 0.91 | 0.42 | 0 | 0.30 | 207.78 | 0.83 | 0.38 |
| Hex | 11 | 68 | B3 | 5B | 2A | 0 | 1E | D0 | 53 | 26 |
| Octal | 21 | 150 | 263 | 133 | 52 | 0 | 36 | 320 | 123 | 46 |
| Binary | 10001 | 1101000 | 10110011 | 1011011 | 101010 | 0 | 11110 | 11010000 | 1010011 | 100110 |
Color Harmonies of #1168B3
Complementary color
Monochromatic Colors of #1168B3
Black with #1168B3
Text Example
Text Example
White with #1168B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1168B3; }
p { color: rgb(17,104,179); }
H1.HeaderClassName
{
color: #1168B3;
}
.AnyTagClassName
{
color: #1168B3;
}
</style>
background-color css
<style>
a { background-color: #1168B3; }
a { background-color: rgb(17,104,179); }
div.DivClassName
{
background-color: #1168B3;
}
.BgClassName
{
background-color: #1168B3;
}
</style>
border-color css
<style>
span { border-color: #1168B3; }
span { border-color: rgb(17,104,179); }
td.TdClassName
{
border-color: #1168B3;
}
.TagClassName
{
border-color: #1168B3;
}
</style>