Shades of Denim #1974BA
Tints of Denim #1974BA
RGB
CMYK
RGB Variations
Color information
#1974BA (or 0x1974BA) is known color: Denim. HEX triplet: 19, 74 and BA. RGB value is (25,116,186). Sum of RGB (Red+Green+Blue) = 25+116+186=327 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.65% from 327); Green value is 116 (45.70% from 255 or 35.47% from 327); Blue value is 186 (73.05% from 255 or 56.88% from 327); Max value from RGB is 186 - color contains mainly: blue. Hex color #1974BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1974BA is #E68B45. Grayscale: #606060. Windows color (decimal): -15108934 or 12219417. OLE color: 12219417.
HSL color Cylindrical-coordinate representation of color #1974BA: hue angle of 206.09º 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 #1974BA is Cyan = 0.87, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 116 | 186 | - |
| CMYK | 0.87 | 0.38 | 0 | 0.27 |
| HSL | 206.09º | 0.76% | 0.41% | - |
| HSV(B) | 206.09º | 0.87% | 0.73% | - |
| XYZ | 15.51 | 16.24 | 48.77 | - |
| YUV | 96.77 | 178.35 | 76.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 116 | 186 | 0.87 | 0.38 | 0 | 0.27 | 206.09 | 0.76 | 0.41 |
| Hex | 19 | 74 | BA | 57 | 26 | 0 | 1B | CE | 4C | 29 |
| Octal | 31 | 164 | 272 | 127 | 46 | 0 | 33 | 316 | 114 | 51 |
| Binary | 11001 | 1110100 | 10111010 | 1010111 | 100110 | 0 | 11011 | 11001110 | 1001100 | 101001 |
Color Harmonies of #1974BA
Complementary color
Monochromatic Colors of #1974BA
Black with #1974BA
Text Example
Text Example
White with #1974BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1974BA; }
p { color: rgb(25,116,186); }
H1.HeaderClassName
{
color: #1974BA;
}
.AnyTagClassName
{
color: #1974BA;
}
</style>
background-color css
<style>
a { background-color: #1974BA; }
a { background-color: rgb(25,116,186); }
div.DivClassName
{
background-color: #1974BA;
}
.BgClassName
{
background-color: #1974BA;
}
</style>
border-color css
<style>
span { border-color: #1974BA; }
span { border-color: rgb(25,116,186); }
td.TdClassName
{
border-color: #1974BA;
}
.TagClassName
{
border-color: #1974BA;
}
</style>