Shades of Denim #146DC2
Tints of Denim #146DC2
RGB
CMYK
RGB Variations
Color information
#146DC2 (or 0x146DC2) is known color: Denim. HEX triplet: 14, 6D and C2. RGB value is (20,109,194). Sum of RGB (Red+Green+Blue) = 20+109+194=323 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.19% from 323); Green value is 109 (42.97% from 255 or 33.75% from 323); Blue value is 194 (76.17% from 255 or 60.06% from 323); Max value from RGB is 194 - color contains mainly: blue. Hex color #146DC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146DC2 is #EB923D. Grayscale: #5B5B5B. Windows color (decimal): -15438398 or 12741908. OLE color: 12741908.
HSL color Cylindrical-coordinate representation of color #146DC2: hue angle of 209.31º 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 #146DC2 is Cyan = 0.90, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 20 | 109 | 194 | - |
| CMYK | 0.90 | 0.44 | 0 | 0.24 |
| HSL | 209.31º | 0.81% | 0.42% | - |
| HSV(B) | 209.31º | 0.9% | 0.76% | - |
| XYZ | 15.49 | 14.98 | 53.11 | - |
| YUV | 92.08 | 185.51 | 76.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 109 | 194 | 0.90 | 0.44 | 0 | 0.24 | 209.31 | 0.81 | 0.42 |
| Hex | 14 | 6D | C2 | 5A | 2C | 0 | 18 | D1 | 51 | 2A |
| Octal | 24 | 155 | 302 | 132 | 54 | 0 | 30 | 321 | 121 | 52 |
| Binary | 10100 | 1101101 | 11000010 | 1011010 | 101100 | 0 | 11000 | 11010001 | 1010001 | 101010 |
Color Harmonies of #146DC2
Complementary color
Monochromatic Colors of #146DC2
Black with #146DC2
Text Example
Text Example
White with #146DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146DC2; }
p { color: rgb(20,109,194); }
H1.HeaderClassName
{
color: #146DC2;
}
.AnyTagClassName
{
color: #146DC2;
}
</style>
background-color css
<style>
a { background-color: #146DC2; }
a { background-color: rgb(20,109,194); }
div.DivClassName
{
background-color: #146DC2;
}
.BgClassName
{
background-color: #146DC2;
}
</style>
border-color css
<style>
span { border-color: #146DC2; }
span { border-color: rgb(20,109,194); }
td.TdClassName
{
border-color: #146DC2;
}
.TagClassName
{
border-color: #146DC2;
}
</style>