Shades of Denim #146AC0
Tints of Denim #146AC0
RGB
CMYK
RGB Variations
Color information
#146AC0 (or 0x146AC0) is known color: Denim. HEX triplet: 14, 6A and C0. RGB value is (20,106,192). Sum of RGB (Red+Green+Blue) = 20+106+192=318 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.29% from 318); Green value is 106 (41.80% from 255 or 33.33% from 318); Blue value is 192 (75.39% from 255 or 60.38% from 318); Max value from RGB is 192 - color contains mainly: blue. Hex color #146AC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146AC0 is #EB953F. Grayscale: #595959. Windows color (decimal): -15439168 or 12610068. OLE color: 12610068.
HSL color Cylindrical-coordinate representation of color #146AC0: hue angle of 210º 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 #146AC0 is Cyan = 0.90, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 106 | 192 | - |
| CMYK | 0.90 | 0.45 | 0 | 0.25 |
| HSL | 210º | 0.81% | 0.42% | - |
| HSV(B) | 210º | 0.9% | 0.75% | - |
| XYZ | 14.96 | 14.26 | 51.83 | - |
| YUV | 90.09 | 185.51 | 78.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 106 | 192 | 0.90 | 0.45 | 0 | 0.25 | 210 | 0.81 | 0.42 |
| Hex | 14 | 6A | C0 | 5A | 2D | 0 | 19 | D2 | 51 | 2A |
| Octal | 24 | 152 | 300 | 132 | 55 | 0 | 31 | 322 | 121 | 52 |
| Binary | 10100 | 1101010 | 11000000 | 1011010 | 101101 | 0 | 11001 | 11010010 | 1010001 | 101010 |
Color Harmonies of #146AC0
Complementary color
Monochromatic Colors of #146AC0
Black with #146AC0
Text Example
Text Example
White with #146AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146AC0; }
p { color: rgb(20,106,192); }
H1.HeaderClassName
{
color: #146AC0;
}
.AnyTagClassName
{
color: #146AC0;
}
</style>
background-color css
<style>
a { background-color: #146AC0; }
a { background-color: rgb(20,106,192); }
div.DivClassName
{
background-color: #146AC0;
}
.BgClassName
{
background-color: #146AC0;
}
</style>
border-color css
<style>
span { border-color: #146AC0; }
span { border-color: rgb(20,106,192); }
td.TdClassName
{
border-color: #146AC0;
}
.TagClassName
{
border-color: #146AC0;
}
</style>