Shades of Denim #147EC3
Tints of Denim #147EC3
RGB
CMYK
RGB Variations
Color information
#147EC3 (or 0x147EC3) is known color: Denim. HEX triplet: 14, 7E and C3. RGB value is (20,126,195). Sum of RGB (Red+Green+Blue) = 20+126+195=341 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.87% from 341); Green value is 126 (49.61% from 255 or 36.95% from 341); Blue value is 195 (76.56% from 255 or 57.18% from 341); Max value from RGB is 195 - color contains mainly: blue. Hex color #147EC3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147EC3 is #EB813C. Grayscale: #656565. Windows color (decimal): -15434045 or 12811796. OLE color: 12811796.
HSL color Cylindrical-coordinate representation of color #147EC3: hue angle of 203.66º 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 #147EC3 is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 20 | 126 | 195 | - |
| CMYK | 0.90 | 0.35 | 0 | 0.24 |
| HSL | 203.66º | 0.81% | 0.42% | - |
| HSV(B) | 203.66º | 0.9% | 0.76% | - |
| XYZ | 17.6 | 19.01 | 54.37 | - |
| YUV | 102.17 | 180.38 | 69.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 126 | 195 | 0.90 | 0.35 | 0 | 0.24 | 203.66 | 0.81 | 0.42 |
| Hex | 14 | 7E | C3 | 5A | 23 | 0 | 18 | CC | 51 | 2A |
| Octal | 24 | 176 | 303 | 132 | 43 | 0 | 30 | 314 | 121 | 52 |
| Binary | 10100 | 1111110 | 11000011 | 1011010 | 100011 | 0 | 11000 | 11001100 | 1010001 | 101010 |
Color Harmonies of #147EC3
Complementary color
Monochromatic Colors of #147EC3
Black with #147EC3
Text Example
Text Example
White with #147EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147EC3; }
p { color: rgb(20,126,195); }
H1.HeaderClassName
{
color: #147EC3;
}
.AnyTagClassName
{
color: #147EC3;
}
</style>
background-color css
<style>
a { background-color: #147EC3; }
a { background-color: rgb(20,126,195); }
div.DivClassName
{
background-color: #147EC3;
}
.BgClassName
{
background-color: #147EC3;
}
</style>
border-color css
<style>
span { border-color: #147EC3; }
span { border-color: rgb(20,126,195); }
td.TdClassName
{
border-color: #147EC3;
}
.TagClassName
{
border-color: #147EC3;
}
</style>