Shades of Denim #1963B3
Tints of Denim #1963B3
RGB
CMYK
RGB Variations
Color information
#1963B3 (or 0x1963B3) is known color: Denim. HEX triplet: 19, 63 and B3. RGB value is (25,99,179). Sum of RGB (Red+Green+Blue) = 25+99+179=303 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.25% from 303); Green value is 99 (39.06% from 255 or 32.67% from 303); Blue value is 179 (70.31% from 255 or 59.08% from 303); Max value from RGB is 179 - color contains mainly: blue. Hex color #1963B3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1963B3 is #E69C4C. Grayscale: #555555. Windows color (decimal): -15113293 or 11756313. OLE color: 11756313.
HSL color Cylindrical-coordinate representation of color #1963B3: hue angle of 211.17º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1963B3 is Cyan = 0.86, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 25 | 99 | 179 | - |
| CMYK | 0.86 | 0.45 | 0 | 0.30 |
| HSL | 211.17º | 0.75% | 0.4% | - |
| HSV(B) | 211.17º | 0.86% | 0.7% | - |
| XYZ | 13 | 12.39 | 44.35 | - |
| YUV | 85.99 | 180.48 | 84.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 99 | 179 | 0.86 | 0.45 | 0 | 0.30 | 211.17 | 0.75 | 0.4 |
| Hex | 19 | 63 | B3 | 56 | 2D | 0 | 1E | D3 | 4B | 28 |
| Octal | 31 | 143 | 263 | 126 | 55 | 0 | 36 | 323 | 113 | 50 |
| Binary | 11001 | 1100011 | 10110011 | 1010110 | 101101 | 0 | 11110 | 11010011 | 1001011 | 101000 |
Color Harmonies of #1963B3
Complementary color
Monochromatic Colors of #1963B3
Black with #1963B3
Text Example
Text Example
White with #1963B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1963B3; }
p { color: rgb(25,99,179); }
H1.HeaderClassName
{
color: #1963B3;
}
.AnyTagClassName
{
color: #1963B3;
}
</style>
background-color css
<style>
a { background-color: #1963B3; }
a { background-color: rgb(25,99,179); }
div.DivClassName
{
background-color: #1963B3;
}
.BgClassName
{
background-color: #1963B3;
}
</style>
border-color css
<style>
span { border-color: #1963B3; }
span { border-color: rgb(25,99,179); }
td.TdClassName
{
border-color: #1963B3;
}
.TagClassName
{
border-color: #1963B3;
}
</style>