Shades of Denim #146DAA
Tints of Denim #146DAA
RGB
CMYK
RGB Variations
Color information
#146DAA (or 0x146DAA) is known color: Denim. HEX triplet: 14, 6D and AA. RGB value is (20,109,170). Sum of RGB (Red+Green+Blue) = 20+109+170=299 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.69% from 299); Green value is 109 (42.97% from 255 or 36.45% from 299); Blue value is 170 (66.80% from 255 or 56.86% from 299); Max value from RGB is 170 - color contains mainly: blue. Hex color #146DAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146DAA is #EB9255. Grayscale: #595959. Windows color (decimal): -15438422 or 11169044. OLE color: 11169044.
HSL color Cylindrical-coordinate representation of color #146DAA: hue angle of 204.4º 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 #146DAA is Cyan = 0.88, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 109 | 170 | - |
| CMYK | 0.88 | 0.36 | 0 | 0.33 |
| HSL | 204.4º | 0.79% | 0.37% | - |
| HSV(B) | 204.4º | 0.88% | 0.67% | - |
| XYZ | 13.01 | 13.99 | 40.04 | - |
| YUV | 89.34 | 173.51 | 78.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 109 | 170 | 0.88 | 0.36 | 0 | 0.33 | 204.4 | 0.79 | 0.37 |
| Hex | 14 | 6D | AA | 58 | 24 | 0 | 21 | CC | 4F | 25 |
| Octal | 24 | 155 | 252 | 130 | 44 | 0 | 41 | 314 | 117 | 45 |
| Binary | 10100 | 1101101 | 10101010 | 1011000 | 100100 | 0 | 100001 | 11001100 | 1001111 | 100101 |
Color Harmonies of #146DAA
Complementary color
Monochromatic Colors of #146DAA
Black with #146DAA
Text Example
Text Example
White with #146DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146DAA; }
p { color: rgb(20,109,170); }
H1.HeaderClassName
{
color: #146DAA;
}
.AnyTagClassName
{
color: #146DAA;
}
</style>
background-color css
<style>
a { background-color: #146DAA; }
a { background-color: rgb(20,109,170); }
div.DivClassName
{
background-color: #146DAA;
}
.BgClassName
{
background-color: #146DAA;
}
</style>
border-color css
<style>
span { border-color: #146DAA; }
span { border-color: rgb(20,109,170); }
td.TdClassName
{
border-color: #146DAA;
}
.TagClassName
{
border-color: #146DAA;
}
</style>