Shades of Denim #186DAC
Tints of Denim #186DAC
RGB
CMYK
RGB Variations
Color information
#186DAC (or 0x186DAC) is known color: Denim. HEX triplet: 18, 6D and AC. RGB value is (24,109,172). Sum of RGB (Red+Green+Blue) = 24+109+172=305 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.87% from 305); Green value is 109 (42.97% from 255 or 35.74% from 305); Blue value is 172 (67.58% from 255 or 56.39% from 305); Max value from RGB is 172 - color contains mainly: blue. Hex color #186DAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #186DAC is #E79253. Grayscale: #5A5A5A. Windows color (decimal): -15176276 or 11300120. OLE color: 11300120.
HSL color Cylindrical-coordinate representation of color #186DAC: hue angle of 205.54º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #186DAC is Cyan = 0.86, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 109 | 172 | - |
| CMYK | 0.86 | 0.37 | 0 | 0.33 |
| HSL | 205.54º | 0.76% | 0.38% | - |
| HSV(B) | 205.54º | 0.86% | 0.67% | - |
| XYZ | 13.29 | 14.11 | 41.05 | - |
| YUV | 90.77 | 173.84 | 80.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 109 | 172 | 0.86 | 0.37 | 0 | 0.33 | 205.54 | 0.76 | 0.38 |
| Hex | 18 | 6D | AC | 56 | 25 | 0 | 21 | CE | 4C | 26 |
| Octal | 30 | 155 | 254 | 126 | 45 | 0 | 41 | 316 | 114 | 46 |
| Binary | 11000 | 1101101 | 10101100 | 1010110 | 100101 | 0 | 100001 | 11001110 | 1001100 | 100110 |
Color Harmonies of #186DAC
Complementary color
Monochromatic Colors of #186DAC
Black with #186DAC
Text Example
Text Example
White with #186DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186DAC; }
p { color: rgb(24,109,172); }
H1.HeaderClassName
{
color: #186DAC;
}
.AnyTagClassName
{
color: #186DAC;
}
</style>
background-color css
<style>
a { background-color: #186DAC; }
a { background-color: rgb(24,109,172); }
div.DivClassName
{
background-color: #186DAC;
}
.BgClassName
{
background-color: #186DAC;
}
</style>
border-color css
<style>
span { border-color: #186DAC; }
span { border-color: rgb(24,109,172); }
td.TdClassName
{
border-color: #186DAC;
}
.TagClassName
{
border-color: #186DAC;
}
</style>