Shades of Denim #186AD5
Tints of Denim #186AD5
RGB
CMYK
RGB Variations
Color information
#186AD5 (or 0x186AD5) is known color: Denim. HEX triplet: 18, 6A and D5. RGB value is (24,106,213). Sum of RGB (Red+Green+Blue) = 24+106+213=343 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.00% from 343); Green value is 106 (41.80% from 255 or 30.90% from 343); Blue value is 213 (83.59% from 255 or 62.10% from 343); Max value from RGB is 213 - color contains mainly: blue. Hex color #186AD5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #186AD5 is #E7952A. Grayscale: #5D5D5D. Windows color (decimal): -15177003 or 13986328. OLE color: 13986328.
HSL color Cylindrical-coordinate representation of color #186AD5: hue angle of 213.97º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #186AD5 is Cyan = 0.89, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 24 | 106 | 213 | - |
| CMYK | 0.89 | 0.50 | 0 | 0.16 |
| HSL | 213.97º | 0.8% | 0.46% | - |
| HSV(B) | 213.97º | 0.89% | 0.84% | - |
| XYZ | 17.54 | 15.31 | 64.98 | - |
| YUV | 93.68 | 195.33 | 78.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 106 | 213 | 0.89 | 0.50 | 0 | 0.16 | 213.97 | 0.8 | 0.46 |
| Hex | 18 | 6A | D5 | 59 | 32 | 0 | 10 | D6 | 50 | 2E |
| Octal | 30 | 152 | 325 | 131 | 62 | 0 | 20 | 326 | 120 | 56 |
| Binary | 11000 | 1101010 | 11010101 | 1011001 | 110010 | 0 | 10000 | 11010110 | 1010000 | 101110 |
Color Harmonies of #186AD5
Complementary color
Monochromatic Colors of #186AD5
Black with #186AD5
Text Example
Text Example
White with #186AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186AD5; }
p { color: rgb(24,106,213); }
H1.HeaderClassName
{
color: #186AD5;
}
.AnyTagClassName
{
color: #186AD5;
}
</style>
background-color css
<style>
a { background-color: #186AD5; }
a { background-color: rgb(24,106,213); }
div.DivClassName
{
background-color: #186AD5;
}
.BgClassName
{
background-color: #186AD5;
}
</style>
border-color css
<style>
span { border-color: #186AD5; }
span { border-color: rgb(24,106,213); }
td.TdClassName
{
border-color: #186AD5;
}
.TagClassName
{
border-color: #186AD5;
}
</style>