Shades of Denim #186ED0
Tints of Denim #186ED0
RGB
CMYK
RGB Variations
Color information
#186ED0 (or 0x186ED0) is known color: Denim. HEX triplet: 18, 6E and D0. RGB value is (24,110,208). Sum of RGB (Red+Green+Blue) = 24+110+208=342 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.02% from 342); Green value is 110 (43.36% from 255 or 32.16% from 342); Blue value is 208 (81.64% from 255 or 60.82% from 342); Max value from RGB is 208 - color contains mainly: blue. Hex color #186ED0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #186ED0 is #E7912F. Grayscale: #5E5E5E. Windows color (decimal): -15175984 or 13659672. OLE color: 13659672.
HSL color Cylindrical-coordinate representation of color #186ED0: hue angle of 211.96º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #186ED0 is Cyan = 0.88, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 24 | 110 | 208 | - |
| CMYK | 0.88 | 0.47 | 0 | 0.18 |
| HSL | 211.96º | 0.79% | 0.45% | - |
| HSV(B) | 211.96º | 0.88% | 0.82% | - |
| XYZ | 17.34 | 15.9 | 61.83 | - |
| YUV | 95.46 | 191.51 | 77.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 110 | 208 | 0.88 | 0.47 | 0 | 0.18 | 211.96 | 0.79 | 0.45 |
| Hex | 18 | 6E | D0 | 58 | 2F | 0 | 12 | D4 | 4F | 2D |
| Octal | 30 | 156 | 320 | 130 | 57 | 0 | 22 | 324 | 117 | 55 |
| Binary | 11000 | 1101110 | 11010000 | 1011000 | 101111 | 0 | 10010 | 11010100 | 1001111 | 101101 |
Color Harmonies of #186ED0
Complementary color
Monochromatic Colors of #186ED0
Black with #186ED0
Text Example
Text Example
White with #186ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186ED0; }
p { color: rgb(24,110,208); }
H1.HeaderClassName
{
color: #186ED0;
}
.AnyTagClassName
{
color: #186ED0;
}
</style>
background-color css
<style>
a { background-color: #186ED0; }
a { background-color: rgb(24,110,208); }
div.DivClassName
{
background-color: #186ED0;
}
.BgClassName
{
background-color: #186ED0;
}
</style>
border-color css
<style>
span { border-color: #186ED0; }
span { border-color: rgb(24,110,208); }
td.TdClassName
{
border-color: #186ED0;
}
.TagClassName
{
border-color: #186ED0;
}
</style>