Shades of Denim #1166B8
Tints of Denim #1166B8
RGB
CMYK
RGB Variations
Color information
#1166B8 (or 0x1166B8) is known color: Denim. HEX triplet: 11, 66 and B8. RGB value is (17,102,184). Sum of RGB (Red+Green+Blue) = 17+102+184=303 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.61% from 303); Green value is 102 (40.23% from 255 or 33.66% from 303); Blue value is 184 (72.27% from 255 or 60.73% from 303); Max value from RGB is 184 - color contains mainly: blue. Hex color #1166B8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1166B8 is #EE9947. Grayscale: #555555. Windows color (decimal): -15636808 or 12084753. OLE color: 12084753.
HSL color Cylindrical-coordinate representation of color #1166B8: hue angle of 209.46º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1166B8 is Cyan = 0.91, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 17 | 102 | 184 | - |
| CMYK | 0.91 | 0.45 | 0 | 0.28 |
| HSL | 209.46º | 0.83% | 0.39% | - |
| HSV(B) | 209.46º | 0.91% | 0.72% | - |
| XYZ | 13.63 | 13.08 | 47.15 | - |
| YUV | 85.93 | 183.34 | 78.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 102 | 184 | 0.91 | 0.45 | 0 | 0.28 | 209.46 | 0.83 | 0.39 |
| Hex | 11 | 66 | B8 | 5B | 2D | 0 | 1C | D1 | 53 | 27 |
| Octal | 21 | 146 | 270 | 133 | 55 | 0 | 34 | 321 | 123 | 47 |
| Binary | 10001 | 1100110 | 10111000 | 1011011 | 101101 | 0 | 11100 | 11010001 | 1010011 | 100111 |
Color Harmonies of #1166B8
Complementary color
Monochromatic Colors of #1166B8
Black with #1166B8
Text Example
Text Example
White with #1166B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1166B8; }
p { color: rgb(17,102,184); }
H1.HeaderClassName
{
color: #1166B8;
}
.AnyTagClassName
{
color: #1166B8;
}
</style>
background-color css
<style>
a { background-color: #1166B8; }
a { background-color: rgb(17,102,184); }
div.DivClassName
{
background-color: #1166B8;
}
.BgClassName
{
background-color: #1166B8;
}
</style>
border-color css
<style>
span { border-color: #1166B8; }
span { border-color: rgb(17,102,184); }
td.TdClassName
{
border-color: #1166B8;
}
.TagClassName
{
border-color: #1166B8;
}
</style>