Shades of Denim #186CBA
Tints of Denim #186CBA
RGB
CMYK
RGB Variations
Color information
#186CBA (or 0x186CBA) is known color: Denim. HEX triplet: 18, 6C and BA. RGB value is (24,108,186). Sum of RGB (Red+Green+Blue) = 24+108+186=318 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.55% from 318); Green value is 108 (42.58% from 255 or 33.96% from 318); Blue value is 186 (73.05% from 255 or 58.49% from 318); Max value from RGB is 186 - color contains mainly: blue. Hex color #186CBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #186CBA is #E79345. Grayscale: #5B5B5B. Windows color (decimal): -15176518 or 12217368. OLE color: 12217368.
HSL color Cylindrical-coordinate representation of color #186CBA: hue angle of 208.89º 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 #186CBA is Cyan = 0.87, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 24 | 108 | 186 | - |
| CMYK | 0.87 | 0.42 | 0 | 0.27 |
| HSL | 208.89º | 0.77% | 0.41% | - |
| HSV(B) | 208.89º | 0.87% | 0.73% | - |
| XYZ | 14.6 | 14.46 | 48.48 | - |
| YUV | 91.78 | 181.17 | 79.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 108 | 186 | 0.87 | 0.42 | 0 | 0.27 | 208.89 | 0.77 | 0.41 |
| Hex | 18 | 6C | BA | 57 | 2A | 0 | 1B | D1 | 4D | 29 |
| Octal | 30 | 154 | 272 | 127 | 52 | 0 | 33 | 321 | 115 | 51 |
| Binary | 11000 | 1101100 | 10111010 | 1010111 | 101010 | 0 | 11011 | 11010001 | 1001101 | 101001 |
Color Harmonies of #186CBA
Complementary color
Monochromatic Colors of #186CBA
Black with #186CBA
Text Example
Text Example
White with #186CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186CBA; }
p { color: rgb(24,108,186); }
H1.HeaderClassName
{
color: #186CBA;
}
.AnyTagClassName
{
color: #186CBA;
}
</style>
background-color css
<style>
a { background-color: #186CBA; }
a { background-color: rgb(24,108,186); }
div.DivClassName
{
background-color: #186CBA;
}
.BgClassName
{
background-color: #186CBA;
}
</style>
border-color css
<style>
span { border-color: #186CBA; }
span { border-color: rgb(24,108,186); }
td.TdClassName
{
border-color: #186CBA;
}
.TagClassName
{
border-color: #186CBA;
}
</style>