Shades of Denim #146ABA
Tints of Denim #146ABA
RGB
CMYK
RGB Variations
Color information
#146ABA (or 0x146ABA) is known color: Denim. HEX triplet: 14, 6A and BA. RGB value is (20,106,186). Sum of RGB (Red+Green+Blue) = 20+106+186=312 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.41% from 312); Green value is 106 (41.80% from 255 or 33.97% from 312); Blue value is 186 (73.05% from 255 or 59.62% from 312); Max value from RGB is 186 - color contains mainly: blue. Hex color #146ABA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146ABA is #EB9545. Grayscale: #595959. Windows color (decimal): -15439174 or 12216852. OLE color: 12216852.
HSL color Cylindrical-coordinate representation of color #146ABA: hue angle of 208.92º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #146ABA is Cyan = 0.89, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 106 | 186 | - |
| CMYK | 0.89 | 0.43 | 0 | 0.27 |
| HSL | 208.92º | 0.81% | 0.4% | - |
| HSV(B) | 208.92º | 0.89% | 0.73% | - |
| XYZ | 14.31 | 14 | 48.4 | - |
| YUV | 89.41 | 182.51 | 78.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 106 | 186 | 0.89 | 0.43 | 0 | 0.27 | 208.92 | 0.81 | 0.4 |
| Hex | 14 | 6A | BA | 59 | 2B | 0 | 1B | D1 | 51 | 28 |
| Octal | 24 | 152 | 272 | 131 | 53 | 0 | 33 | 321 | 121 | 50 |
| Binary | 10100 | 1101010 | 10111010 | 1011001 | 101011 | 0 | 11011 | 11010001 | 1010001 | 101000 |
Color Harmonies of #146ABA
Complementary color
Monochromatic Colors of #146ABA
Black with #146ABA
Text Example
Text Example
White with #146ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146ABA; }
p { color: rgb(20,106,186); }
H1.HeaderClassName
{
color: #146ABA;
}
.AnyTagClassName
{
color: #146ABA;
}
</style>
background-color css
<style>
a { background-color: #146ABA; }
a { background-color: rgb(20,106,186); }
div.DivClassName
{
background-color: #146ABA;
}
.BgClassName
{
background-color: #146ABA;
}
</style>
border-color css
<style>
span { border-color: #146ABA; }
span { border-color: rgb(20,106,186); }
td.TdClassName
{
border-color: #146ABA;
}
.TagClassName
{
border-color: #146ABA;
}
</style>