Shades of Denim #147BBC
Tints of Denim #147BBC
RGB
CMYK
RGB Variations
Color information
#147BBC (or 0x147BBC) is known color: Denim. HEX triplet: 14, 7B and BC. RGB value is (20,123,188). Sum of RGB (Red+Green+Blue) = 20+123+188=331 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.04% from 331); Green value is 123 (48.44% from 255 or 37.16% from 331); Blue value is 188 (73.83% from 255 or 56.80% from 331); Max value from RGB is 188 - color contains mainly: blue. Hex color #147BBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147BBC is #EB8443. Grayscale: #636363. Windows color (decimal): -15434820 or 12352276. OLE color: 12352276.
HSL color Cylindrical-coordinate representation of color #147BBC: hue angle of 203.21º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #147BBC is Cyan = 0.89, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 20 | 123 | 188 | - |
| CMYK | 0.89 | 0.35 | 0 | 0.26 |
| HSL | 203.21º | 0.81% | 0.41% | - |
| HSV(B) | 203.21º | 0.89% | 0.74% | - |
| XYZ | 16.45 | 17.95 | 50.17 | - |
| YUV | 99.61 | 177.88 | 71.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 123 | 188 | 0.89 | 0.35 | 0 | 0.26 | 203.21 | 0.81 | 0.41 |
| Hex | 14 | 7B | BC | 59 | 23 | 0 | 1A | CB | 51 | 29 |
| Octal | 24 | 173 | 274 | 131 | 43 | 0 | 32 | 313 | 121 | 51 |
| Binary | 10100 | 1111011 | 10111100 | 1011001 | 100011 | 0 | 11010 | 11001011 | 1010001 | 101001 |
Color Harmonies of #147BBC
Complementary color
Monochromatic Colors of #147BBC
Black with #147BBC
Text Example
Text Example
White with #147BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147BBC; }
p { color: rgb(20,123,188); }
H1.HeaderClassName
{
color: #147BBC;
}
.AnyTagClassName
{
color: #147BBC;
}
</style>
background-color css
<style>
a { background-color: #147BBC; }
a { background-color: rgb(20,123,188); }
div.DivClassName
{
background-color: #147BBC;
}
.BgClassName
{
background-color: #147BBC;
}
</style>
border-color css
<style>
span { border-color: #147BBC; }
span { border-color: rgb(20,123,188); }
td.TdClassName
{
border-color: #147BBC;
}
.TagClassName
{
border-color: #147BBC;
}
</style>