Shades of Denim #146EC4
Tints of Denim #146EC4
RGB
CMYK
RGB Variations
Color information
#146EC4 (or 0x146EC4) is known color: Denim. HEX triplet: 14, 6E and C4. RGB value is (20,110,196). Sum of RGB (Red+Green+Blue) = 20+110+196=326 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.13% from 326); Green value is 110 (43.36% from 255 or 33.74% from 326); Blue value is 196 (76.95% from 255 or 60.12% from 326); Max value from RGB is 196 - color contains mainly: blue. Hex color #146EC4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146EC4 is #EB913B. Grayscale: #5C5C5C. Windows color (decimal): -15438140 or 12873236. OLE color: 12873236.
HSL color Cylindrical-coordinate representation of color #146EC4: hue angle of 209.32º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #146EC4 is Cyan = 0.90, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 20 | 110 | 196 | - |
| CMYK | 0.90 | 0.44 | 0 | 0.23 |
| HSL | 209.32º | 0.81% | 0.42% | - |
| HSV(B) | 209.32º | 0.9% | 0.77% | - |
| XYZ | 15.83 | 15.29 | 54.34 | - |
| YUV | 92.89 | 186.18 | 76.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 110 | 196 | 0.90 | 0.44 | 0 | 0.23 | 209.32 | 0.81 | 0.42 |
| Hex | 14 | 6E | C4 | 5A | 2C | 0 | 17 | D1 | 51 | 2A |
| Octal | 24 | 156 | 304 | 132 | 54 | 0 | 27 | 321 | 121 | 52 |
| Binary | 10100 | 1101110 | 11000100 | 1011010 | 101100 | 0 | 10111 | 11010001 | 1010001 | 101010 |
Color Harmonies of #146EC4
Complementary color
Monochromatic Colors of #146EC4
Black with #146EC4
Text Example
Text Example
White with #146EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146EC4; }
p { color: rgb(20,110,196); }
H1.HeaderClassName
{
color: #146EC4;
}
.AnyTagClassName
{
color: #146EC4;
}
</style>
background-color css
<style>
a { background-color: #146EC4; }
a { background-color: rgb(20,110,196); }
div.DivClassName
{
background-color: #146EC4;
}
.BgClassName
{
background-color: #146EC4;
}
</style>
border-color css
<style>
span { border-color: #146EC4; }
span { border-color: rgb(20,110,196); }
td.TdClassName
{
border-color: #146EC4;
}
.TagClassName
{
border-color: #146EC4;
}
</style>