Shades of Denim #146AAD
Tints of Denim #146AAD
RGB
CMYK
RGB Variations
Color information
#146AAD (or 0x146AAD) is known color: Denim. HEX triplet: 14, 6A and AD. RGB value is (20,106,173). Sum of RGB (Red+Green+Blue) = 20+106+173=299 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.69% from 299); Green value is 106 (41.80% from 255 or 35.45% from 299); Blue value is 173 (67.97% from 255 or 57.86% from 299); Max value from RGB is 173 - color contains mainly: blue. Hex color #146AAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146AAD is #EB9552. Grayscale: #575757. Windows color (decimal): -15439187 or 11364884. OLE color: 11364884.
HSL color Cylindrical-coordinate representation of color #146AAD: hue angle of 206.27º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #146AAD is Cyan = 0.88, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 20 | 106 | 173 | - |
| CMYK | 0.88 | 0.39 | 0 | 0.32 |
| HSL | 206.27º | 0.79% | 0.38% | - |
| HSV(B) | 206.27º | 0.88% | 0.68% | - |
| XYZ | 12.99 | 13.47 | 41.45 | - |
| YUV | 87.92 | 176.01 | 79.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 106 | 173 | 0.88 | 0.39 | 0 | 0.32 | 206.27 | 0.79 | 0.38 |
| Hex | 14 | 6A | AD | 58 | 27 | 0 | 20 | CE | 4F | 26 |
| Octal | 24 | 152 | 255 | 130 | 47 | 0 | 40 | 316 | 117 | 46 |
| Binary | 10100 | 1101010 | 10101101 | 1011000 | 100111 | 0 | 100000 | 11001110 | 1001111 | 100110 |
Color Harmonies of #146AAD
Complementary color
Monochromatic Colors of #146AAD
Black with #146AAD
Text Example
Text Example
White with #146AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146AAD; }
p { color: rgb(20,106,173); }
H1.HeaderClassName
{
color: #146AAD;
}
.AnyTagClassName
{
color: #146AAD;
}
</style>
background-color css
<style>
a { background-color: #146AAD; }
a { background-color: rgb(20,106,173); }
div.DivClassName
{
background-color: #146AAD;
}
.BgClassName
{
background-color: #146AAD;
}
</style>
border-color css
<style>
span { border-color: #146AAD; }
span { border-color: rgb(20,106,173); }
td.TdClassName
{
border-color: #146AAD;
}
.TagClassName
{
border-color: #146AAD;
}
</style>