Shades of Denim #1663BF
Tints of Denim #1663BF
RGB
CMYK
RGB Variations
Color information
#1663BF (or 0x1663BF) is known color: Denim. HEX triplet: 16, 63 and BF. RGB value is (22,99,191). Sum of RGB (Red+Green+Blue) = 22+99+191=312 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.05% from 312); Green value is 99 (39.06% from 255 or 31.73% from 312); Blue value is 191 (75% from 255 or 61.22% from 312); Max value from RGB is 191 - color contains mainly: blue. Hex color #1663BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1663BF is #E99C40. Grayscale: #565656. Windows color (decimal): -15309889 or 12542742. OLE color: 12542742.
HSL color Cylindrical-coordinate representation of color #1663BF: hue angle of 212.66º 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 #1663BF is Cyan = 0.88, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 22 | 99 | 191 | - |
| CMYK | 0.88 | 0.48 | 0 | 0.25 |
| HSL | 212.66º | 0.79% | 0.42% | - |
| HSV(B) | 212.66º | 0.88% | 0.75% | - |
| XYZ | 14.2 | 12.86 | 51.02 | - |
| YUV | 86.47 | 186.99 | 82.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 99 | 191 | 0.88 | 0.48 | 0 | 0.25 | 212.66 | 0.79 | 0.42 |
| Hex | 16 | 63 | BF | 58 | 30 | 0 | 19 | D5 | 4F | 2A |
| Octal | 26 | 143 | 277 | 130 | 60 | 0 | 31 | 325 | 117 | 52 |
| Binary | 10110 | 1100011 | 10111111 | 1011000 | 110000 | 0 | 11001 | 11010101 | 1001111 | 101010 |
Color Harmonies of #1663BF
Complementary color
Monochromatic Colors of #1663BF
Black with #1663BF
Text Example
Text Example
White with #1663BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1663BF; }
p { color: rgb(22,99,191); }
H1.HeaderClassName
{
color: #1663BF;
}
.AnyTagClassName
{
color: #1663BF;
}
</style>
background-color css
<style>
a { background-color: #1663BF; }
a { background-color: rgb(22,99,191); }
div.DivClassName
{
background-color: #1663BF;
}
.BgClassName
{
background-color: #1663BF;
}
</style>
border-color css
<style>
span { border-color: #1663BF; }
span { border-color: rgb(22,99,191); }
td.TdClassName
{
border-color: #1663BF;
}
.TagClassName
{
border-color: #1663BF;
}
</style>