Shades of Denim #186BAB
Tints of Denim #186BAB
RGB
CMYK
RGB Variations
Color information
#186BAB (or 0x186BAB) is known color: Denim. HEX triplet: 18, 6B and AB. RGB value is (24,107,171). Sum of RGB (Red+Green+Blue) = 24+107+171=302 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.95% from 302); Green value is 107 (42.19% from 255 or 35.43% from 302); Blue value is 171 (67.19% from 255 or 56.62% from 302); Max value from RGB is 171 - color contains mainly: blue. Hex color #186BAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #186BAB is #E79454. Grayscale: #595959. Windows color (decimal): -15176789 or 11234072. OLE color: 11234072.
HSL color Cylindrical-coordinate representation of color #186BAB: hue angle of 206.12º 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 #186BAB is Cyan = 0.86, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 107 | 171 | - |
| CMYK | 0.86 | 0.37 | 0 | 0.33 |
| HSL | 206.12º | 0.75% | 0.38% | - |
| HSV(B) | 206.12º | 0.86% | 0.67% | - |
| XYZ | 12.99 | 13.65 | 40.48 | - |
| YUV | 89.48 | 174 | 81.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 107 | 171 | 0.86 | 0.37 | 0 | 0.33 | 206.12 | 0.75 | 0.38 |
| Hex | 18 | 6B | AB | 56 | 25 | 0 | 21 | CE | 4B | 26 |
| Octal | 30 | 153 | 253 | 126 | 45 | 0 | 41 | 316 | 113 | 46 |
| Binary | 11000 | 1101011 | 10101011 | 1010110 | 100101 | 0 | 100001 | 11001110 | 1001011 | 100110 |
Color Harmonies of #186BAB
Complementary color
Monochromatic Colors of #186BAB
Black with #186BAB
Text Example
Text Example
White with #186BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186BAB; }
p { color: rgb(24,107,171); }
H1.HeaderClassName
{
color: #186BAB;
}
.AnyTagClassName
{
color: #186BAB;
}
</style>
background-color css
<style>
a { background-color: #186BAB; }
a { background-color: rgb(24,107,171); }
div.DivClassName
{
background-color: #186BAB;
}
.BgClassName
{
background-color: #186BAB;
}
</style>
border-color css
<style>
span { border-color: #186BAB; }
span { border-color: rgb(24,107,171); }
td.TdClassName
{
border-color: #186BAB;
}
.TagClassName
{
border-color: #186BAB;
}
</style>