Shades of Denim #186BBA
Tints of Denim #186BBA
RGB
CMYK
RGB Variations
Color information
#186BBA (or 0x186BBA) is known color: Denim. HEX triplet: 18, 6B and BA. RGB value is (24,107,186). Sum of RGB (Red+Green+Blue) = 24+107+186=317 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.57% from 317); Green value is 107 (42.19% from 255 or 33.75% from 317); Blue value is 186 (73.05% from 255 or 58.68% from 317); Max value from RGB is 186 - color contains mainly: blue. Hex color #186BBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #186BBA is #E79445. Grayscale: #5A5A5A. Windows color (decimal): -15176774 or 12217112. OLE color: 12217112.
HSL color Cylindrical-coordinate representation of color #186BBA: hue angle of 209.26º 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 #186BBA is Cyan = 0.87, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 24 | 107 | 186 | - |
| CMYK | 0.87 | 0.42 | 0 | 0.27 |
| HSL | 209.26º | 0.77% | 0.41% | - |
| HSV(B) | 209.26º | 0.87% | 0.73% | - |
| XYZ | 14.5 | 14.25 | 48.44 | - |
| YUV | 91.19 | 181.5 | 80.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 107 | 186 | 0.87 | 0.42 | 0 | 0.27 | 209.26 | 0.77 | 0.41 |
| Hex | 18 | 6B | BA | 57 | 2A | 0 | 1B | D1 | 4D | 29 |
| Octal | 30 | 153 | 272 | 127 | 52 | 0 | 33 | 321 | 115 | 51 |
| Binary | 11000 | 1101011 | 10111010 | 1010111 | 101010 | 0 | 11011 | 11010001 | 1001101 | 101001 |
Color Harmonies of #186BBA
Complementary color
Monochromatic Colors of #186BBA
Black with #186BBA
Text Example
Text Example
White with #186BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186BBA; }
p { color: rgb(24,107,186); }
H1.HeaderClassName
{
color: #186BBA;
}
.AnyTagClassName
{
color: #186BBA;
}
</style>
background-color css
<style>
a { background-color: #186BBA; }
a { background-color: rgb(24,107,186); }
div.DivClassName
{
background-color: #186BBA;
}
.BgClassName
{
background-color: #186BBA;
}
</style>
border-color css
<style>
span { border-color: #186BBA; }
span { border-color: rgb(24,107,186); }
td.TdClassName
{
border-color: #186BBA;
}
.TagClassName
{
border-color: #186BBA;
}
</style>