Shades of Denim #185AC6
Tints of Denim #185AC6
RGB
CMYK
RGB Variations
Color information
#185AC6 (or 0x185AC6) is known color: Denim. HEX triplet: 18, 5A and C6. RGB value is (24,90,198). Sum of RGB (Red+Green+Blue) = 24+90+198=312 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.69% from 312); Green value is 90 (35.55% from 255 or 28.85% from 312); Blue value is 198 (77.73% from 255 or 63.46% from 312); Max value from RGB is 198 - color contains mainly: blue. Hex color #185AC6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #185AC6 is #E7A539. Grayscale: #525252. Windows color (decimal): -15181114 or 12999192. OLE color: 12999192.
HSL color Cylindrical-coordinate representation of color #185AC6: hue angle of 217.24º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #185AC6 is Cyan = 0.88, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 24 | 90 | 198 | - |
| CMYK | 0.88 | 0.55 | 0 | 0.22 |
| HSL | 217.24º | 0.78% | 0.44% | - |
| HSV(B) | 217.24º | 0.88% | 0.78% | - |
| XYZ | 14.23 | 11.58 | 54.91 | - |
| YUV | 82.58 | 193.13 | 86.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 90 | 198 | 0.88 | 0.55 | 0 | 0.22 | 217.24 | 0.78 | 0.44 |
| Hex | 18 | 5A | C6 | 58 | 37 | 0 | 16 | D9 | 4E | 2C |
| Octal | 30 | 132 | 306 | 130 | 67 | 0 | 26 | 331 | 116 | 54 |
| Binary | 11000 | 1011010 | 11000110 | 1011000 | 110111 | 0 | 10110 | 11011001 | 1001110 | 101100 |
Color Harmonies of #185AC6
Complementary color
Monochromatic Colors of #185AC6
Black with #185AC6
Text Example
Text Example
White with #185AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185AC6; }
p { color: rgb(24,90,198); }
H1.HeaderClassName
{
color: #185AC6;
}
.AnyTagClassName
{
color: #185AC6;
}
</style>
background-color css
<style>
a { background-color: #185AC6; }
a { background-color: rgb(24,90,198); }
div.DivClassName
{
background-color: #185AC6;
}
.BgClassName
{
background-color: #185AC6;
}
</style>
border-color css
<style>
span { border-color: #185AC6; }
span { border-color: rgb(24,90,198); }
td.TdClassName
{
border-color: #185AC6;
}
.TagClassName
{
border-color: #185AC6;
}
</style>