Shades of Denim #1954BC
Tints of Denim #1954BC
RGB
CMYK
RGB Variations
Color information
#1954BC (or 0x1954BC) is known color: Denim. HEX triplet: 19, 54 and BC. RGB value is (25,84,188). Sum of RGB (Red+Green+Blue) = 25+84+188=297 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.42% from 297); Green value is 84 (33.20% from 255 or 28.28% from 297); Blue value is 188 (73.83% from 255 or 63.30% from 297); Max value from RGB is 188 - color contains mainly: blue. Hex color #1954BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1954BC is #E6AB43. Grayscale: #4D4D4D. Windows color (decimal): -15117124 or 12342297. OLE color: 12342297.
HSL color Cylindrical-coordinate representation of color #1954BC: hue angle of 218.28º 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 #1954BC is Cyan = 0.87, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 25 | 84 | 188 | - |
| CMYK | 0.87 | 0.55 | 0 | 0.26 |
| HSL | 218.28º | 0.77% | 0.42% | - |
| HSV(B) | 218.28º | 0.87% | 0.74% | - |
| XYZ | 12.65 | 10.18 | 48.87 | - |
| YUV | 78.22 | 189.95 | 90.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 84 | 188 | 0.87 | 0.55 | 0 | 0.26 | 218.28 | 0.77 | 0.42 |
| Hex | 19 | 54 | BC | 57 | 37 | 0 | 1A | DA | 4D | 2A |
| Octal | 31 | 124 | 274 | 127 | 67 | 0 | 32 | 332 | 115 | 52 |
| Binary | 11001 | 1010100 | 10111100 | 1010111 | 110111 | 0 | 11010 | 11011010 | 1001101 | 101010 |
Color Harmonies of #1954BC
Complementary color
Monochromatic Colors of #1954BC
Black with #1954BC
Text Example
Text Example
White with #1954BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1954BC; }
p { color: rgb(25,84,188); }
H1.HeaderClassName
{
color: #1954BC;
}
.AnyTagClassName
{
color: #1954BC;
}
</style>
background-color css
<style>
a { background-color: #1954BC; }
a { background-color: rgb(25,84,188); }
div.DivClassName
{
background-color: #1954BC;
}
.BgClassName
{
background-color: #1954BC;
}
</style>
border-color css
<style>
span { border-color: #1954BC; }
span { border-color: rgb(25,84,188); }
td.TdClassName
{
border-color: #1954BC;
}
.TagClassName
{
border-color: #1954BC;
}
</style>