Shades of Denim #1754BC
Tints of Denim #1754BC
RGB
CMYK
RGB Variations
Color information
#1754BC (or 0x1754BC) is known color: Denim. HEX triplet: 17, 54 and BC. RGB value is (23,84,188). Sum of RGB (Red+Green+Blue) = 23+84+188=295 (39% of max value = 765). Red value is 23 (9.38% from 255 or 7.80% from 295); Green value is 84 (33.20% from 255 or 28.47% from 295); Blue value is 188 (73.83% from 255 or 63.73% from 295); Max value from RGB is 188 - color contains mainly: blue. Hex color #1754BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1754BC is #E8AB43. Grayscale: #4D4D4D. Windows color (decimal): -15248196 or 12342295. OLE color: 12342295.
HSL color Cylindrical-coordinate representation of color #1754BC: hue angle of 217.82º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1754BC is Cyan = 0.88, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 23 | 84 | 188 | - |
| CMYK | 0.88 | 0.55 | 0 | 0.26 |
| HSL | 217.82º | 0.78% | 0.41% | - |
| HSV(B) | 217.82º | 0.88% | 0.74% | - |
| XYZ | 12.6 | 10.15 | 48.87 | - |
| YUV | 77.62 | 190.29 | 89.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 84 | 188 | 0.88 | 0.55 | 0 | 0.26 | 217.82 | 0.78 | 0.41 |
| Hex | 17 | 54 | BC | 58 | 37 | 0 | 1A | DA | 4E | 29 |
| Octal | 27 | 124 | 274 | 130 | 67 | 0 | 32 | 332 | 116 | 51 |
| Binary | 10111 | 1010100 | 10111100 | 1011000 | 110111 | 0 | 11010 | 11011010 | 1001110 | 101001 |
Color Harmonies of #1754BC
Complementary color
Monochromatic Colors of #1754BC
Black with #1754BC
Text Example
Text Example
White with #1754BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1754BC; }
p { color: rgb(23,84,188); }
H1.HeaderClassName
{
color: #1754BC;
}
.AnyTagClassName
{
color: #1754BC;
}
</style>
background-color css
<style>
a { background-color: #1754BC; }
a { background-color: rgb(23,84,188); }
div.DivClassName
{
background-color: #1754BC;
}
.BgClassName
{
background-color: #1754BC;
}
</style>
border-color css
<style>
span { border-color: #1754BC; }
span { border-color: rgb(23,84,188); }
td.TdClassName
{
border-color: #1754BC;
}
.TagClassName
{
border-color: #1754BC;
}
</style>