Shades of Denim #1963B7
Tints of Denim #1963B7
RGB
CMYK
RGB Variations
Color information
#1963B7 (or 0x1963B7) is known color: Denim. HEX triplet: 19, 63 and B7. RGB value is (25,99,183). Sum of RGB (Red+Green+Blue) = 25+99+183=307 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.14% from 307); Green value is 99 (39.06% from 255 or 32.25% from 307); Blue value is 183 (71.88% from 255 or 59.61% from 307); Max value from RGB is 183 - color contains mainly: blue. Hex color #1963B7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1963B7 is #E69C48. Grayscale: #565656. Windows color (decimal): -15113289 or 12018457. OLE color: 12018457.
HSL color Cylindrical-coordinate representation of color #1963B7: hue angle of 211.9º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1963B7 is Cyan = 0.86, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 25 | 99 | 183 | - |
| CMYK | 0.86 | 0.46 | 0 | 0.28 |
| HSL | 211.9º | 0.76% | 0.41% | - |
| HSV(B) | 211.9º | 0.86% | 0.72% | - |
| XYZ | 13.41 | 12.55 | 46.52 | - |
| YUV | 86.45 | 182.48 | 84.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 99 | 183 | 0.86 | 0.46 | 0 | 0.28 | 211.9 | 0.76 | 0.41 |
| Hex | 19 | 63 | B7 | 56 | 2E | 0 | 1C | D4 | 4C | 29 |
| Octal | 31 | 143 | 267 | 126 | 56 | 0 | 34 | 324 | 114 | 51 |
| Binary | 11001 | 1100011 | 10110111 | 1010110 | 101110 | 0 | 11100 | 11010100 | 1001100 | 101001 |
Color Harmonies of #1963B7
Complementary color
Monochromatic Colors of #1963B7
Black with #1963B7
Text Example
Text Example
White with #1963B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1963B7; }
p { color: rgb(25,99,183); }
H1.HeaderClassName
{
color: #1963B7;
}
.AnyTagClassName
{
color: #1963B7;
}
</style>
background-color css
<style>
a { background-color: #1963B7; }
a { background-color: rgb(25,99,183); }
div.DivClassName
{
background-color: #1963B7;
}
.BgClassName
{
background-color: #1963B7;
}
</style>
border-color css
<style>
span { border-color: #1963B7; }
span { border-color: rgb(25,99,183); }
td.TdClassName
{
border-color: #1963B7;
}
.TagClassName
{
border-color: #1963B7;
}
</style>