Shades of Denim #187DBC
Tints of Denim #187DBC
RGB
CMYK
RGB Variations
Color information
#187DBC (or 0x187DBC) is known color: Denim. HEX triplet: 18, 7D and BC. RGB value is (24,125,188). Sum of RGB (Red+Green+Blue) = 24+125+188=337 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.12% from 337); Green value is 125 (49.22% from 255 or 37.09% from 337); Blue value is 188 (73.83% from 255 or 55.79% from 337); Max value from RGB is 188 - color contains mainly: blue. Hex color #187DBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #187DBC is #E78243. Grayscale: #656565. Windows color (decimal): -15172164 or 12352792. OLE color: 12352792.
HSL color Cylindrical-coordinate representation of color #187DBC: hue angle of 203.05º 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 #187DBC is Cyan = 0.87, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 24 | 125 | 188 | - |
| CMYK | 0.87 | 0.34 | 0 | 0.26 |
| HSL | 203.05º | 0.77% | 0.42% | - |
| HSV(B) | 203.05º | 0.87% | 0.74% | - |
| XYZ | 16.79 | 18.49 | 50.26 | - |
| YUV | 101.98 | 176.54 | 72.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 125 | 188 | 0.87 | 0.34 | 0 | 0.26 | 203.05 | 0.77 | 0.42 |
| Hex | 18 | 7D | BC | 57 | 22 | 0 | 1A | CB | 4D | 2A |
| Octal | 30 | 175 | 274 | 127 | 42 | 0 | 32 | 313 | 115 | 52 |
| Binary | 11000 | 1111101 | 10111100 | 1010111 | 100010 | 0 | 11010 | 11001011 | 1001101 | 101010 |
Color Harmonies of #187DBC
Complementary color
Monochromatic Colors of #187DBC
Black with #187DBC
Text Example
Text Example
White with #187DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187DBC; }
p { color: rgb(24,125,188); }
H1.HeaderClassName
{
color: #187DBC;
}
.AnyTagClassName
{
color: #187DBC;
}
</style>
background-color css
<style>
a { background-color: #187DBC; }
a { background-color: rgb(24,125,188); }
div.DivClassName
{
background-color: #187DBC;
}
.BgClassName
{
background-color: #187DBC;
}
</style>
border-color css
<style>
span { border-color: #187DBC; }
span { border-color: rgb(24,125,188); }
td.TdClassName
{
border-color: #187DBC;
}
.TagClassName
{
border-color: #187DBC;
}
</style>