Shades of Denim #146EC3
Tints of Denim #146EC3
RGB
CMYK
RGB Variations
Color information
#146EC3 (or 0x146EC3) is known color: Denim. HEX triplet: 14, 6E and C3. RGB value is (20,110,195). Sum of RGB (Red+Green+Blue) = 20+110+195=325 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.15% from 325); Green value is 110 (43.36% from 255 or 33.85% from 325); Blue value is 195 (76.56% from 255 or 60% from 325); Max value from RGB is 195 - color contains mainly: blue. Hex color #146EC3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146EC3 is #EB913C. Grayscale: #5C5C5C. Windows color (decimal): -15438141 or 12807700. OLE color: 12807700.
HSL color Cylindrical-coordinate representation of color #146EC3: hue angle of 209.14º 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 #146EC3 is Cyan = 0.90, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 20 | 110 | 195 | - |
| CMYK | 0.90 | 0.44 | 0 | 0.24 |
| HSL | 209.14º | 0.81% | 0.42% | - |
| HSV(B) | 209.14º | 0.9% | 0.76% | - |
| XYZ | 15.71 | 15.24 | 53.74 | - |
| YUV | 92.78 | 185.68 | 76.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 110 | 195 | 0.90 | 0.44 | 0 | 0.24 | 209.14 | 0.81 | 0.42 |
| Hex | 14 | 6E | C3 | 5A | 2C | 0 | 18 | D1 | 51 | 2A |
| Octal | 24 | 156 | 303 | 132 | 54 | 0 | 30 | 321 | 121 | 52 |
| Binary | 10100 | 1101110 | 11000011 | 1011010 | 101100 | 0 | 11000 | 11010001 | 1010001 | 101010 |
Color Harmonies of #146EC3
Complementary color
Monochromatic Colors of #146EC3
Black with #146EC3
Text Example
Text Example
White with #146EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146EC3; }
p { color: rgb(20,110,195); }
H1.HeaderClassName
{
color: #146EC3;
}
.AnyTagClassName
{
color: #146EC3;
}
</style>
background-color css
<style>
a { background-color: #146EC3; }
a { background-color: rgb(20,110,195); }
div.DivClassName
{
background-color: #146EC3;
}
.BgClassName
{
background-color: #146EC3;
}
</style>
border-color css
<style>
span { border-color: #146EC3; }
span { border-color: rgb(20,110,195); }
td.TdClassName
{
border-color: #146EC3;
}
.TagClassName
{
border-color: #146EC3;
}
</style>