Shades of Denim #185BC0
Tints of Denim #185BC0
RGB
CMYK
RGB Variations
Color information
#185BC0 (or 0x185BC0) is known color: Denim. HEX triplet: 18, 5B and C0. RGB value is (24,91,192). Sum of RGB (Red+Green+Blue) = 24+91+192=307 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.82% from 307); Green value is 91 (35.94% from 255 or 29.64% from 307); Blue value is 192 (75.39% from 255 or 62.54% from 307); Max value from RGB is 192 - color contains mainly: blue. Hex color #185BC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #185BC0 is #E7A43F. Grayscale: #525252. Windows color (decimal): -15180864 or 12606232. OLE color: 12606232.
HSL color Cylindrical-coordinate representation of color #185BC0: hue angle of 216.07º 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 #185BC0 is Cyan = 0.88, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 24 | 91 | 192 | - |
| CMYK | 0.88 | 0.53 | 0 | 0.25 |
| HSL | 216.07º | 0.78% | 0.42% | - |
| HSV(B) | 216.07º | 0.88% | 0.75% | - |
| XYZ | 13.63 | 11.48 | 51.37 | - |
| YUV | 82.48 | 189.8 | 86.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 91 | 192 | 0.88 | 0.53 | 0 | 0.25 | 216.07 | 0.78 | 0.42 |
| Hex | 18 | 5B | C0 | 58 | 35 | 0 | 19 | D8 | 4E | 2A |
| Octal | 30 | 133 | 300 | 130 | 65 | 0 | 31 | 330 | 116 | 52 |
| Binary | 11000 | 1011011 | 11000000 | 1011000 | 110101 | 0 | 11001 | 11011000 | 1001110 | 101010 |
Color Harmonies of #185BC0
Complementary color
Monochromatic Colors of #185BC0
Black with #185BC0
Text Example
Text Example
White with #185BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185BC0; }
p { color: rgb(24,91,192); }
H1.HeaderClassName
{
color: #185BC0;
}
.AnyTagClassName
{
color: #185BC0;
}
</style>
background-color css
<style>
a { background-color: #185BC0; }
a { background-color: rgb(24,91,192); }
div.DivClassName
{
background-color: #185BC0;
}
.BgClassName
{
background-color: #185BC0;
}
</style>
border-color css
<style>
span { border-color: #185BC0; }
span { border-color: rgb(24,91,192); }
td.TdClassName
{
border-color: #185BC0;
}
.TagClassName
{
border-color: #185BC0;
}
</style>