Shades of Denim #186EBA
Tints of Denim #186EBA
RGB
CMYK
RGB Variations
Color information
#186EBA (or 0x186EBA) is known color: Denim. HEX triplet: 18, 6E and BA. RGB value is (24,110,186). Sum of RGB (Red+Green+Blue) = 24+110+186=320 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.5% from 320); Green value is 110 (43.36% from 255 or 34.38% from 320); Blue value is 186 (73.05% from 255 or 58.12% from 320); Max value from RGB is 186 - color contains mainly: blue. Hex color #186EBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #186EBA is #E79145. Grayscale: #5C5C5C. Windows color (decimal): -15176006 or 12217880. OLE color: 12217880.
HSL color Cylindrical-coordinate representation of color #186EBA: hue angle of 208.15º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #186EBA is Cyan = 0.87, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 24 | 110 | 186 | - |
| CMYK | 0.87 | 0.41 | 0 | 0.27 |
| HSL | 208.15º | 0.77% | 0.41% | - |
| HSV(B) | 208.15º | 0.87% | 0.73% | - |
| XYZ | 14.82 | 14.89 | 48.55 | - |
| YUV | 92.95 | 180.51 | 78.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 110 | 186 | 0.87 | 0.41 | 0 | 0.27 | 208.15 | 0.77 | 0.41 |
| Hex | 18 | 6E | BA | 57 | 29 | 0 | 1B | D0 | 4D | 29 |
| Octal | 30 | 156 | 272 | 127 | 51 | 0 | 33 | 320 | 115 | 51 |
| Binary | 11000 | 1101110 | 10111010 | 1010111 | 101001 | 0 | 11011 | 11010000 | 1001101 | 101001 |
Color Harmonies of #186EBA
Complementary color
Monochromatic Colors of #186EBA
Black with #186EBA
Text Example
Text Example
White with #186EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186EBA; }
p { color: rgb(24,110,186); }
H1.HeaderClassName
{
color: #186EBA;
}
.AnyTagClassName
{
color: #186EBA;
}
</style>
background-color css
<style>
a { background-color: #186EBA; }
a { background-color: rgb(24,110,186); }
div.DivClassName
{
background-color: #186EBA;
}
.BgClassName
{
background-color: #186EBA;
}
</style>
border-color css
<style>
span { border-color: #186EBA; }
span { border-color: rgb(24,110,186); }
td.TdClassName
{
border-color: #186EBA;
}
.TagClassName
{
border-color: #186EBA;
}
</style>