Shades of Denim #1974BC
Tints of Denim #1974BC
RGB
CMYK
RGB Variations
Color information
#1974BC (or 0x1974BC) is known color: Denim. HEX triplet: 19, 74 and BC. RGB value is (25,116,188). Sum of RGB (Red+Green+Blue) = 25+116+188=329 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.60% from 329); Green value is 116 (45.70% from 255 or 35.26% from 329); Blue value is 188 (73.83% from 255 or 57.14% from 329); Max value from RGB is 188 - color contains mainly: blue. Hex color #1974BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1974BC is #E68B43. Grayscale: #606060. Windows color (decimal): -15108932 or 12350489. OLE color: 12350489.
HSL color Cylindrical-coordinate representation of color #1974BC: hue angle of 206.5º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1974BC is Cyan = 0.87, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 25 | 116 | 188 | - |
| CMYK | 0.87 | 0.38 | 0 | 0.26 |
| HSL | 206.5º | 0.77% | 0.42% | - |
| HSV(B) | 206.5º | 0.87% | 0.74% | - |
| XYZ | 15.72 | 16.33 | 49.9 | - |
| YUV | 97 | 179.35 | 76.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 116 | 188 | 0.87 | 0.38 | 0 | 0.26 | 206.5 | 0.77 | 0.42 |
| Hex | 19 | 74 | BC | 57 | 26 | 0 | 1A | CF | 4D | 2A |
| Octal | 31 | 164 | 274 | 127 | 46 | 0 | 32 | 317 | 115 | 52 |
| Binary | 11001 | 1110100 | 10111100 | 1010111 | 100110 | 0 | 11010 | 11001111 | 1001101 | 101010 |
Color Harmonies of #1974BC
Complementary color
Monochromatic Colors of #1974BC
Black with #1974BC
Text Example
Text Example
White with #1974BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1974BC; }
p { color: rgb(25,116,188); }
H1.HeaderClassName
{
color: #1974BC;
}
.AnyTagClassName
{
color: #1974BC;
}
</style>
background-color css
<style>
a { background-color: #1974BC; }
a { background-color: rgb(25,116,188); }
div.DivClassName
{
background-color: #1974BC;
}
.BgClassName
{
background-color: #1974BC;
}
</style>
border-color css
<style>
span { border-color: #1974BC; }
span { border-color: rgb(25,116,188); }
td.TdClassName
{
border-color: #1974BC;
}
.TagClassName
{
border-color: #1974BC;
}
</style>