Shades of Denim #187CBA
Tints of Denim #187CBA
RGB
CMYK
RGB Variations
Color information
#187CBA (or 0x187CBA) is known color: Denim. HEX triplet: 18, 7C and BA. RGB value is (24,124,186). Sum of RGB (Red+Green+Blue) = 24+124+186=334 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.19% from 334); Green value is 124 (48.83% from 255 or 37.13% from 334); Blue value is 186 (73.05% from 255 or 55.69% from 334); Max value from RGB is 186 - color contains mainly: blue. Hex color #187CBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #187CBA is #E78345. Grayscale: #646464. Windows color (decimal): -15172422 or 12221464. OLE color: 12221464.
HSL color Cylindrical-coordinate representation of color #187CBA: hue angle of 202.96º 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 #187CBA is Cyan = 0.87, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 24 | 124 | 186 | - |
| CMYK | 0.87 | 0.33 | 0 | 0.27 |
| HSL | 202.96º | 0.77% | 0.41% | - |
| HSV(B) | 202.96º | 0.87% | 0.73% | - |
| XYZ | 16.45 | 18.15 | 49.09 | - |
| YUV | 101.17 | 175.87 | 72.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 124 | 186 | 0.87 | 0.33 | 0 | 0.27 | 202.96 | 0.77 | 0.41 |
| Hex | 18 | 7C | BA | 57 | 21 | 0 | 1B | CB | 4D | 29 |
| Octal | 30 | 174 | 272 | 127 | 41 | 0 | 33 | 313 | 115 | 51 |
| Binary | 11000 | 1111100 | 10111010 | 1010111 | 100001 | 0 | 11011 | 11001011 | 1001101 | 101001 |
Color Harmonies of #187CBA
Complementary color
Monochromatic Colors of #187CBA
Black with #187CBA
Text Example
Text Example
White with #187CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187CBA; }
p { color: rgb(24,124,186); }
H1.HeaderClassName
{
color: #187CBA;
}
.AnyTagClassName
{
color: #187CBA;
}
</style>
background-color css
<style>
a { background-color: #187CBA; }
a { background-color: rgb(24,124,186); }
div.DivClassName
{
background-color: #187CBA;
}
.BgClassName
{
background-color: #187CBA;
}
</style>
border-color css
<style>
span { border-color: #187CBA; }
span { border-color: rgb(24,124,186); }
td.TdClassName
{
border-color: #187CBA;
}
.TagClassName
{
border-color: #187CBA;
}
</style>