Shades of Denim #146DAB
Tints of Denim #146DAB
RGB
CMYK
RGB Variations
Color information
#146DAB (or 0x146DAB) is known color: Denim. HEX triplet: 14, 6D and AB. RGB value is (20,109,171). Sum of RGB (Red+Green+Blue) = 20+109+171=300 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.67% from 300); Green value is 109 (42.97% from 255 or 36.33% from 300); Blue value is 171 (67.19% from 255 or 57% from 300); Max value from RGB is 171 - color contains mainly: blue. Hex color #146DAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146DAB is #EB9254. Grayscale: #595959. Windows color (decimal): -15438421 or 11234580. OLE color: 11234580.
HSL color Cylindrical-coordinate representation of color #146DAB: hue angle of 204.64º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #146DAB is Cyan = 0.88, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 109 | 171 | - |
| CMYK | 0.88 | 0.36 | 0 | 0.33 |
| HSL | 204.64º | 0.79% | 0.37% | - |
| HSV(B) | 204.64º | 0.88% | 0.67% | - |
| XYZ | 13.11 | 14.03 | 40.54 | - |
| YUV | 89.46 | 174.01 | 78.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 109 | 171 | 0.88 | 0.36 | 0 | 0.33 | 204.64 | 0.79 | 0.37 |
| Hex | 14 | 6D | AB | 58 | 24 | 0 | 21 | CD | 4F | 25 |
| Octal | 24 | 155 | 253 | 130 | 44 | 0 | 41 | 315 | 117 | 45 |
| Binary | 10100 | 1101101 | 10101011 | 1011000 | 100100 | 0 | 100001 | 11001101 | 1001111 | 100101 |
Color Harmonies of #146DAB
Complementary color
Monochromatic Colors of #146DAB
Black with #146DAB
Text Example
Text Example
White with #146DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146DAB; }
p { color: rgb(20,109,171); }
H1.HeaderClassName
{
color: #146DAB;
}
.AnyTagClassName
{
color: #146DAB;
}
</style>
background-color css
<style>
a { background-color: #146DAB; }
a { background-color: rgb(20,109,171); }
div.DivClassName
{
background-color: #146DAB;
}
.BgClassName
{
background-color: #146DAB;
}
</style>
border-color css
<style>
span { border-color: #146DAB; }
span { border-color: rgb(20,109,171); }
td.TdClassName
{
border-color: #146DAB;
}
.TagClassName
{
border-color: #146DAB;
}
</style>