Shades of Denim #1663BB
Tints of Denim #1663BB
RGB
CMYK
RGB Variations
Color information
#1663BB (or 0x1663BB) is known color: Denim. HEX triplet: 16, 63 and BB. RGB value is (22,99,187). Sum of RGB (Red+Green+Blue) = 22+99+187=308 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.14% from 308); Green value is 99 (39.06% from 255 or 32.14% from 308); Blue value is 187 (73.44% from 255 or 60.71% from 308); Max value from RGB is 187 - color contains mainly: blue. Hex color #1663BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1663BB is #E99C44. Grayscale: #555555. Windows color (decimal): -15309893 or 12280598. OLE color: 12280598.
HSL color Cylindrical-coordinate representation of color #1663BB: hue angle of 212º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1663BB is Cyan = 0.88, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 22 | 99 | 187 | - |
| CMYK | 0.88 | 0.47 | 0 | 0.27 |
| HSL | 212º | 0.79% | 0.41% | - |
| HSV(B) | 212º | 0.88% | 0.73% | - |
| XYZ | 13.76 | 12.68 | 48.74 | - |
| YUV | 86.01 | 184.99 | 82.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 99 | 187 | 0.88 | 0.47 | 0 | 0.27 | 212 | 0.79 | 0.41 |
| Hex | 16 | 63 | BB | 58 | 2F | 0 | 1B | D4 | 4F | 29 |
| Octal | 26 | 143 | 273 | 130 | 57 | 0 | 33 | 324 | 117 | 51 |
| Binary | 10110 | 1100011 | 10111011 | 1011000 | 101111 | 0 | 11011 | 11010100 | 1001111 | 101001 |
Color Harmonies of #1663BB
Complementary color
Monochromatic Colors of #1663BB
Black with #1663BB
Text Example
Text Example
White with #1663BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1663BB; }
p { color: rgb(22,99,187); }
H1.HeaderClassName
{
color: #1663BB;
}
.AnyTagClassName
{
color: #1663BB;
}
</style>
background-color css
<style>
a { background-color: #1663BB; }
a { background-color: rgb(22,99,187); }
div.DivClassName
{
background-color: #1663BB;
}
.BgClassName
{
background-color: #1663BB;
}
</style>
border-color css
<style>
span { border-color: #1663BB; }
span { border-color: rgb(22,99,187); }
td.TdClassName
{
border-color: #1663BB;
}
.TagClassName
{
border-color: #1663BB;
}
</style>