Shades of Denim #146BAE
Tints of Denim #146BAE
RGB
CMYK
RGB Variations
Color information
#146BAE (or 0x146BAE) is known color: Denim. HEX triplet: 14, 6B and AE. RGB value is (20,107,174). Sum of RGB (Red+Green+Blue) = 20+107+174=301 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.64% from 301); Green value is 107 (42.19% from 255 or 35.55% from 301); Blue value is 174 (68.36% from 255 or 57.81% from 301); Max value from RGB is 174 - color contains mainly: blue. Hex color #146BAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146BAE is #EB9451. Grayscale: #585858. Windows color (decimal): -15438930 or 11430676. OLE color: 11430676.
HSL color Cylindrical-coordinate representation of color #146BAE: hue angle of 206.1º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #146BAE is Cyan = 0.89, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 20 | 107 | 174 | - |
| CMYK | 0.89 | 0.39 | 0 | 0.32 |
| HSL | 206.1º | 0.79% | 0.38% | - |
| HSV(B) | 206.1º | 0.89% | 0.68% | - |
| XYZ | 13.19 | 13.72 | 42 | - |
| YUV | 88.63 | 176.18 | 79.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 107 | 174 | 0.89 | 0.39 | 0 | 0.32 | 206.1 | 0.79 | 0.38 |
| Hex | 14 | 6B | AE | 59 | 27 | 0 | 20 | CE | 4F | 26 |
| Octal | 24 | 153 | 256 | 131 | 47 | 0 | 40 | 316 | 117 | 46 |
| Binary | 10100 | 1101011 | 10101110 | 1011001 | 100111 | 0 | 100000 | 11001110 | 1001111 | 100110 |
Color Harmonies of #146BAE
Complementary color
Monochromatic Colors of #146BAE
Black with #146BAE
Text Example
Text Example
White with #146BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146BAE; }
p { color: rgb(20,107,174); }
H1.HeaderClassName
{
color: #146BAE;
}
.AnyTagClassName
{
color: #146BAE;
}
</style>
background-color css
<style>
a { background-color: #146BAE; }
a { background-color: rgb(20,107,174); }
div.DivClassName
{
background-color: #146BAE;
}
.BgClassName
{
background-color: #146BAE;
}
</style>
border-color css
<style>
span { border-color: #146BAE; }
span { border-color: rgb(20,107,174); }
td.TdClassName
{
border-color: #146BAE;
}
.TagClassName
{
border-color: #146BAE;
}
</style>