Shades of Denim #1963D8
Tints of Denim #1963D8
RGB
CMYK
RGB Variations
Color information
#1963D8 (or 0x1963D8) is known color: Denim. HEX triplet: 19, 63 and D8. RGB value is (25,99,216). Sum of RGB (Red+Green+Blue) = 25+99+216=340 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.35% from 340); Green value is 99 (39.06% from 255 or 29.12% from 340); Blue value is 216 (84.77% from 255 or 63.53% from 340); Max value from RGB is 216 - color contains mainly: blue. Hex color #1963D8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1963D8 is #E69C27. Grayscale: #595959. Windows color (decimal): -15113256 or 14181145. OLE color: 14181145.
HSL color Cylindrical-coordinate representation of color #1963D8: hue angle of 216.75º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1963D8 is Cyan = 0.88, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 25 | 99 | 216 | - |
| CMYK | 0.88 | 0.54 | 0 | 0.15 |
| HSL | 216.75º | 0.79% | 0.47% | - |
| HSV(B) | 216.75º | 0.88% | 0.85% | - |
| XYZ | 17.26 | 14.09 | 66.78 | - |
| YUV | 90.21 | 198.98 | 81.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 99 | 216 | 0.88 | 0.54 | 0 | 0.15 | 216.75 | 0.79 | 0.47 |
| Hex | 19 | 63 | D8 | 58 | 36 | 0 | F | D9 | 4F | 2F |
| Octal | 31 | 143 | 330 | 130 | 66 | 0 | 17 | 331 | 117 | 57 |
| Binary | 11001 | 1100011 | 11011000 | 1011000 | 110110 | 0 | 1111 | 11011001 | 1001111 | 101111 |
Color Harmonies of #1963D8
Complementary color
Monochromatic Colors of #1963D8
Black with #1963D8
Text Example
Text Example
White with #1963D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1963D8; }
p { color: rgb(25,99,216); }
H1.HeaderClassName
{
color: #1963D8;
}
.AnyTagClassName
{
color: #1963D8;
}
</style>
background-color css
<style>
a { background-color: #1963D8; }
a { background-color: rgb(25,99,216); }
div.DivClassName
{
background-color: #1963D8;
}
.BgClassName
{
background-color: #1963D8;
}
</style>
border-color css
<style>
span { border-color: #1963D8; }
span { border-color: rgb(25,99,216); }
td.TdClassName
{
border-color: #1963D8;
}
.TagClassName
{
border-color: #1963D8;
}
</style>