Shades of Denim #1964C6
Tints of Denim #1964C6
RGB
CMYK
RGB Variations
Color information
#1964C6 (or 0x1964C6) is known color: Denim. HEX triplet: 19, 64 and C6. RGB value is (25,100,198). Sum of RGB (Red+Green+Blue) = 25+100+198=323 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.74% from 323); Green value is 100 (39.45% from 255 or 30.96% from 323); Blue value is 198 (77.73% from 255 or 61.30% from 323); Max value from RGB is 198 - color contains mainly: blue. Hex color #1964C6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1964C6 is #E69B39. Grayscale: #585858. Windows color (decimal): -15113018 or 13001753. OLE color: 13001753.
HSL color Cylindrical-coordinate representation of color #1964C6: hue angle of 213.99º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1964C6 is Cyan = 0.87, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 25 | 100 | 198 | - |
| CMYK | 0.87 | 0.49 | 0 | 0.22 |
| HSL | 213.99º | 0.78% | 0.44% | - |
| HSV(B) | 213.99º | 0.87% | 0.78% | - |
| XYZ | 15.15 | 13.4 | 55.21 | - |
| YUV | 88.75 | 189.65 | 82.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 100 | 198 | 0.87 | 0.49 | 0 | 0.22 | 213.99 | 0.78 | 0.44 |
| Hex | 19 | 64 | C6 | 57 | 31 | 0 | 16 | D6 | 4E | 2C |
| Octal | 31 | 144 | 306 | 127 | 61 | 0 | 26 | 326 | 116 | 54 |
| Binary | 11001 | 1100100 | 11000110 | 1010111 | 110001 | 0 | 10110 | 11010110 | 1001110 | 101100 |
Color Harmonies of #1964C6
Complementary color
Monochromatic Colors of #1964C6
Black with #1964C6
Text Example
Text Example
White with #1964C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1964C6; }
p { color: rgb(25,100,198); }
H1.HeaderClassName
{
color: #1964C6;
}
.AnyTagClassName
{
color: #1964C6;
}
</style>
background-color css
<style>
a { background-color: #1964C6; }
a { background-color: rgb(25,100,198); }
div.DivClassName
{
background-color: #1964C6;
}
.BgClassName
{
background-color: #1964C6;
}
</style>
border-color css
<style>
span { border-color: #1964C6; }
span { border-color: rgb(25,100,198); }
td.TdClassName
{
border-color: #1964C6;
}
.TagClassName
{
border-color: #1964C6;
}
</style>