Shades of Denim #185FCD
Tints of Denim #185FCD
RGB
CMYK
RGB Variations
Color information
#185FCD (or 0x185FCD) is known color: Denim. HEX triplet: 18, 5F and CD. RGB value is (24,95,205). Sum of RGB (Red+Green+Blue) = 24+95+205=324 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.41% from 324); Green value is 95 (37.5% from 255 or 29.32% from 324); Blue value is 205 (80.47% from 255 or 63.27% from 324); Max value from RGB is 205 - color contains mainly: blue. Hex color #185FCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #185FCD is #E7A032. Grayscale: #555555. Windows color (decimal): -15179827 or 13459224. OLE color: 13459224.
HSL color Cylindrical-coordinate representation of color #185FCD: hue angle of 216.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 #185FCD is Cyan = 0.88, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 24 | 95 | 205 | - |
| CMYK | 0.88 | 0.54 | 0 | 0.20 |
| HSL | 216.46º | 0.79% | 0.45% | - |
| HSV(B) | 216.46º | 0.88% | 0.8% | - |
| XYZ | 15.49 | 12.79 | 59.41 | - |
| YUV | 86.31 | 194.98 | 83.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 95 | 205 | 0.88 | 0.54 | 0 | 0.20 | 216.46 | 0.79 | 0.45 |
| Hex | 18 | 5F | CD | 58 | 36 | 0 | 14 | D8 | 4F | 2D |
| Octal | 30 | 137 | 315 | 130 | 66 | 0 | 24 | 330 | 117 | 55 |
| Binary | 11000 | 1011111 | 11001101 | 1011000 | 110110 | 0 | 10100 | 11011000 | 1001111 | 101101 |
Color Harmonies of #185FCD
Complementary color
Monochromatic Colors of #185FCD
Black with #185FCD
Text Example
Text Example
White with #185FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185FCD; }
p { color: rgb(24,95,205); }
H1.HeaderClassName
{
color: #185FCD;
}
.AnyTagClassName
{
color: #185FCD;
}
</style>
background-color css
<style>
a { background-color: #185FCD; }
a { background-color: rgb(24,95,205); }
div.DivClassName
{
background-color: #185FCD;
}
.BgClassName
{
background-color: #185FCD;
}
</style>
border-color css
<style>
span { border-color: #185FCD; }
span { border-color: rgb(24,95,205); }
td.TdClassName
{
border-color: #185FCD;
}
.TagClassName
{
border-color: #185FCD;
}
</style>