Shades of Denim #1666BF
Tints of Denim #1666BF
RGB
CMYK
RGB Variations
Color information
#1666BF (or 0x1666BF) is known color: Denim. HEX triplet: 16, 66 and BF. RGB value is (22,102,191). Sum of RGB (Red+Green+Blue) = 22+102+191=315 (41% of max value = 765). Red value is 22 (8.98% from 255 or 6.98% from 315); Green value is 102 (40.23% from 255 or 32.38% from 315); Blue value is 191 (75% from 255 or 60.63% from 315); Max value from RGB is 191 - color contains mainly: blue. Hex color #1666BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1666BF is #E99940. Grayscale: #575757. Windows color (decimal): -15309121 or 12543510. OLE color: 12543510.
HSL color Cylindrical-coordinate representation of color #1666BF: hue angle of 211.6º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1666BF is Cyan = 0.88, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 22 | 102 | 191 | - |
| CMYK | 0.88 | 0.47 | 0 | 0.25 |
| HSL | 211.6º | 0.79% | 0.42% | - |
| HSV(B) | 211.6º | 0.88% | 0.75% | - |
| XYZ | 14.49 | 13.43 | 51.12 | - |
| YUV | 88.23 | 186 | 80.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 102 | 191 | 0.88 | 0.47 | 0 | 0.25 | 211.6 | 0.79 | 0.42 |
| Hex | 16 | 66 | BF | 58 | 2F | 0 | 19 | D4 | 4F | 2A |
| Octal | 26 | 146 | 277 | 130 | 57 | 0 | 31 | 324 | 117 | 52 |
| Binary | 10110 | 1100110 | 10111111 | 1011000 | 101111 | 0 | 11001 | 11010100 | 1001111 | 101010 |
Color Harmonies of #1666BF
Complementary color
Monochromatic Colors of #1666BF
Black with #1666BF
Text Example
Text Example
White with #1666BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1666BF; }
p { color: rgb(22,102,191); }
H1.HeaderClassName
{
color: #1666BF;
}
.AnyTagClassName
{
color: #1666BF;
}
</style>
background-color css
<style>
a { background-color: #1666BF; }
a { background-color: rgb(22,102,191); }
div.DivClassName
{
background-color: #1666BF;
}
.BgClassName
{
background-color: #1666BF;
}
</style>
border-color css
<style>
span { border-color: #1666BF; }
span { border-color: rgb(22,102,191); }
td.TdClassName
{
border-color: #1666BF;
}
.TagClassName
{
border-color: #1666BF;
}
</style>