Shades of Denim #146BBA
Tints of Denim #146BBA
RGB
CMYK
RGB Variations
Color information
#146BBA (or 0x146BBA) is known color: Denim. HEX triplet: 14, 6B and BA. RGB value is (20,107,186). Sum of RGB (Red+Green+Blue) = 20+107+186=313 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.39% from 313); Green value is 107 (42.19% from 255 or 34.19% from 313); Blue value is 186 (73.05% from 255 or 59.42% from 313); Max value from RGB is 186 - color contains mainly: blue. Hex color #146BBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146BBA is #EB9445. Grayscale: #595959. Windows color (decimal): -15438918 or 12217108. OLE color: 12217108.
HSL color Cylindrical-coordinate representation of color #146BBA: hue angle of 208.55º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #146BBA is Cyan = 0.89, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 107 | 186 | - |
| CMYK | 0.89 | 0.42 | 0 | 0.27 |
| HSL | 208.55º | 0.81% | 0.4% | - |
| HSV(B) | 208.55º | 0.89% | 0.73% | - |
| XYZ | 14.41 | 14.21 | 48.44 | - |
| YUV | 89.99 | 182.18 | 78.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 107 | 186 | 0.89 | 0.42 | 0 | 0.27 | 208.55 | 0.81 | 0.4 |
| Hex | 14 | 6B | BA | 59 | 2A | 0 | 1B | D1 | 51 | 28 |
| Octal | 24 | 153 | 272 | 131 | 52 | 0 | 33 | 321 | 121 | 50 |
| Binary | 10100 | 1101011 | 10111010 | 1011001 | 101010 | 0 | 11011 | 11010001 | 1010001 | 101000 |
Color Harmonies of #146BBA
Complementary color
Monochromatic Colors of #146BBA
Black with #146BBA
Text Example
Text Example
White with #146BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146BBA; }
p { color: rgb(20,107,186); }
H1.HeaderClassName
{
color: #146BBA;
}
.AnyTagClassName
{
color: #146BBA;
}
</style>
background-color css
<style>
a { background-color: #146BBA; }
a { background-color: rgb(20,107,186); }
div.DivClassName
{
background-color: #146BBA;
}
.BgClassName
{
background-color: #146BBA;
}
</style>
border-color css
<style>
span { border-color: #146BBA; }
span { border-color: rgb(20,107,186); }
td.TdClassName
{
border-color: #146BBA;
}
.TagClassName
{
border-color: #146BBA;
}
</style>