Shades of Denim #186AAC
Tints of Denim #186AAC
RGB
CMYK
RGB Variations
Color information
#186AAC (or 0x186AAC) is known color: Denim. HEX triplet: 18, 6A and AC. RGB value is (24,106,172). Sum of RGB (Red+Green+Blue) = 24+106+172=302 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.95% from 302); Green value is 106 (41.80% from 255 or 35.10% from 302); Blue value is 172 (67.58% from 255 or 56.95% from 302); Max value from RGB is 172 - color contains mainly: blue. Hex color #186AAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #186AAC is #E79553. Grayscale: #585858. Windows color (decimal): -15177044 or 11299352. OLE color: 11299352.
HSL color Cylindrical-coordinate representation of color #186AAC: hue angle of 206.76º 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 #186AAC is Cyan = 0.86, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 106 | 172 | - |
| CMYK | 0.86 | 0.38 | 0 | 0.33 |
| HSL | 206.76º | 0.76% | 0.38% | - |
| HSV(B) | 206.76º | 0.86% | 0.67% | - |
| XYZ | 12.98 | 13.48 | 40.95 | - |
| YUV | 89.01 | 174.83 | 81.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 106 | 172 | 0.86 | 0.38 | 0 | 0.33 | 206.76 | 0.76 | 0.38 |
| Hex | 18 | 6A | AC | 56 | 26 | 0 | 21 | CF | 4C | 26 |
| Octal | 30 | 152 | 254 | 126 | 46 | 0 | 41 | 317 | 114 | 46 |
| Binary | 11000 | 1101010 | 10101100 | 1010110 | 100110 | 0 | 100001 | 11001111 | 1001100 | 100110 |
Color Harmonies of #186AAC
Complementary color
Monochromatic Colors of #186AAC
Black with #186AAC
Text Example
Text Example
White with #186AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186AAC; }
p { color: rgb(24,106,172); }
H1.HeaderClassName
{
color: #186AAC;
}
.AnyTagClassName
{
color: #186AAC;
}
</style>
background-color css
<style>
a { background-color: #186AAC; }
a { background-color: rgb(24,106,172); }
div.DivClassName
{
background-color: #186AAC;
}
.BgClassName
{
background-color: #186AAC;
}
</style>
border-color css
<style>
span { border-color: #186AAC; }
span { border-color: rgb(24,106,172); }
td.TdClassName
{
border-color: #186AAC;
}
.TagClassName
{
border-color: #186AAC;
}
</style>