Shades of Denim #185CC6
Tints of Denim #185CC6
RGB
CMYK
RGB Variations
Color information
#185CC6 (or 0x185CC6) is known color: Denim. HEX triplet: 18, 5C and C6. RGB value is (24,92,198). Sum of RGB (Red+Green+Blue) = 24+92+198=314 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.64% from 314); Green value is 92 (36.33% from 255 or 29.30% from 314); Blue value is 198 (77.73% from 255 or 63.06% from 314); Max value from RGB is 198 - color contains mainly: blue. Hex color #185CC6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #185CC6 is #E7A339. Grayscale: #535353. Windows color (decimal): -15180602 or 12999704. OLE color: 12999704.
HSL color Cylindrical-coordinate representation of color #185CC6: hue angle of 216.55º 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 #185CC6 is Cyan = 0.88, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 24 | 92 | 198 | - |
| CMYK | 0.88 | 0.54 | 0 | 0.22 |
| HSL | 216.55º | 0.78% | 0.44% | - |
| HSV(B) | 216.55º | 0.88% | 0.78% | - |
| XYZ | 14.4 | 11.93 | 54.97 | - |
| YUV | 83.75 | 192.47 | 85.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 92 | 198 | 0.88 | 0.54 | 0 | 0.22 | 216.55 | 0.78 | 0.44 |
| Hex | 18 | 5C | C6 | 58 | 36 | 0 | 16 | D9 | 4E | 2C |
| Octal | 30 | 134 | 306 | 130 | 66 | 0 | 26 | 331 | 116 | 54 |
| Binary | 11000 | 1011100 | 11000110 | 1011000 | 110110 | 0 | 10110 | 11011001 | 1001110 | 101100 |
Color Harmonies of #185CC6
Complementary color
Monochromatic Colors of #185CC6
Black with #185CC6
Text Example
Text Example
White with #185CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185CC6; }
p { color: rgb(24,92,198); }
H1.HeaderClassName
{
color: #185CC6;
}
.AnyTagClassName
{
color: #185CC6;
}
</style>
background-color css
<style>
a { background-color: #185CC6; }
a { background-color: rgb(24,92,198); }
div.DivClassName
{
background-color: #185CC6;
}
.BgClassName
{
background-color: #185CC6;
}
</style>
border-color css
<style>
span { border-color: #185CC6; }
span { border-color: rgb(24,92,198); }
td.TdClassName
{
border-color: #185CC6;
}
.TagClassName
{
border-color: #185CC6;
}
</style>