Shades of Denim #1659BF
Tints of Denim #1659BF
RGB
CMYK
RGB Variations
Color information
#1659BF (or 0x1659BF) is known color: Denim. HEX triplet: 16, 59 and BF. RGB value is (22,89,191). Sum of RGB (Red+Green+Blue) = 22+89+191=302 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.28% from 302); Green value is 89 (35.16% from 255 or 29.47% from 302); Blue value is 191 (75% from 255 or 63.25% from 302); Max value from RGB is 191 - color contains mainly: blue. Hex color #1659BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1659BF is #E9A640. Grayscale: #505050. Windows color (decimal): -15312449 or 12540182. OLE color: 12540182.
HSL color Cylindrical-coordinate representation of color #1659BF: hue angle of 216.21º 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 #1659BF is Cyan = 0.88, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 22 | 89 | 191 | - |
| CMYK | 0.88 | 0.53 | 0 | 0.25 |
| HSL | 216.21º | 0.79% | 0.42% | - |
| HSV(B) | 216.21º | 0.88% | 0.75% | - |
| XYZ | 13.31 | 11.08 | 50.73 | - |
| YUV | 80.6 | 190.3 | 86.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 89 | 191 | 0.88 | 0.53 | 0 | 0.25 | 216.21 | 0.79 | 0.42 |
| Hex | 16 | 59 | BF | 58 | 35 | 0 | 19 | D8 | 4F | 2A |
| Octal | 26 | 131 | 277 | 130 | 65 | 0 | 31 | 330 | 117 | 52 |
| Binary | 10110 | 1011001 | 10111111 | 1011000 | 110101 | 0 | 11001 | 11011000 | 1001111 | 101010 |
Color Harmonies of #1659BF
Complementary color
Monochromatic Colors of #1659BF
Black with #1659BF
Text Example
Text Example
White with #1659BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1659BF; }
p { color: rgb(22,89,191); }
H1.HeaderClassName
{
color: #1659BF;
}
.AnyTagClassName
{
color: #1659BF;
}
</style>
background-color css
<style>
a { background-color: #1659BF; }
a { background-color: rgb(22,89,191); }
div.DivClassName
{
background-color: #1659BF;
}
.BgClassName
{
background-color: #1659BF;
}
</style>
border-color css
<style>
span { border-color: #1659BF; }
span { border-color: rgb(22,89,191); }
td.TdClassName
{
border-color: #1659BF;
}
.TagClassName
{
border-color: #1659BF;
}
</style>