Shades of Denim #1663BC
Tints of Denim #1663BC
RGB
CMYK
RGB Variations
Color information
#1663BC (or 0x1663BC) is known color: Denim. HEX triplet: 16, 63 and BC. RGB value is (22,99,188). Sum of RGB (Red+Green+Blue) = 22+99+188=309 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.12% from 309); Green value is 99 (39.06% from 255 or 32.04% from 309); Blue value is 188 (73.83% from 255 or 60.84% from 309); Max value from RGB is 188 - color contains mainly: blue. Hex color #1663BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1663BC is #E99C43. Grayscale: #555555. Windows color (decimal): -15309892 or 12346134. OLE color: 12346134.
HSL color Cylindrical-coordinate representation of color #1663BC: hue angle of 212.17º 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 #1663BC is Cyan = 0.88, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 22 | 99 | 188 | - |
| CMYK | 0.88 | 0.47 | 0 | 0.26 |
| HSL | 212.17º | 0.79% | 0.41% | - |
| HSV(B) | 212.17º | 0.88% | 0.74% | - |
| XYZ | 13.87 | 12.73 | 49.3 | - |
| YUV | 86.12 | 185.49 | 82.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 99 | 188 | 0.88 | 0.47 | 0 | 0.26 | 212.17 | 0.79 | 0.41 |
| Hex | 16 | 63 | BC | 58 | 2F | 0 | 1A | D4 | 4F | 29 |
| Octal | 26 | 143 | 274 | 130 | 57 | 0 | 32 | 324 | 117 | 51 |
| Binary | 10110 | 1100011 | 10111100 | 1011000 | 101111 | 0 | 11010 | 11010100 | 1001111 | 101001 |
Color Harmonies of #1663BC
Complementary color
Monochromatic Colors of #1663BC
Black with #1663BC
Text Example
Text Example
White with #1663BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1663BC; }
p { color: rgb(22,99,188); }
H1.HeaderClassName
{
color: #1663BC;
}
.AnyTagClassName
{
color: #1663BC;
}
</style>
background-color css
<style>
a { background-color: #1663BC; }
a { background-color: rgb(22,99,188); }
div.DivClassName
{
background-color: #1663BC;
}
.BgClassName
{
background-color: #1663BC;
}
</style>
border-color css
<style>
span { border-color: #1663BC; }
span { border-color: rgb(22,99,188); }
td.TdClassName
{
border-color: #1663BC;
}
.TagClassName
{
border-color: #1663BC;
}
</style>