Shades of Denim #185CCD
Tints of Denim #185CCD
RGB
CMYK
RGB Variations
Color information
#185CCD (or 0x185CCD) is known color: Denim. HEX triplet: 18, 5C and CD. RGB value is (24,92,205). Sum of RGB (Red+Green+Blue) = 24+92+205=321 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.48% from 321); Green value is 92 (36.33% from 255 or 28.66% from 321); Blue value is 205 (80.47% from 255 or 63.86% from 321); Max value from RGB is 205 - color contains mainly: blue. Hex color #185CCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #185CCD is #E7A332. Grayscale: #545454. Windows color (decimal): -15180595 or 13458456. OLE color: 13458456.
HSL color Cylindrical-coordinate representation of color #185CCD: hue angle of 217.46º 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 #185CCD is Cyan = 0.88, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 24 | 92 | 205 | - |
| CMYK | 0.88 | 0.55 | 0 | 0.20 |
| HSL | 217.46º | 0.79% | 0.45% | - |
| HSV(B) | 217.46º | 0.88% | 0.8% | - |
| XYZ | 15.22 | 12.26 | 59.32 | - |
| YUV | 84.55 | 195.97 | 84.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 92 | 205 | 0.88 | 0.55 | 0 | 0.20 | 217.46 | 0.79 | 0.45 |
| Hex | 18 | 5C | CD | 58 | 37 | 0 | 14 | D9 | 4F | 2D |
| Octal | 30 | 134 | 315 | 130 | 67 | 0 | 24 | 331 | 117 | 55 |
| Binary | 11000 | 1011100 | 11001101 | 1011000 | 110111 | 0 | 10100 | 11011001 | 1001111 | 101101 |
Color Harmonies of #185CCD
Complementary color
Monochromatic Colors of #185CCD
Black with #185CCD
Text Example
Text Example
White with #185CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185CCD; }
p { color: rgb(24,92,205); }
H1.HeaderClassName
{
color: #185CCD;
}
.AnyTagClassName
{
color: #185CCD;
}
</style>
background-color css
<style>
a { background-color: #185CCD; }
a { background-color: rgb(24,92,205); }
div.DivClassName
{
background-color: #185CCD;
}
.BgClassName
{
background-color: #185CCD;
}
</style>
border-color css
<style>
span { border-color: #185CCD; }
span { border-color: rgb(24,92,205); }
td.TdClassName
{
border-color: #185CCD;
}
.TagClassName
{
border-color: #185CCD;
}
</style>