Shades of Denim #186BD5
Tints of Denim #186BD5
RGB
CMYK
RGB Variations
Color information
#186BD5 (or 0x186BD5) is known color: Denim. HEX triplet: 18, 6B and D5. RGB value is (24,107,213). Sum of RGB (Red+Green+Blue) = 24+107+213=344 (45% of max value = 765). Red value is 24 (9.77% from 255 or 6.98% from 344); Green value is 107 (42.19% from 255 or 31.10% from 344); Blue value is 213 (83.59% from 255 or 61.92% from 344); Max value from RGB is 213 - color contains mainly: blue. Hex color #186BD5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #186BD5 is #E7942A. Grayscale: #5D5D5D. Windows color (decimal): -15176747 or 13986584. OLE color: 13986584.
HSL color Cylindrical-coordinate representation of color #186BD5: hue angle of 213.65º 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 #186BD5 is Cyan = 0.89, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 24 | 107 | 213 | - |
| CMYK | 0.89 | 0.50 | 0 | 0.16 |
| HSL | 213.65º | 0.8% | 0.46% | - |
| HSV(B) | 213.65º | 0.89% | 0.84% | - |
| XYZ | 17.64 | 15.51 | 65.02 | - |
| YUV | 94.27 | 195 | 77.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 107 | 213 | 0.89 | 0.50 | 0 | 0.16 | 213.65 | 0.8 | 0.46 |
| Hex | 18 | 6B | D5 | 59 | 32 | 0 | 10 | D6 | 50 | 2E |
| Octal | 30 | 153 | 325 | 131 | 62 | 0 | 20 | 326 | 120 | 56 |
| Binary | 11000 | 1101011 | 11010101 | 1011001 | 110010 | 0 | 10000 | 11010110 | 1010000 | 101110 |
Color Harmonies of #186BD5
Complementary color
Monochromatic Colors of #186BD5
Black with #186BD5
Text Example
Text Example
White with #186BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186BD5; }
p { color: rgb(24,107,213); }
H1.HeaderClassName
{
color: #186BD5;
}
.AnyTagClassName
{
color: #186BD5;
}
</style>
background-color css
<style>
a { background-color: #186BD5; }
a { background-color: rgb(24,107,213); }
div.DivClassName
{
background-color: #186BD5;
}
.BgClassName
{
background-color: #186BD5;
}
</style>
border-color css
<style>
span { border-color: #186BD5; }
span { border-color: rgb(24,107,213); }
td.TdClassName
{
border-color: #186BD5;
}
.TagClassName
{
border-color: #186BD5;
}
</style>