Shades of Denim #185CDC
Tints of Denim #185CDC
RGB
CMYK
RGB Variations
Color information
#185CDC (or 0x185CDC) is known color: Denim. HEX triplet: 18, 5C and DC. RGB value is (24,92,220). Sum of RGB (Red+Green+Blue) = 24+92+220=336 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.14% from 336); Green value is 92 (36.33% from 255 or 27.38% from 336); Blue value is 220 (86.33% from 255 or 65.48% from 336); Max value from RGB is 220 - color contains mainly: blue. Hex color #185CDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #185CDC is #E7A323. Grayscale: #555555. Windows color (decimal): -15180580 or 14441496. OLE color: 14441496.
HSL color Cylindrical-coordinate representation of color #185CDC: hue angle of 219.18º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #185CDC is Cyan = 0.89, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 24 | 92 | 220 | - |
| CMYK | 0.89 | 0.58 | 0 | 0.14 |
| HSL | 219.18º | 0.8% | 0.48% | - |
| HSV(B) | 219.18º | 0.89% | 0.86% | - |
| XYZ | 17.12 | 13.02 | 69.32 | - |
| YUV | 86.26 | 203.47 | 83.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 92 | 220 | 0.89 | 0.58 | 0 | 0.14 | 219.18 | 0.8 | 0.48 |
| Hex | 18 | 5C | DC | 59 | 3A | 0 | E | DB | 50 | 30 |
| Octal | 30 | 134 | 334 | 131 | 72 | 0 | 16 | 333 | 120 | 60 |
| Binary | 11000 | 1011100 | 11011100 | 1011001 | 111010 | 0 | 1110 | 11011011 | 1010000 | 110000 |
Color Harmonies of #185CDC
Complementary color
Monochromatic Colors of #185CDC
Black with #185CDC
Text Example
Text Example
White with #185CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185CDC; }
p { color: rgb(24,92,220); }
H1.HeaderClassName
{
color: #185CDC;
}
.AnyTagClassName
{
color: #185CDC;
}
</style>
background-color css
<style>
a { background-color: #185CDC; }
a { background-color: rgb(24,92,220); }
div.DivClassName
{
background-color: #185CDC;
}
.BgClassName
{
background-color: #185CDC;
}
</style>
border-color css
<style>
span { border-color: #185CDC; }
span { border-color: rgb(24,92,220); }
td.TdClassName
{
border-color: #185CDC;
}
.TagClassName
{
border-color: #185CDC;
}
</style>