Shades of Denim #146DAE
Tints of Denim #146DAE
RGB
CMYK
RGB Variations
Color information
#146DAE (or 0x146DAE) is known color: Denim. HEX triplet: 14, 6D and AE. RGB value is (20,109,174). Sum of RGB (Red+Green+Blue) = 20+109+174=303 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.60% from 303); Green value is 109 (42.97% from 255 or 35.97% from 303); Blue value is 174 (68.36% from 255 or 57.43% from 303); Max value from RGB is 174 - color contains mainly: blue. Hex color #146DAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146DAE is #EB9251. Grayscale: #595959. Windows color (decimal): -15438418 or 11431188. OLE color: 11431188.
HSL color Cylindrical-coordinate representation of color #146DAE: hue angle of 205.32º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #146DAE is Cyan = 0.89, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 20 | 109 | 174 | - |
| CMYK | 0.89 | 0.37 | 0 | 0.32 |
| HSL | 205.32º | 0.79% | 0.38% | - |
| HSV(B) | 205.32º | 0.89% | 0.68% | - |
| XYZ | 13.4 | 14.14 | 42.07 | - |
| YUV | 89.8 | 175.51 | 78.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 109 | 174 | 0.89 | 0.37 | 0 | 0.32 | 205.32 | 0.79 | 0.38 |
| Hex | 14 | 6D | AE | 59 | 25 | 0 | 20 | CD | 4F | 26 |
| Octal | 24 | 155 | 256 | 131 | 45 | 0 | 40 | 315 | 117 | 46 |
| Binary | 10100 | 1101101 | 10101110 | 1011001 | 100101 | 0 | 100000 | 11001101 | 1001111 | 100110 |
Color Harmonies of #146DAE
Complementary color
Monochromatic Colors of #146DAE
Black with #146DAE
Text Example
Text Example
White with #146DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146DAE; }
p { color: rgb(20,109,174); }
H1.HeaderClassName
{
color: #146DAE;
}
.AnyTagClassName
{
color: #146DAE;
}
</style>
background-color css
<style>
a { background-color: #146DAE; }
a { background-color: rgb(20,109,174); }
div.DivClassName
{
background-color: #146DAE;
}
.BgClassName
{
background-color: #146DAE;
}
</style>
border-color css
<style>
span { border-color: #146DAE; }
span { border-color: rgb(20,109,174); }
td.TdClassName
{
border-color: #146DAE;
}
.TagClassName
{
border-color: #146DAE;
}
</style>