Shades of Denim #147CBF
Tints of Denim #147CBF
RGB
CMYK
RGB Variations
Color information
#147CBF (or 0x147CBF) is known color: Denim. HEX triplet: 14, 7C and BF. RGB value is (20,124,191). Sum of RGB (Red+Green+Blue) = 20+124+191=335 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.97% from 335); Green value is 124 (48.83% from 255 or 37.01% from 335); Blue value is 191 (75% from 255 or 57.01% from 335); Max value from RGB is 191 - color contains mainly: blue. Hex color #147CBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147CBF is #EB8340. Grayscale: #646464. Windows color (decimal): -15434561 or 12549140. OLE color: 12549140.
HSL color Cylindrical-coordinate representation of color #147CBF: hue angle of 203.51º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #147CBF is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 124 | 191 | - |
| CMYK | 0.90 | 0.35 | 0 | 0.25 |
| HSL | 203.51º | 0.81% | 0.41% | - |
| HSV(B) | 203.51º | 0.9% | 0.75% | - |
| XYZ | 16.9 | 18.33 | 51.94 | - |
| YUV | 100.54 | 179.04 | 70.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 124 | 191 | 0.90 | 0.35 | 0 | 0.25 | 203.51 | 0.81 | 0.41 |
| Hex | 14 | 7C | BF | 5A | 23 | 0 | 19 | CC | 51 | 29 |
| Octal | 24 | 174 | 277 | 132 | 43 | 0 | 31 | 314 | 121 | 51 |
| Binary | 10100 | 1111100 | 10111111 | 1011010 | 100011 | 0 | 11001 | 11001100 | 1010001 | 101001 |
Color Harmonies of #147CBF
Complementary color
Monochromatic Colors of #147CBF
Black with #147CBF
Text Example
Text Example
White with #147CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147CBF; }
p { color: rgb(20,124,191); }
H1.HeaderClassName
{
color: #147CBF;
}
.AnyTagClassName
{
color: #147CBF;
}
</style>
background-color css
<style>
a { background-color: #147CBF; }
a { background-color: rgb(20,124,191); }
div.DivClassName
{
background-color: #147CBF;
}
.BgClassName
{
background-color: #147CBF;
}
</style>
border-color css
<style>
span { border-color: #147CBF; }
span { border-color: rgb(20,124,191); }
td.TdClassName
{
border-color: #147CBF;
}
.TagClassName
{
border-color: #147CBF;
}
</style>