Shades of Denim #186DCD
Tints of Denim #186DCD
RGB
CMYK
RGB Variations
Color information
#186DCD (or 0x186DCD) is known color: Denim. HEX triplet: 18, 6D and CD. RGB value is (24,109,205). Sum of RGB (Red+Green+Blue) = 24+109+205=338 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.10% from 338); Green value is 109 (42.97% from 255 or 32.25% from 338); Blue value is 205 (80.47% from 255 or 60.65% from 338); Max value from RGB is 205 - color contains mainly: blue. Hex color #186DCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #186DCD is #E79232. Grayscale: #5E5E5E. Windows color (decimal): -15176243 or 13462808. OLE color: 13462808.
HSL color Cylindrical-coordinate representation of color #186DCD: hue angle of 211.82º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #186DCD is Cyan = 0.88, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 24 | 109 | 205 | - |
| CMYK | 0.88 | 0.47 | 0 | 0.20 |
| HSL | 211.82º | 0.79% | 0.45% | - |
| HSV(B) | 211.82º | 0.88% | 0.8% | - |
| XYZ | 16.86 | 15.54 | 59.87 | - |
| YUV | 94.53 | 190.34 | 77.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 109 | 205 | 0.88 | 0.47 | 0 | 0.20 | 211.82 | 0.79 | 0.45 |
| Hex | 18 | 6D | CD | 58 | 2F | 0 | 14 | D4 | 4F | 2D |
| Octal | 30 | 155 | 315 | 130 | 57 | 0 | 24 | 324 | 117 | 55 |
| Binary | 11000 | 1101101 | 11001101 | 1011000 | 101111 | 0 | 10100 | 11010100 | 1001111 | 101101 |
Color Harmonies of #186DCD
Complementary color
Monochromatic Colors of #186DCD
Black with #186DCD
Text Example
Text Example
White with #186DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186DCD; }
p { color: rgb(24,109,205); }
H1.HeaderClassName
{
color: #186DCD;
}
.AnyTagClassName
{
color: #186DCD;
}
</style>
background-color css
<style>
a { background-color: #186DCD; }
a { background-color: rgb(24,109,205); }
div.DivClassName
{
background-color: #186DCD;
}
.BgClassName
{
background-color: #186DCD;
}
</style>
border-color css
<style>
span { border-color: #186DCD; }
span { border-color: rgb(24,109,205); }
td.TdClassName
{
border-color: #186DCD;
}
.TagClassName
{
border-color: #186DCD;
}
</style>