Shades of Denim #146AAC
Tints of Denim #146AAC
RGB
CMYK
RGB Variations
Color information
#146AAC (or 0x146AAC) is known color: Denim. HEX triplet: 14, 6A and AC. RGB value is (20,106,172). Sum of RGB (Red+Green+Blue) = 20+106+172=298 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.71% from 298); Green value is 106 (41.80% from 255 or 35.57% from 298); Blue value is 172 (67.58% from 255 or 57.72% from 298); Max value from RGB is 172 - color contains mainly: blue. Hex color #146AAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146AAC is #EB9553. Grayscale: #575757. Windows color (decimal): -15439188 or 11299348. OLE color: 11299348.
HSL color Cylindrical-coordinate representation of color #146AAC: hue angle of 206.05º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #146AAC is Cyan = 0.88, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 106 | 172 | - |
| CMYK | 0.88 | 0.38 | 0 | 0.33 |
| HSL | 206.05º | 0.79% | 0.38% | - |
| HSV(B) | 206.05º | 0.88% | 0.67% | - |
| XYZ | 12.89 | 13.44 | 40.94 | - |
| YUV | 87.81 | 175.51 | 79.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 106 | 172 | 0.88 | 0.38 | 0 | 0.33 | 206.05 | 0.79 | 0.38 |
| Hex | 14 | 6A | AC | 58 | 26 | 0 | 21 | CE | 4F | 26 |
| Octal | 24 | 152 | 254 | 130 | 46 | 0 | 41 | 316 | 117 | 46 |
| Binary | 10100 | 1101010 | 10101100 | 1011000 | 100110 | 0 | 100001 | 11001110 | 1001111 | 100110 |
Color Harmonies of #146AAC
Complementary color
Monochromatic Colors of #146AAC
Black with #146AAC
Text Example
Text Example
White with #146AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146AAC; }
p { color: rgb(20,106,172); }
H1.HeaderClassName
{
color: #146AAC;
}
.AnyTagClassName
{
color: #146AAC;
}
</style>
background-color css
<style>
a { background-color: #146AAC; }
a { background-color: rgb(20,106,172); }
div.DivClassName
{
background-color: #146AAC;
}
.BgClassName
{
background-color: #146AAC;
}
</style>
border-color css
<style>
span { border-color: #146AAC; }
span { border-color: rgb(20,106,172); }
td.TdClassName
{
border-color: #146AAC;
}
.TagClassName
{
border-color: #146AAC;
}
</style>