Shades of Denim #146AAA
Tints of Denim #146AAA
RGB
CMYK
RGB Variations
Color information
#146AAA (or 0x146AAA) is known color: Denim. HEX triplet: 14, 6A and AA. RGB value is (20,106,170). Sum of RGB (Red+Green+Blue) = 20+106+170=296 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.76% from 296); Green value is 106 (41.80% from 255 or 35.81% from 296); Blue value is 170 (66.80% from 255 or 57.43% from 296); Max value from RGB is 170 - color contains mainly: blue. Hex color #146AAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146AAA is #EB9555. Grayscale: #575757. Windows color (decimal): -15439190 or 11168276. OLE color: 11168276.
HSL color Cylindrical-coordinate representation of color #146AAA: hue angle of 205.6º 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 #146AAA is Cyan = 0.88, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 106 | 170 | - |
| CMYK | 0.88 | 0.38 | 0 | 0.33 |
| HSL | 205.6º | 0.79% | 0.37% | - |
| HSV(B) | 205.6º | 0.88% | 0.67% | - |
| XYZ | 12.7 | 13.36 | 39.94 | - |
| YUV | 87.58 | 174.51 | 79.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 106 | 170 | 0.88 | 0.38 | 0 | 0.33 | 205.6 | 0.79 | 0.37 |
| Hex | 14 | 6A | AA | 58 | 26 | 0 | 21 | CE | 4F | 25 |
| Octal | 24 | 152 | 252 | 130 | 46 | 0 | 41 | 316 | 117 | 45 |
| Binary | 10100 | 1101010 | 10101010 | 1011000 | 100110 | 0 | 100001 | 11001110 | 1001111 | 100101 |
Color Harmonies of #146AAA
Complementary color
Monochromatic Colors of #146AAA
Black with #146AAA
Text Example
Text Example
White with #146AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146AAA; }
p { color: rgb(20,106,170); }
H1.HeaderClassName
{
color: #146AAA;
}
.AnyTagClassName
{
color: #146AAA;
}
</style>
background-color css
<style>
a { background-color: #146AAA; }
a { background-color: rgb(20,106,170); }
div.DivClassName
{
background-color: #146AAA;
}
.BgClassName
{
background-color: #146AAA;
}
</style>
border-color css
<style>
span { border-color: #146AAA; }
span { border-color: rgb(20,106,170); }
td.TdClassName
{
border-color: #146AAA;
}
.TagClassName
{
border-color: #146AAA;
}
</style>