Shades of Denim #146EC0
Tints of Denim #146EC0
RGB
CMYK
RGB Variations
Color information
#146EC0 (or 0x146EC0) is known color: Denim. HEX triplet: 14, 6E and C0. RGB value is (20,110,192). Sum of RGB (Red+Green+Blue) = 20+110+192=322 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.21% from 322); Green value is 110 (43.36% from 255 or 34.16% from 322); Blue value is 192 (75.39% from 255 or 59.63% from 322); Max value from RGB is 192 - color contains mainly: blue. Hex color #146EC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146EC0 is #EB913F. Grayscale: #5C5C5C. Windows color (decimal): -15438144 or 12611092. OLE color: 12611092.
HSL color Cylindrical-coordinate representation of color #146EC0: hue angle of 208.6º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #146EC0 is Cyan = 0.90, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 110 | 192 | - |
| CMYK | 0.90 | 0.43 | 0 | 0.25 |
| HSL | 208.6º | 0.81% | 0.42% | - |
| HSV(B) | 208.6º | 0.9% | 0.75% | - |
| XYZ | 15.38 | 15.11 | 51.97 | - |
| YUV | 92.44 | 184.18 | 76.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 110 | 192 | 0.90 | 0.43 | 0 | 0.25 | 208.6 | 0.81 | 0.42 |
| Hex | 14 | 6E | C0 | 5A | 2B | 0 | 19 | D1 | 51 | 2A |
| Octal | 24 | 156 | 300 | 132 | 53 | 0 | 31 | 321 | 121 | 52 |
| Binary | 10100 | 1101110 | 11000000 | 1011010 | 101011 | 0 | 11001 | 11010001 | 1010001 | 101010 |
Color Harmonies of #146EC0
Complementary color
Monochromatic Colors of #146EC0
Black with #146EC0
Text Example
Text Example
White with #146EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146EC0; }
p { color: rgb(20,110,192); }
H1.HeaderClassName
{
color: #146EC0;
}
.AnyTagClassName
{
color: #146EC0;
}
</style>
background-color css
<style>
a { background-color: #146EC0; }
a { background-color: rgb(20,110,192); }
div.DivClassName
{
background-color: #146EC0;
}
.BgClassName
{
background-color: #146EC0;
}
</style>
border-color css
<style>
span { border-color: #146EC0; }
span { border-color: rgb(20,110,192); }
td.TdClassName
{
border-color: #146EC0;
}
.TagClassName
{
border-color: #146EC0;
}
</style>