Shades of Denim #1978BA
Tints of Denim #1978BA
RGB
CMYK
RGB Variations
Color information
#1978BA (or 0x1978BA) is known color: Denim. HEX triplet: 19, 78 and BA. RGB value is (25,120,186). Sum of RGB (Red+Green+Blue) = 25+120+186=331 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.55% from 331); Green value is 120 (47.27% from 255 or 36.25% from 331); Blue value is 186 (73.05% from 255 or 56.19% from 331); Max value from RGB is 186 - color contains mainly: blue. Hex color #1978BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1978BA is #E68745. Grayscale: #626262. Windows color (decimal): -15107910 or 12220441. OLE color: 12220441.
HSL color Cylindrical-coordinate representation of color #1978BA: hue angle of 204.6º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1978BA is Cyan = 0.87, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 120 | 186 | - |
| CMYK | 0.87 | 0.35 | 0 | 0.27 |
| HSL | 204.6º | 0.76% | 0.41% | - |
| HSV(B) | 204.6º | 0.87% | 0.73% | - |
| XYZ | 15.98 | 17.18 | 48.93 | - |
| YUV | 99.12 | 177.03 | 75.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 120 | 186 | 0.87 | 0.35 | 0 | 0.27 | 204.6 | 0.76 | 0.41 |
| Hex | 19 | 78 | BA | 57 | 23 | 0 | 1B | CD | 4C | 29 |
| Octal | 31 | 170 | 272 | 127 | 43 | 0 | 33 | 315 | 114 | 51 |
| Binary | 11001 | 1111000 | 10111010 | 1010111 | 100011 | 0 | 11011 | 11001101 | 1001100 | 101001 |
Color Harmonies of #1978BA
Complementary color
Monochromatic Colors of #1978BA
Black with #1978BA
Text Example
Text Example
White with #1978BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1978BA; }
p { color: rgb(25,120,186); }
H1.HeaderClassName
{
color: #1978BA;
}
.AnyTagClassName
{
color: #1978BA;
}
</style>
background-color css
<style>
a { background-color: #1978BA; }
a { background-color: rgb(25,120,186); }
div.DivClassName
{
background-color: #1978BA;
}
.BgClassName
{
background-color: #1978BA;
}
</style>
border-color css
<style>
span { border-color: #1978BA; }
span { border-color: rgb(25,120,186); }
td.TdClassName
{
border-color: #1978BA;
}
.TagClassName
{
border-color: #1978BA;
}
</style>