Shades of Denim #185CC0
Tints of Denim #185CC0
RGB
CMYK
RGB Variations
Color information
#185CC0 (or 0x185CC0) is known color: Denim. HEX triplet: 18, 5C and C0. RGB value is (24,92,192). Sum of RGB (Red+Green+Blue) = 24+92+192=308 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.79% from 308); Green value is 92 (36.33% from 255 or 29.87% from 308); Blue value is 192 (75.39% from 255 or 62.34% from 308); Max value from RGB is 192 - color contains mainly: blue. Hex color #185CC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #185CC0 is #E7A33F. Grayscale: #525252. Windows color (decimal): -15180608 or 12606488. OLE color: 12606488.
HSL color Cylindrical-coordinate representation of color #185CC0: hue angle of 215.71º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #185CC0 is Cyan = 0.88, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 24 | 92 | 192 | - |
| CMYK | 0.88 | 0.52 | 0 | 0.25 |
| HSL | 215.71º | 0.78% | 0.42% | - |
| HSV(B) | 215.71º | 0.88% | 0.75% | - |
| XYZ | 13.72 | 11.65 | 51.4 | - |
| YUV | 83.07 | 189.47 | 85.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 92 | 192 | 0.88 | 0.52 | 0 | 0.25 | 215.71 | 0.78 | 0.42 |
| Hex | 18 | 5C | C0 | 58 | 34 | 0 | 19 | D8 | 4E | 2A |
| Octal | 30 | 134 | 300 | 130 | 64 | 0 | 31 | 330 | 116 | 52 |
| Binary | 11000 | 1011100 | 11000000 | 1011000 | 110100 | 0 | 11001 | 11011000 | 1001110 | 101010 |
Color Harmonies of #185CC0
Complementary color
Monochromatic Colors of #185CC0
Black with #185CC0
Text Example
Text Example
White with #185CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185CC0; }
p { color: rgb(24,92,192); }
H1.HeaderClassName
{
color: #185CC0;
}
.AnyTagClassName
{
color: #185CC0;
}
</style>
background-color css
<style>
a { background-color: #185CC0; }
a { background-color: rgb(24,92,192); }
div.DivClassName
{
background-color: #185CC0;
}
.BgClassName
{
background-color: #185CC0;
}
</style>
border-color css
<style>
span { border-color: #185CC0; }
span { border-color: rgb(24,92,192); }
td.TdClassName
{
border-color: #185CC0;
}
.TagClassName
{
border-color: #185CC0;
}
</style>