Shades of Denim #185CBC
Tints of Denim #185CBC
RGB
CMYK
RGB Variations
Color information
#185CBC (or 0x185CBC) is known color: Denim. HEX triplet: 18, 5C and BC. RGB value is (24,92,188). Sum of RGB (Red+Green+Blue) = 24+92+188=304 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.89% from 304); Green value is 92 (36.33% from 255 or 30.26% from 304); Blue value is 188 (73.83% from 255 or 61.84% from 304); Max value from RGB is 188 - color contains mainly: blue. Hex color #185CBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #185CBC is #E7A343. Grayscale: #525252. Windows color (decimal): -15180612 or 12344344. OLE color: 12344344.
HSL color Cylindrical-coordinate representation of color #185CBC: hue angle of 215.12º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #185CBC is Cyan = 0.87, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 24 | 92 | 188 | - |
| CMYK | 0.87 | 0.51 | 0 | 0.26 |
| HSL | 215.12º | 0.77% | 0.42% | - |
| HSV(B) | 215.12º | 0.87% | 0.74% | - |
| XYZ | 13.28 | 11.48 | 49.09 | - |
| YUV | 82.61 | 187.47 | 86.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 92 | 188 | 0.87 | 0.51 | 0 | 0.26 | 215.12 | 0.77 | 0.42 |
| Hex | 18 | 5C | BC | 57 | 33 | 0 | 1A | D7 | 4D | 2A |
| Octal | 30 | 134 | 274 | 127 | 63 | 0 | 32 | 327 | 115 | 52 |
| Binary | 11000 | 1011100 | 10111100 | 1010111 | 110011 | 0 | 11010 | 11010111 | 1001101 | 101010 |
Color Harmonies of #185CBC
Complementary color
Monochromatic Colors of #185CBC
Black with #185CBC
Text Example
Text Example
White with #185CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185CBC; }
p { color: rgb(24,92,188); }
H1.HeaderClassName
{
color: #185CBC;
}
.AnyTagClassName
{
color: #185CBC;
}
</style>
background-color css
<style>
a { background-color: #185CBC; }
a { background-color: rgb(24,92,188); }
div.DivClassName
{
background-color: #185CBC;
}
.BgClassName
{
background-color: #185CBC;
}
</style>
border-color css
<style>
span { border-color: #185CBC; }
span { border-color: rgb(24,92,188); }
td.TdClassName
{
border-color: #185CBC;
}
.TagClassName
{
border-color: #185CBC;
}
</style>