Shades of Denim #146CBF
Tints of Denim #146CBF
RGB
CMYK
RGB Variations
Color information
#146CBF (or 0x146CBF) is known color: Denim. HEX triplet: 14, 6C and BF. RGB value is (20,108,191). Sum of RGB (Red+Green+Blue) = 20+108+191=319 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.27% from 319); Green value is 108 (42.58% from 255 or 33.86% from 319); Blue value is 191 (75% from 255 or 59.87% from 319); Max value from RGB is 191 - color contains mainly: blue. Hex color #146CBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146CBF is #EB9340. Grayscale: #5A5A5A. Windows color (decimal): -15438657 or 12545044. OLE color: 12545044.
HSL color Cylindrical-coordinate representation of color #146CBF: hue angle of 209.12º 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 #146CBF is Cyan = 0.90, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 108 | 191 | - |
| CMYK | 0.90 | 0.43 | 0 | 0.25 |
| HSL | 209.12º | 0.81% | 0.41% | - |
| HSV(B) | 209.12º | 0.9% | 0.75% | - |
| XYZ | 15.06 | 14.64 | 51.32 | - |
| YUV | 91.15 | 184.35 | 77.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 108 | 191 | 0.90 | 0.43 | 0 | 0.25 | 209.12 | 0.81 | 0.41 |
| Hex | 14 | 6C | BF | 5A | 2B | 0 | 19 | D1 | 51 | 29 |
| Octal | 24 | 154 | 277 | 132 | 53 | 0 | 31 | 321 | 121 | 51 |
| Binary | 10100 | 1101100 | 10111111 | 1011010 | 101011 | 0 | 11001 | 11010001 | 1010001 | 101001 |
Color Harmonies of #146CBF
Complementary color
Monochromatic Colors of #146CBF
Black with #146CBF
Text Example
Text Example
White with #146CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146CBF; }
p { color: rgb(20,108,191); }
H1.HeaderClassName
{
color: #146CBF;
}
.AnyTagClassName
{
color: #146CBF;
}
</style>
background-color css
<style>
a { background-color: #146CBF; }
a { background-color: rgb(20,108,191); }
div.DivClassName
{
background-color: #146CBF;
}
.BgClassName
{
background-color: #146CBF;
}
</style>
border-color css
<style>
span { border-color: #146CBF; }
span { border-color: rgb(20,108,191); }
td.TdClassName
{
border-color: #146CBF;
}
.TagClassName
{
border-color: #146CBF;
}
</style>