Shades of Denim #146DBF
Tints of Denim #146DBF
RGB
CMYK
RGB Variations
Color information
#146DBF (or 0x146DBF) is known color: Denim. HEX triplet: 14, 6D and BF. RGB value is (20,109,191). Sum of RGB (Red+Green+Blue) = 20+109+191=320 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.25% from 320); Green value is 109 (42.97% from 255 or 34.06% from 320); Blue value is 191 (75% from 255 or 59.69% from 320); Max value from RGB is 191 - color contains mainly: blue. Hex color #146DBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146DBF is #EB9240. Grayscale: #5B5B5B. Windows color (decimal): -15438401 or 12545300. OLE color: 12545300.
HSL color Cylindrical-coordinate representation of color #146DBF: hue angle of 208.77º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #146DBF is Cyan = 0.90, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 109 | 191 | - |
| CMYK | 0.90 | 0.43 | 0 | 0.25 |
| HSL | 208.77º | 0.81% | 0.41% | - |
| HSV(B) | 208.77º | 0.9% | 0.75% | - |
| XYZ | 15.16 | 14.85 | 51.36 | - |
| YUV | 91.74 | 184.01 | 76.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 109 | 191 | 0.90 | 0.43 | 0 | 0.25 | 208.77 | 0.81 | 0.41 |
| Hex | 14 | 6D | BF | 5A | 2B | 0 | 19 | D1 | 51 | 29 |
| Octal | 24 | 155 | 277 | 132 | 53 | 0 | 31 | 321 | 121 | 51 |
| Binary | 10100 | 1101101 | 10111111 | 1011010 | 101011 | 0 | 11001 | 11010001 | 1010001 | 101001 |
Color Harmonies of #146DBF
Complementary color
Monochromatic Colors of #146DBF
Black with #146DBF
Text Example
Text Example
White with #146DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146DBF; }
p { color: rgb(20,109,191); }
H1.HeaderClassName
{
color: #146DBF;
}
.AnyTagClassName
{
color: #146DBF;
}
</style>
background-color css
<style>
a { background-color: #146DBF; }
a { background-color: rgb(20,109,191); }
div.DivClassName
{
background-color: #146DBF;
}
.BgClassName
{
background-color: #146DBF;
}
</style>
border-color css
<style>
span { border-color: #146DBF; }
span { border-color: rgb(20,109,191); }
td.TdClassName
{
border-color: #146DBF;
}
.TagClassName
{
border-color: #146DBF;
}
</style>