Shades of Denim #146BBB
Tints of Denim #146BBB
RGB
CMYK
RGB Variations
Color information
#146BBB (or 0x146BBB) is known color: Denim. HEX triplet: 14, 6B and BB. RGB value is (20,107,187). Sum of RGB (Red+Green+Blue) = 20+107+187=314 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.37% from 314); Green value is 107 (42.19% from 255 or 34.08% from 314); Blue value is 187 (73.44% from 255 or 59.55% from 314); Max value from RGB is 187 - color contains mainly: blue. Hex color #146BBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146BBB is #EB9444. Grayscale: #595959. Windows color (decimal): -15438917 or 12282644. OLE color: 12282644.
HSL color Cylindrical-coordinate representation of color #146BBB: hue angle of 208.74º 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 #146BBB is Cyan = 0.89, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 107 | 187 | - |
| CMYK | 0.89 | 0.43 | 0 | 0.27 |
| HSL | 208.74º | 0.81% | 0.41% | - |
| HSV(B) | 208.74º | 0.89% | 0.73% | - |
| XYZ | 14.52 | 14.25 | 49 | - |
| YUV | 90.11 | 182.68 | 78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 107 | 187 | 0.89 | 0.43 | 0 | 0.27 | 208.74 | 0.81 | 0.41 |
| Hex | 14 | 6B | BB | 59 | 2B | 0 | 1B | D1 | 51 | 29 |
| Octal | 24 | 153 | 273 | 131 | 53 | 0 | 33 | 321 | 121 | 51 |
| Binary | 10100 | 1101011 | 10111011 | 1011001 | 101011 | 0 | 11011 | 11010001 | 1010001 | 101001 |
Color Harmonies of #146BBB
Complementary color
Monochromatic Colors of #146BBB
Black with #146BBB
Text Example
Text Example
White with #146BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146BBB; }
p { color: rgb(20,107,187); }
H1.HeaderClassName
{
color: #146BBB;
}
.AnyTagClassName
{
color: #146BBB;
}
</style>
background-color css
<style>
a { background-color: #146BBB; }
a { background-color: rgb(20,107,187); }
div.DivClassName
{
background-color: #146BBB;
}
.BgClassName
{
background-color: #146BBB;
}
</style>
border-color css
<style>
span { border-color: #146BBB; }
span { border-color: rgb(20,107,187); }
td.TdClassName
{
border-color: #146BBB;
}
.TagClassName
{
border-color: #146BBB;
}
</style>