Shades of Denim #146DBE
Tints of Denim #146DBE
RGB
CMYK
RGB Variations
Color information
#146DBE (or 0x146DBE) is known color: Denim. HEX triplet: 14, 6D and BE. RGB value is (20,109,190). Sum of RGB (Red+Green+Blue) = 20+109+190=319 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.27% from 319); Green value is 109 (42.97% from 255 or 34.17% from 319); Blue value is 190 (74.61% from 255 or 59.56% from 319); Max value from RGB is 190 - color contains mainly: blue. Hex color #146DBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146DBE is #EB9241. Grayscale: #5B5B5B. Windows color (decimal): -15438402 or 12479764. OLE color: 12479764.
HSL color Cylindrical-coordinate representation of color #146DBE: hue angle of 208.59º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #146DBE is Cyan = 0.89, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 109 | 190 | - |
| CMYK | 0.89 | 0.43 | 0 | 0.25 |
| HSL | 208.59º | 0.81% | 0.41% | - |
| HSV(B) | 208.59º | 0.89% | 0.75% | - |
| XYZ | 15.05 | 14.8 | 50.78 | - |
| YUV | 91.62 | 183.51 | 76.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 109 | 190 | 0.89 | 0.43 | 0 | 0.25 | 208.59 | 0.81 | 0.41 |
| Hex | 14 | 6D | BE | 59 | 2B | 0 | 19 | D1 | 51 | 29 |
| Octal | 24 | 155 | 276 | 131 | 53 | 0 | 31 | 321 | 121 | 51 |
| Binary | 10100 | 1101101 | 10111110 | 1011001 | 101011 | 0 | 11001 | 11010001 | 1010001 | 101001 |
Color Harmonies of #146DBE
Complementary color
Monochromatic Colors of #146DBE
Black with #146DBE
Text Example
Text Example
White with #146DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146DBE; }
p { color: rgb(20,109,190); }
H1.HeaderClassName
{
color: #146DBE;
}
.AnyTagClassName
{
color: #146DBE;
}
</style>
background-color css
<style>
a { background-color: #146DBE; }
a { background-color: rgb(20,109,190); }
div.DivClassName
{
background-color: #146DBE;
}
.BgClassName
{
background-color: #146DBE;
}
</style>
border-color css
<style>
span { border-color: #146DBE; }
span { border-color: rgb(20,109,190); }
td.TdClassName
{
border-color: #146DBE;
}
.TagClassName
{
border-color: #146DBE;
}
</style>