Shades of Denim #146FB0
Tints of Denim #146FB0
RGB
CMYK
RGB Variations
Color information
#146FB0 (or 0x146FB0) is known color: Denim. HEX triplet: 14, 6F and B0. RGB value is (20,111,176). Sum of RGB (Red+Green+Blue) = 20+111+176=307 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.51% from 307); Green value is 111 (43.75% from 255 or 36.16% from 307); Blue value is 176 (69.14% from 255 or 57.33% from 307); Max value from RGB is 176 - color contains mainly: blue. Hex color #146FB0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146FB0 is #EB904F. Grayscale: #5A5A5A. Windows color (decimal): -15437904 or 11562772. OLE color: 11562772.
HSL color Cylindrical-coordinate representation of color #146FB0: hue angle of 205º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #146FB0 is Cyan = 0.89, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 20 | 111 | 176 | - |
| CMYK | 0.89 | 0.37 | 0 | 0.31 |
| HSL | 205º | 0.8% | 0.38% | - |
| HSV(B) | 205º | 0.89% | 0.69% | - |
| XYZ | 13.81 | 14.65 | 43.17 | - |
| YUV | 91.2 | 175.85 | 77.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 111 | 176 | 0.89 | 0.37 | 0 | 0.31 | 205 | 0.8 | 0.38 |
| Hex | 14 | 6F | B0 | 59 | 25 | 0 | 1F | CD | 50 | 26 |
| Octal | 24 | 157 | 260 | 131 | 45 | 0 | 37 | 315 | 120 | 46 |
| Binary | 10100 | 1101111 | 10110000 | 1011001 | 100101 | 0 | 11111 | 11001101 | 1010000 | 100110 |
Color Harmonies of #146FB0
Complementary color
Monochromatic Colors of #146FB0
Black with #146FB0
Text Example
Text Example
White with #146FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146FB0; }
p { color: rgb(20,111,176); }
H1.HeaderClassName
{
color: #146FB0;
}
.AnyTagClassName
{
color: #146FB0;
}
</style>
background-color css
<style>
a { background-color: #146FB0; }
a { background-color: rgb(20,111,176); }
div.DivClassName
{
background-color: #146FB0;
}
.BgClassName
{
background-color: #146FB0;
}
</style>
border-color css
<style>
span { border-color: #146FB0; }
span { border-color: rgb(20,111,176); }
td.TdClassName
{
border-color: #146FB0;
}
.TagClassName
{
border-color: #146FB0;
}
</style>