Shades of Denim #1968BC
Tints of Denim #1968BC
RGB
CMYK
RGB Variations
Color information
#1968BC (or 0x1968BC) is known color: Denim. HEX triplet: 19, 68 and BC. RGB value is (25,104,188). Sum of RGB (Red+Green+Blue) = 25+104+188=317 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.89% from 317); Green value is 104 (41.02% from 255 or 32.81% from 317); Blue value is 188 (73.83% from 255 or 59.31% from 317); Max value from RGB is 188 - color contains mainly: blue. Hex color #1968BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1968BC is #E69743. Grayscale: #595959. Windows color (decimal): -15112004 or 12347417. OLE color: 12347417.
HSL color Cylindrical-coordinate representation of color #1968BC: hue angle of 210.92º 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 #1968BC is Cyan = 0.87, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 25 | 104 | 188 | - |
| CMYK | 0.87 | 0.45 | 0 | 0.26 |
| HSL | 210.92º | 0.77% | 0.42% | - |
| HSV(B) | 210.92º | 0.87% | 0.74% | - |
| XYZ | 14.43 | 13.74 | 49.47 | - |
| YUV | 89.96 | 183.33 | 81.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 104 | 188 | 0.87 | 0.45 | 0 | 0.26 | 210.92 | 0.77 | 0.42 |
| Hex | 19 | 68 | BC | 57 | 2D | 0 | 1A | D3 | 4D | 2A |
| Octal | 31 | 150 | 274 | 127 | 55 | 0 | 32 | 323 | 115 | 52 |
| Binary | 11001 | 1101000 | 10111100 | 1010111 | 101101 | 0 | 11010 | 11010011 | 1001101 | 101010 |
Color Harmonies of #1968BC
Complementary color
Monochromatic Colors of #1968BC
Black with #1968BC
Text Example
Text Example
White with #1968BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1968BC; }
p { color: rgb(25,104,188); }
H1.HeaderClassName
{
color: #1968BC;
}
.AnyTagClassName
{
color: #1968BC;
}
</style>
background-color css
<style>
a { background-color: #1968BC; }
a { background-color: rgb(25,104,188); }
div.DivClassName
{
background-color: #1968BC;
}
.BgClassName
{
background-color: #1968BC;
}
</style>
border-color css
<style>
span { border-color: #1968BC; }
span { border-color: rgb(25,104,188); }
td.TdClassName
{
border-color: #1968BC;
}
.TagClassName
{
border-color: #1968BC;
}
</style>