Shades of Denim #185FCC
Tints of Denim #185FCC
RGB
CMYK
RGB Variations
Color information
#185FCC (or 0x185FCC) is known color: Denim. HEX triplet: 18, 5F and CC. RGB value is (24,95,204). Sum of RGB (Red+Green+Blue) = 24+95+204=323 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.43% from 323); Green value is 95 (37.5% from 255 or 29.41% from 323); Blue value is 204 (80.08% from 255 or 63.16% from 323); Max value from RGB is 204 - color contains mainly: blue. Hex color #185FCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #185FCC is #E7A033. Grayscale: #555555. Windows color (decimal): -15179828 or 13393688. OLE color: 13393688.
HSL color Cylindrical-coordinate representation of color #185FCC: hue angle of 216.33º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #185FCC is Cyan = 0.88, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 24 | 95 | 204 | - |
| CMYK | 0.88 | 0.53 | 0 | 0.2 |
| HSL | 216.33º | 0.79% | 0.45% | - |
| HSV(B) | 216.33º | 0.88% | 0.8% | - |
| XYZ | 15.37 | 12.74 | 58.78 | - |
| YUV | 86.2 | 194.48 | 83.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 95 | 204 | 0.88 | 0.53 | 0 | 0.2 | 216.33 | 0.79 | 0.45 |
| Hex | 18 | 5F | CC | 58 | 35 | 0 | 14 | D8 | 4F | 2D |
| Octal | 30 | 137 | 314 | 130 | 65 | 0 | 24 | 330 | 117 | 55 |
| Binary | 11000 | 1011111 | 11001100 | 1011000 | 110101 | 0 | 10100 | 11011000 | 1001111 | 101101 |
Color Harmonies of #185FCC
Complementary color
Monochromatic Colors of #185FCC
Black with #185FCC
Text Example
Text Example
White with #185FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185FCC; }
p { color: rgb(24,95,204); }
H1.HeaderClassName
{
color: #185FCC;
}
.AnyTagClassName
{
color: #185FCC;
}
</style>
background-color css
<style>
a { background-color: #185FCC; }
a { background-color: rgb(24,95,204); }
div.DivClassName
{
background-color: #185FCC;
}
.BgClassName
{
background-color: #185FCC;
}
</style>
border-color css
<style>
span { border-color: #185FCC; }
span { border-color: rgb(24,95,204); }
td.TdClassName
{
border-color: #185FCC;
}
.TagClassName
{
border-color: #185FCC;
}
</style>