Shades of Denim #1978C6
Tints of Denim #1978C6
RGB
CMYK
RGB Variations
Color information
#1978C6 (or 0x1978C6) is known color: Denim. HEX triplet: 19, 78 and C6. RGB value is (25,120,198). Sum of RGB (Red+Green+Blue) = 25+120+198=343 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.29% from 343); Green value is 120 (47.27% from 255 or 34.99% from 343); Blue value is 198 (77.73% from 255 or 57.73% from 343); Max value from RGB is 198 - color contains mainly: blue. Hex color #1978C6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1978C6 is #E68739. Grayscale: #646464. Windows color (decimal): -15107898 or 13006873. OLE color: 13006873.
HSL color Cylindrical-coordinate representation of color #1978C6: hue angle of 207.05º 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 #1978C6 is Cyan = 0.87, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 25 | 120 | 198 | - |
| CMYK | 0.87 | 0.39 | 0 | 0.22 |
| HSL | 207.05º | 0.78% | 0.44% | - |
| HSV(B) | 207.05º | 0.87% | 0.78% | - |
| XYZ | 17.31 | 17.72 | 55.93 | - |
| YUV | 100.49 | 183.03 | 74.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 120 | 198 | 0.87 | 0.39 | 0 | 0.22 | 207.05 | 0.78 | 0.44 |
| Hex | 19 | 78 | C6 | 57 | 27 | 0 | 16 | CF | 4E | 2C |
| Octal | 31 | 170 | 306 | 127 | 47 | 0 | 26 | 317 | 116 | 54 |
| Binary | 11001 | 1111000 | 11000110 | 1010111 | 100111 | 0 | 10110 | 11001111 | 1001110 | 101100 |
Color Harmonies of #1978C6
Complementary color
Monochromatic Colors of #1978C6
Black with #1978C6
Text Example
Text Example
White with #1978C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1978C6; }
p { color: rgb(25,120,198); }
H1.HeaderClassName
{
color: #1978C6;
}
.AnyTagClassName
{
color: #1978C6;
}
</style>
background-color css
<style>
a { background-color: #1978C6; }
a { background-color: rgb(25,120,198); }
div.DivClassName
{
background-color: #1978C6;
}
.BgClassName
{
background-color: #1978C6;
}
</style>
border-color css
<style>
span { border-color: #1978C6; }
span { border-color: rgb(25,120,198); }
td.TdClassName
{
border-color: #1978C6;
}
.TagClassName
{
border-color: #1978C6;
}
</style>