Shades of Denim #146DBB
Tints of Denim #146DBB
RGB
CMYK
RGB Variations
Color information
#146DBB (or 0x146DBB) is known color: Denim. HEX triplet: 14, 6D and BB. RGB value is (20,109,187). Sum of RGB (Red+Green+Blue) = 20+109+187=316 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.33% from 316); Green value is 109 (42.97% from 255 or 34.49% from 316); Blue value is 187 (73.44% from 255 or 59.18% from 316); Max value from RGB is 187 - color contains mainly: blue. Hex color #146DBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146DBB is #EB9244. Grayscale: #5A5A5A. Windows color (decimal): -15438405 or 12283156. OLE color: 12283156.
HSL color Cylindrical-coordinate representation of color #146DBB: hue angle of 208.02º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #146DBB is Cyan = 0.89, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 109 | 187 | - |
| CMYK | 0.89 | 0.42 | 0 | 0.27 |
| HSL | 208.02º | 0.81% | 0.41% | - |
| HSV(B) | 208.02º | 0.89% | 0.73% | - |
| XYZ | 14.73 | 14.67 | 49.07 | - |
| YUV | 91.28 | 182.01 | 77.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 109 | 187 | 0.89 | 0.42 | 0 | 0.27 | 208.02 | 0.81 | 0.41 |
| Hex | 14 | 6D | BB | 59 | 2A | 0 | 1B | D0 | 51 | 29 |
| Octal | 24 | 155 | 273 | 131 | 52 | 0 | 33 | 320 | 121 | 51 |
| Binary | 10100 | 1101101 | 10111011 | 1011001 | 101010 | 0 | 11011 | 11010000 | 1010001 | 101001 |
Color Harmonies of #146DBB
Complementary color
Monochromatic Colors of #146DBB
Black with #146DBB
Text Example
Text Example
White with #146DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146DBB; }
p { color: rgb(20,109,187); }
H1.HeaderClassName
{
color: #146DBB;
}
.AnyTagClassName
{
color: #146DBB;
}
</style>
background-color css
<style>
a { background-color: #146DBB; }
a { background-color: rgb(20,109,187); }
div.DivClassName
{
background-color: #146DBB;
}
.BgClassName
{
background-color: #146DBB;
}
</style>
border-color css
<style>
span { border-color: #146DBB; }
span { border-color: rgb(20,109,187); }
td.TdClassName
{
border-color: #146DBB;
}
.TagClassName
{
border-color: #146DBB;
}
</style>