Shades of Denim #146FBF
Tints of Denim #146FBF
RGB
CMYK
RGB Variations
Color information
#146FBF (or 0x146FBF) is known color: Denim. HEX triplet: 14, 6F and BF. RGB value is (20,111,191). Sum of RGB (Red+Green+Blue) = 20+111+191=322 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.21% from 322); Green value is 111 (43.75% from 255 or 34.47% from 322); Blue value is 191 (75% from 255 or 59.32% from 322); Max value from RGB is 191 - color contains mainly: blue. Hex color #146FBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146FBF is #EB9040. Grayscale: #5C5C5C. Windows color (decimal): -15437889 or 12545812. OLE color: 12545812.
HSL color Cylindrical-coordinate representation of color #146FBF: hue angle of 208.07º 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 #146FBF is Cyan = 0.90, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 111 | 191 | - |
| CMYK | 0.90 | 0.42 | 0 | 0.25 |
| HSL | 208.07º | 0.81% | 0.41% | - |
| HSV(B) | 208.07º | 0.9% | 0.75% | - |
| XYZ | 15.38 | 15.28 | 51.43 | - |
| YUV | 92.91 | 183.35 | 76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 111 | 191 | 0.90 | 0.42 | 0 | 0.25 | 208.07 | 0.81 | 0.41 |
| Hex | 14 | 6F | BF | 5A | 2A | 0 | 19 | D0 | 51 | 29 |
| Octal | 24 | 157 | 277 | 132 | 52 | 0 | 31 | 320 | 121 | 51 |
| Binary | 10100 | 1101111 | 10111111 | 1011010 | 101010 | 0 | 11001 | 11010000 | 1010001 | 101001 |
Color Harmonies of #146FBF
Complementary color
Monochromatic Colors of #146FBF
Black with #146FBF
Text Example
Text Example
White with #146FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146FBF; }
p { color: rgb(20,111,191); }
H1.HeaderClassName
{
color: #146FBF;
}
.AnyTagClassName
{
color: #146FBF;
}
</style>
background-color css
<style>
a { background-color: #146FBF; }
a { background-color: rgb(20,111,191); }
div.DivClassName
{
background-color: #146FBF;
}
.BgClassName
{
background-color: #146FBF;
}
</style>
border-color css
<style>
span { border-color: #146FBF; }
span { border-color: rgb(20,111,191); }
td.TdClassName
{
border-color: #146FBF;
}
.TagClassName
{
border-color: #146FBF;
}
</style>