Shades of Denim #185DCF
Tints of Denim #185DCF
RGB
CMYK
RGB Variations
Color information
#185DCF (or 0x185DCF) is known color: Denim. HEX triplet: 18, 5D and CF. RGB value is (24,93,207). Sum of RGB (Red+Green+Blue) = 24+93+207=324 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.41% from 324); Green value is 93 (36.72% from 255 or 28.70% from 324); Blue value is 207 (81.25% from 255 or 63.89% from 324); Max value from RGB is 207 - color contains mainly: blue. Hex color #185DCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #185DCF is #E7A230. Grayscale: #545454. Windows color (decimal): -15180337 or 13589784. OLE color: 13589784.
HSL color Cylindrical-coordinate representation of color #185DCF: hue angle of 217.38º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #185DCF is Cyan = 0.88, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 24 | 93 | 207 | - |
| CMYK | 0.88 | 0.55 | 0 | 0.19 |
| HSL | 217.38º | 0.79% | 0.45% | - |
| HSV(B) | 217.38º | 0.88% | 0.81% | - |
| XYZ | 15.55 | 12.53 | 60.63 | - |
| YUV | 85.37 | 196.64 | 84.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 93 | 207 | 0.88 | 0.55 | 0 | 0.19 | 217.38 | 0.79 | 0.45 |
| Hex | 18 | 5D | CF | 58 | 37 | 0 | 13 | D9 | 4F | 2D |
| Octal | 30 | 135 | 317 | 130 | 67 | 0 | 23 | 331 | 117 | 55 |
| Binary | 11000 | 1011101 | 11001111 | 1011000 | 110111 | 0 | 10011 | 11011001 | 1001111 | 101101 |
Color Harmonies of #185DCF
Complementary color
Monochromatic Colors of #185DCF
Black with #185DCF
Text Example
Text Example
White with #185DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185DCF; }
p { color: rgb(24,93,207); }
H1.HeaderClassName
{
color: #185DCF;
}
.AnyTagClassName
{
color: #185DCF;
}
</style>
background-color css
<style>
a { background-color: #185DCF; }
a { background-color: rgb(24,93,207); }
div.DivClassName
{
background-color: #185DCF;
}
.BgClassName
{
background-color: #185DCF;
}
</style>
border-color css
<style>
span { border-color: #185DCF; }
span { border-color: rgb(24,93,207); }
td.TdClassName
{
border-color: #185DCF;
}
.TagClassName
{
border-color: #185DCF;
}
</style>