Shades of Denim #186AC1
Tints of Denim #186AC1
RGB
CMYK
RGB Variations
Color information
#186AC1 (or 0x186AC1) is known color: Denim. HEX triplet: 18, 6A and C1. RGB value is (24,106,193). Sum of RGB (Red+Green+Blue) = 24+106+193=323 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.43% from 323); Green value is 106 (41.80% from 255 or 32.82% from 323); Blue value is 193 (75.78% from 255 or 59.75% from 323); Max value from RGB is 193 - color contains mainly: blue. Hex color #186AC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #186AC1 is #E7953E. Grayscale: #5A5A5A. Windows color (decimal): -15177023 or 12675608. OLE color: 12675608.
HSL color Cylindrical-coordinate representation of color #186AC1: hue angle of 210.89º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #186AC1 is Cyan = 0.88, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 24 | 106 | 193 | - |
| CMYK | 0.88 | 0.45 | 0 | 0.24 |
| HSL | 210.89º | 0.78% | 0.43% | - |
| HSV(B) | 210.89º | 0.88% | 0.76% | - |
| XYZ | 15.16 | 14.35 | 52.42 | - |
| YUV | 91.4 | 185.33 | 79.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 106 | 193 | 0.88 | 0.45 | 0 | 0.24 | 210.89 | 0.78 | 0.43 |
| Hex | 18 | 6A | C1 | 58 | 2D | 0 | 18 | D3 | 4E | 2B |
| Octal | 30 | 152 | 301 | 130 | 55 | 0 | 30 | 323 | 116 | 53 |
| Binary | 11000 | 1101010 | 11000001 | 1011000 | 101101 | 0 | 11000 | 11010011 | 1001110 | 101011 |
Color Harmonies of #186AC1
Complementary color
Monochromatic Colors of #186AC1
Black with #186AC1
Text Example
Text Example
White with #186AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186AC1; }
p { color: rgb(24,106,193); }
H1.HeaderClassName
{
color: #186AC1;
}
.AnyTagClassName
{
color: #186AC1;
}
</style>
background-color css
<style>
a { background-color: #186AC1; }
a { background-color: rgb(24,106,193); }
div.DivClassName
{
background-color: #186AC1;
}
.BgClassName
{
background-color: #186AC1;
}
</style>
border-color css
<style>
span { border-color: #186AC1; }
span { border-color: rgb(24,106,193); }
td.TdClassName
{
border-color: #186AC1;
}
.TagClassName
{
border-color: #186AC1;
}
</style>