Shades of Denim #186DC7
Tints of Denim #186DC7
RGB
CMYK
RGB Variations
Color information
#186DC7 (or 0x186DC7) is known color: Denim. HEX triplet: 18, 6D and C7. RGB value is (24,109,199). Sum of RGB (Red+Green+Blue) = 24+109+199=332 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.23% from 332); Green value is 109 (42.97% from 255 or 32.83% from 332); Blue value is 199 (78.12% from 255 or 59.94% from 332); Max value from RGB is 199 - color contains mainly: blue. Hex color #186DC7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #186DC7 is #E79238. Grayscale: #5D5D5D. Windows color (decimal): -15176249 or 13069592. OLE color: 13069592.
HSL color Cylindrical-coordinate representation of color #186DC7: hue angle of 210.86º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #186DC7 is Cyan = 0.88, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 24 | 109 | 199 | - |
| CMYK | 0.88 | 0.45 | 0 | 0.22 |
| HSL | 210.86º | 0.78% | 0.44% | - |
| HSV(B) | 210.86º | 0.88% | 0.78% | - |
| XYZ | 16.15 | 15.25 | 56.13 | - |
| YUV | 93.85 | 187.34 | 78.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 109 | 199 | 0.88 | 0.45 | 0 | 0.22 | 210.86 | 0.78 | 0.44 |
| Hex | 18 | 6D | C7 | 58 | 2D | 0 | 16 | D3 | 4E | 2C |
| Octal | 30 | 155 | 307 | 130 | 55 | 0 | 26 | 323 | 116 | 54 |
| Binary | 11000 | 1101101 | 11000111 | 1011000 | 101101 | 0 | 10110 | 11010011 | 1001110 | 101100 |
Color Harmonies of #186DC7
Complementary color
Monochromatic Colors of #186DC7
Black with #186DC7
Text Example
Text Example
White with #186DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186DC7; }
p { color: rgb(24,109,199); }
H1.HeaderClassName
{
color: #186DC7;
}
.AnyTagClassName
{
color: #186DC7;
}
</style>
background-color css
<style>
a { background-color: #186DC7; }
a { background-color: rgb(24,109,199); }
div.DivClassName
{
background-color: #186DC7;
}
.BgClassName
{
background-color: #186DC7;
}
</style>
border-color css
<style>
span { border-color: #186DC7; }
span { border-color: rgb(24,109,199); }
td.TdClassName
{
border-color: #186DC7;
}
.TagClassName
{
border-color: #186DC7;
}
</style>