Shades of Denim #1965D8
Tints of Denim #1965D8
RGB
CMYK
RGB Variations
Color information
#1965D8 (or 0x1965D8) is known color: Denim. HEX triplet: 19, 65 and D8. RGB value is (25,101,216). Sum of RGB (Red+Green+Blue) = 25+101+216=342 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.31% from 342); Green value is 101 (39.84% from 255 or 29.53% from 342); Blue value is 216 (84.77% from 255 or 63.16% from 342); Max value from RGB is 216 - color contains mainly: blue. Hex color #1965D8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1965D8 is #E69A27. Grayscale: #5A5A5A. Windows color (decimal): -15112744 or 14181657. OLE color: 14181657.
HSL color Cylindrical-coordinate representation of color #1965D8: hue angle of 216.13º 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 #1965D8 is Cyan = 0.88, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 25 | 101 | 216 | - |
| CMYK | 0.88 | 0.53 | 0 | 0.15 |
| HSL | 216.13º | 0.79% | 0.47% | - |
| HSV(B) | 216.13º | 0.88% | 0.85% | - |
| XYZ | 17.45 | 14.47 | 66.84 | - |
| YUV | 91.39 | 198.32 | 80.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 101 | 216 | 0.88 | 0.53 | 0 | 0.15 | 216.13 | 0.79 | 0.47 |
| Hex | 19 | 65 | D8 | 58 | 35 | 0 | F | D8 | 4F | 2F |
| Octal | 31 | 145 | 330 | 130 | 65 | 0 | 17 | 330 | 117 | 57 |
| Binary | 11001 | 1100101 | 11011000 | 1011000 | 110101 | 0 | 1111 | 11011000 | 1001111 | 101111 |
Color Harmonies of #1965D8
Complementary color
Monochromatic Colors of #1965D8
Black with #1965D8
Text Example
Text Example
White with #1965D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1965D8; }
p { color: rgb(25,101,216); }
H1.HeaderClassName
{
color: #1965D8;
}
.AnyTagClassName
{
color: #1965D8;
}
</style>
background-color css
<style>
a { background-color: #1965D8; }
a { background-color: rgb(25,101,216); }
div.DivClassName
{
background-color: #1965D8;
}
.BgClassName
{
background-color: #1965D8;
}
</style>
border-color css
<style>
span { border-color: #1965D8; }
span { border-color: rgb(25,101,216); }
td.TdClassName
{
border-color: #1965D8;
}
.TagClassName
{
border-color: #1965D8;
}
</style>