Shades of Denim #1666BC
Tints of Denim #1666BC
RGB
CMYK
RGB Variations
Color information
#1666BC (or 0x1666BC) is known color: Denim. HEX triplet: 16, 66 and BC. RGB value is (22,102,188). Sum of RGB (Red+Green+Blue) = 22+102+188=312 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.05% from 312); Green value is 102 (40.23% from 255 or 32.69% from 312); Blue value is 188 (73.83% from 255 or 60.26% from 312); Max value from RGB is 188 - color contains mainly: blue. Hex color #1666BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1666BC is #E99943. Grayscale: #575757. Windows color (decimal): -15309124 or 12346902. OLE color: 12346902.
HSL color Cylindrical-coordinate representation of color #1666BC: hue angle of 211.08º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1666BC is Cyan = 0.88, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 22 | 102 | 188 | - |
| CMYK | 0.88 | 0.46 | 0 | 0.26 |
| HSL | 211.08º | 0.79% | 0.41% | - |
| HSV(B) | 211.08º | 0.88% | 0.74% | - |
| XYZ | 14.16 | 13.3 | 49.4 | - |
| YUV | 87.88 | 184.5 | 81.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 102 | 188 | 0.88 | 0.46 | 0 | 0.26 | 211.08 | 0.79 | 0.41 |
| Hex | 16 | 66 | BC | 58 | 2E | 0 | 1A | D3 | 4F | 29 |
| Octal | 26 | 146 | 274 | 130 | 56 | 0 | 32 | 323 | 117 | 51 |
| Binary | 10110 | 1100110 | 10111100 | 1011000 | 101110 | 0 | 11010 | 11010011 | 1001111 | 101001 |
Color Harmonies of #1666BC
Complementary color
Monochromatic Colors of #1666BC
Black with #1666BC
Text Example
Text Example
White with #1666BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1666BC; }
p { color: rgb(22,102,188); }
H1.HeaderClassName
{
color: #1666BC;
}
.AnyTagClassName
{
color: #1666BC;
}
</style>
background-color css
<style>
a { background-color: #1666BC; }
a { background-color: rgb(22,102,188); }
div.DivClassName
{
background-color: #1666BC;
}
.BgClassName
{
background-color: #1666BC;
}
</style>
border-color css
<style>
span { border-color: #1666BC; }
span { border-color: rgb(22,102,188); }
td.TdClassName
{
border-color: #1666BC;
}
.TagClassName
{
border-color: #1666BC;
}
</style>