Shades of Denim #147BC3
Tints of Denim #147BC3
RGB
CMYK
RGB Variations
Color information
#147BC3 (or 0x147BC3) is known color: Denim. HEX triplet: 14, 7B and C3. RGB value is (20,123,195). Sum of RGB (Red+Green+Blue) = 20+123+195=338 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.92% from 338); Green value is 123 (48.44% from 255 or 36.39% from 338); Blue value is 195 (76.56% from 255 or 57.69% from 338); Max value from RGB is 195 - color contains mainly: blue. Hex color #147BC3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147BC3 is #EB843C. Grayscale: #646464. Windows color (decimal): -15434813 or 12811028. OLE color: 12811028.
HSL color Cylindrical-coordinate representation of color #147BC3: hue angle of 204.69º 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 #147BC3 is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 20 | 123 | 195 | - |
| CMYK | 0.90 | 0.37 | 0 | 0.24 |
| HSL | 204.69º | 0.81% | 0.42% | - |
| HSV(B) | 204.69º | 0.9% | 0.76% | - |
| XYZ | 17.22 | 18.25 | 54.25 | - |
| YUV | 100.41 | 181.38 | 70.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 123 | 195 | 0.90 | 0.37 | 0 | 0.24 | 204.69 | 0.81 | 0.42 |
| Hex | 14 | 7B | C3 | 5A | 25 | 0 | 18 | CD | 51 | 2A |
| Octal | 24 | 173 | 303 | 132 | 45 | 0 | 30 | 315 | 121 | 52 |
| Binary | 10100 | 1111011 | 11000011 | 1011010 | 100101 | 0 | 11000 | 11001101 | 1010001 | 101010 |
Color Harmonies of #147BC3
Complementary color
Monochromatic Colors of #147BC3
Black with #147BC3
Text Example
Text Example
White with #147BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147BC3; }
p { color: rgb(20,123,195); }
H1.HeaderClassName
{
color: #147BC3;
}
.AnyTagClassName
{
color: #147BC3;
}
</style>
background-color css
<style>
a { background-color: #147BC3; }
a { background-color: rgb(20,123,195); }
div.DivClassName
{
background-color: #147BC3;
}
.BgClassName
{
background-color: #147BC3;
}
</style>
border-color css
<style>
span { border-color: #147BC3; }
span { border-color: rgb(20,123,195); }
td.TdClassName
{
border-color: #147BC3;
}
.TagClassName
{
border-color: #147BC3;
}
</style>