Shades of Denim #186DAB
Tints of Denim #186DAB
RGB
CMYK
RGB Variations
Color information
#186DAB (or 0x186DAB) is known color: Denim. HEX triplet: 18, 6D and AB. RGB value is (24,109,171). Sum of RGB (Red+Green+Blue) = 24+109+171=304 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.89% from 304); Green value is 109 (42.97% from 255 or 35.86% from 304); Blue value is 171 (67.19% from 255 or 56.25% from 304); Max value from RGB is 171 - color contains mainly: blue. Hex color #186DAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #186DAB is #E79254. Grayscale: #5A5A5A. Windows color (decimal): -15176277 or 11234584. OLE color: 11234584.
HSL color Cylindrical-coordinate representation of color #186DAB: hue angle of 205.31º degrees, saturation: 0.75, 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 #186DAB is Cyan = 0.86, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 109 | 171 | - |
| CMYK | 0.86 | 0.36 | 0 | 0.33 |
| HSL | 205.31º | 0.75% | 0.38% | - |
| HSV(B) | 205.31º | 0.86% | 0.67% | - |
| XYZ | 13.2 | 14.07 | 40.55 | - |
| YUV | 90.65 | 173.34 | 80.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 109 | 171 | 0.86 | 0.36 | 0 | 0.33 | 205.31 | 0.75 | 0.38 |
| Hex | 18 | 6D | AB | 56 | 24 | 0 | 21 | CD | 4B | 26 |
| Octal | 30 | 155 | 253 | 126 | 44 | 0 | 41 | 315 | 113 | 46 |
| Binary | 11000 | 1101101 | 10101011 | 1010110 | 100100 | 0 | 100001 | 11001101 | 1001011 | 100110 |
Color Harmonies of #186DAB
Complementary color
Monochromatic Colors of #186DAB
Black with #186DAB
Text Example
Text Example
White with #186DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186DAB; }
p { color: rgb(24,109,171); }
H1.HeaderClassName
{
color: #186DAB;
}
.AnyTagClassName
{
color: #186DAB;
}
</style>
background-color css
<style>
a { background-color: #186DAB; }
a { background-color: rgb(24,109,171); }
div.DivClassName
{
background-color: #186DAB;
}
.BgClassName
{
background-color: #186DAB;
}
</style>
border-color css
<style>
span { border-color: #186DAB; }
span { border-color: rgb(24,109,171); }
td.TdClassName
{
border-color: #186DAB;
}
.TagClassName
{
border-color: #186DAB;
}
</style>