Shades of Denim #1663BD
Tints of Denim #1663BD
RGB
CMYK
RGB Variations
Color information
#1663BD (or 0x1663BD) is known color: Denim. HEX triplet: 16, 63 and BD. RGB value is (22,99,189). Sum of RGB (Red+Green+Blue) = 22+99+189=310 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.10% from 310); Green value is 99 (39.06% from 255 or 31.94% from 310); Blue value is 189 (74.22% from 255 or 60.97% from 310); Max value from RGB is 189 - color contains mainly: blue. Hex color #1663BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1663BD is #E99C42. Grayscale: #555555. Windows color (decimal): -15309891 or 12411670. OLE color: 12411670.
HSL color Cylindrical-coordinate representation of color #1663BD: hue angle of 212.34º 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 #1663BD is Cyan = 0.88, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 22 | 99 | 189 | - |
| CMYK | 0.88 | 0.48 | 0 | 0.26 |
| HSL | 212.34º | 0.79% | 0.41% | - |
| HSV(B) | 212.34º | 0.88% | 0.74% | - |
| XYZ | 13.98 | 12.77 | 49.87 | - |
| YUV | 86.24 | 185.99 | 82.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 99 | 189 | 0.88 | 0.48 | 0 | 0.26 | 212.34 | 0.79 | 0.41 |
| Hex | 16 | 63 | BD | 58 | 30 | 0 | 1A | D4 | 4F | 29 |
| Octal | 26 | 143 | 275 | 130 | 60 | 0 | 32 | 324 | 117 | 51 |
| Binary | 10110 | 1100011 | 10111101 | 1011000 | 110000 | 0 | 11010 | 11010100 | 1001111 | 101001 |
Color Harmonies of #1663BD
Complementary color
Monochromatic Colors of #1663BD
Black with #1663BD
Text Example
Text Example
White with #1663BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1663BD; }
p { color: rgb(22,99,189); }
H1.HeaderClassName
{
color: #1663BD;
}
.AnyTagClassName
{
color: #1663BD;
}
</style>
background-color css
<style>
a { background-color: #1663BD; }
a { background-color: rgb(22,99,189); }
div.DivClassName
{
background-color: #1663BD;
}
.BgClassName
{
background-color: #1663BD;
}
</style>
border-color css
<style>
span { border-color: #1663BD; }
span { border-color: rgb(22,99,189); }
td.TdClassName
{
border-color: #1663BD;
}
.TagClassName
{
border-color: #1663BD;
}
</style>