Shades of Denim #147DC1
Tints of Denim #147DC1
RGB
CMYK
RGB Variations
Color information
#147DC1 (or 0x147DC1) is known color: Denim. HEX triplet: 14, 7D and C1. RGB value is (20,125,193). Sum of RGB (Red+Green+Blue) = 20+125+193=338 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.92% from 338); Green value is 125 (49.22% from 255 or 36.98% from 338); Blue value is 193 (75.78% from 255 or 57.10% from 338); Max value from RGB is 193 - color contains mainly: blue. Hex color #147DC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147DC1 is #EB823E. Grayscale: #646464. Windows color (decimal): -15434303 or 12680468. OLE color: 12680468.
HSL color Cylindrical-coordinate representation of color #147DC1: hue angle of 203.58º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #147DC1 is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 20 | 125 | 193 | - |
| CMYK | 0.90 | 0.35 | 0 | 0.24 |
| HSL | 203.58º | 0.81% | 0.42% | - |
| HSV(B) | 203.58º | 0.9% | 0.76% | - |
| XYZ | 17.25 | 18.67 | 53.15 | - |
| YUV | 101.36 | 179.71 | 69.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 125 | 193 | 0.90 | 0.35 | 0 | 0.24 | 203.58 | 0.81 | 0.42 |
| Hex | 14 | 7D | C1 | 5A | 23 | 0 | 18 | CC | 51 | 2A |
| Octal | 24 | 175 | 301 | 132 | 43 | 0 | 30 | 314 | 121 | 52 |
| Binary | 10100 | 1111101 | 11000001 | 1011010 | 100011 | 0 | 11000 | 11001100 | 1010001 | 101010 |
Color Harmonies of #147DC1
Complementary color
Monochromatic Colors of #147DC1
Black with #147DC1
Text Example
Text Example
White with #147DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147DC1; }
p { color: rgb(20,125,193); }
H1.HeaderClassName
{
color: #147DC1;
}
.AnyTagClassName
{
color: #147DC1;
}
</style>
background-color css
<style>
a { background-color: #147DC1; }
a { background-color: rgb(20,125,193); }
div.DivClassName
{
background-color: #147DC1;
}
.BgClassName
{
background-color: #147DC1;
}
</style>
border-color css
<style>
span { border-color: #147DC1; }
span { border-color: rgb(20,125,193); }
td.TdClassName
{
border-color: #147DC1;
}
.TagClassName
{
border-color: #147DC1;
}
</style>