Shades of Denim #1663BE
Tints of Denim #1663BE
RGB
CMYK
RGB Variations
Color information
#1663BE (or 0x1663BE) is known color: Denim. HEX triplet: 16, 63 and BE. RGB value is (22,99,190). Sum of RGB (Red+Green+Blue) = 22+99+190=311 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.07% from 311); Green value is 99 (39.06% from 255 or 31.83% from 311); Blue value is 190 (74.61% from 255 or 61.09% from 311); Max value from RGB is 190 - color contains mainly: blue. Hex color #1663BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1663BE is #E99C41. Grayscale: #555555. Windows color (decimal): -15309890 or 12477206. OLE color: 12477206.
HSL color Cylindrical-coordinate representation of color #1663BE: hue angle of 212.5º 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 #1663BE is Cyan = 0.88, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 22 | 99 | 190 | - |
| CMYK | 0.88 | 0.48 | 0 | 0.25 |
| HSL | 212.5º | 0.79% | 0.42% | - |
| HSV(B) | 212.5º | 0.88% | 0.75% | - |
| XYZ | 14.09 | 12.81 | 50.45 | - |
| YUV | 86.35 | 186.49 | 82.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 99 | 190 | 0.88 | 0.48 | 0 | 0.25 | 212.5 | 0.79 | 0.42 |
| Hex | 16 | 63 | BE | 58 | 30 | 0 | 19 | D4 | 4F | 2A |
| Octal | 26 | 143 | 276 | 130 | 60 | 0 | 31 | 324 | 117 | 52 |
| Binary | 10110 | 1100011 | 10111110 | 1011000 | 110000 | 0 | 11001 | 11010100 | 1001111 | 101010 |
Color Harmonies of #1663BE
Complementary color
Monochromatic Colors of #1663BE
Black with #1663BE
Text Example
Text Example
White with #1663BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1663BE; }
p { color: rgb(22,99,190); }
H1.HeaderClassName
{
color: #1663BE;
}
.AnyTagClassName
{
color: #1663BE;
}
</style>
background-color css
<style>
a { background-color: #1663BE; }
a { background-color: rgb(22,99,190); }
div.DivClassName
{
background-color: #1663BE;
}
.BgClassName
{
background-color: #1663BE;
}
</style>
border-color css
<style>
span { border-color: #1663BE; }
span { border-color: rgb(22,99,190); }
td.TdClassName
{
border-color: #1663BE;
}
.TagClassName
{
border-color: #1663BE;
}
</style>