Shades of Denim #186DBC
Tints of Denim #186DBC
RGB
CMYK
RGB Variations
Color information
#186DBC (or 0x186DBC) is known color: Denim. HEX triplet: 18, 6D and BC. RGB value is (24,109,188). Sum of RGB (Red+Green+Blue) = 24+109+188=321 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.48% from 321); Green value is 109 (42.97% from 255 or 33.96% from 321); Blue value is 188 (73.83% from 255 or 58.57% from 321); Max value from RGB is 188 - color contains mainly: blue. Hex color #186DBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #186DBC is #E79243. Grayscale: #5C5C5C. Windows color (decimal): -15176260 or 12348696. OLE color: 12348696.
HSL color Cylindrical-coordinate representation of color #186DBC: hue angle of 208.9º 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 #186DBC is Cyan = 0.87, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 24 | 109 | 188 | - |
| CMYK | 0.87 | 0.42 | 0 | 0.26 |
| HSL | 208.9º | 0.77% | 0.42% | - |
| HSV(B) | 208.9º | 0.87% | 0.74% | - |
| XYZ | 14.92 | 14.76 | 49.64 | - |
| YUV | 92.59 | 181.84 | 79.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 109 | 188 | 0.87 | 0.42 | 0 | 0.26 | 208.9 | 0.77 | 0.42 |
| Hex | 18 | 6D | BC | 57 | 2A | 0 | 1A | D1 | 4D | 2A |
| Octal | 30 | 155 | 274 | 127 | 52 | 0 | 32 | 321 | 115 | 52 |
| Binary | 11000 | 1101101 | 10111100 | 1010111 | 101010 | 0 | 11010 | 11010001 | 1001101 | 101010 |
Color Harmonies of #186DBC
Complementary color
Monochromatic Colors of #186DBC
Black with #186DBC
Text Example
Text Example
White with #186DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186DBC; }
p { color: rgb(24,109,188); }
H1.HeaderClassName
{
color: #186DBC;
}
.AnyTagClassName
{
color: #186DBC;
}
</style>
background-color css
<style>
a { background-color: #186DBC; }
a { background-color: rgb(24,109,188); }
div.DivClassName
{
background-color: #186DBC;
}
.BgClassName
{
background-color: #186DBC;
}
</style>
border-color css
<style>
span { border-color: #186DBC; }
span { border-color: rgb(24,109,188); }
td.TdClassName
{
border-color: #186DBC;
}
.TagClassName
{
border-color: #186DBC;
}
</style>