Shades of Denim #146EBB
Tints of Denim #146EBB
RGB
CMYK
RGB Variations
Color information
#146EBB (or 0x146EBB) is known color: Denim. HEX triplet: 14, 6E and BB. RGB value is (20,110,187). Sum of RGB (Red+Green+Blue) = 20+110+187=317 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.31% from 317); Green value is 110 (43.36% from 255 or 34.70% from 317); Blue value is 187 (73.44% from 255 or 58.99% from 317); Max value from RGB is 187 - color contains mainly: blue. Hex color #146EBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146EBB is #EB9144. Grayscale: #5B5B5B. Windows color (decimal): -15438149 or 12283412. OLE color: 12283412.
HSL color Cylindrical-coordinate representation of color #146EBB: hue angle of 207.66º 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 #146EBB is Cyan = 0.89, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 110 | 187 | - |
| CMYK | 0.89 | 0.41 | 0 | 0.27 |
| HSL | 207.66º | 0.81% | 0.41% | - |
| HSV(B) | 207.66º | 0.89% | 0.73% | - |
| XYZ | 14.83 | 14.89 | 49.11 | - |
| YUV | 91.87 | 181.68 | 76.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 110 | 187 | 0.89 | 0.41 | 0 | 0.27 | 207.66 | 0.81 | 0.41 |
| Hex | 14 | 6E | BB | 59 | 29 | 0 | 1B | D0 | 51 | 29 |
| Octal | 24 | 156 | 273 | 131 | 51 | 0 | 33 | 320 | 121 | 51 |
| Binary | 10100 | 1101110 | 10111011 | 1011001 | 101001 | 0 | 11011 | 11010000 | 1010001 | 101001 |
Color Harmonies of #146EBB
Complementary color
Monochromatic Colors of #146EBB
Black with #146EBB
Text Example
Text Example
White with #146EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146EBB; }
p { color: rgb(20,110,187); }
H1.HeaderClassName
{
color: #146EBB;
}
.AnyTagClassName
{
color: #146EBB;
}
</style>
background-color css
<style>
a { background-color: #146EBB; }
a { background-color: rgb(20,110,187); }
div.DivClassName
{
background-color: #146EBB;
}
.BgClassName
{
background-color: #146EBB;
}
</style>
border-color css
<style>
span { border-color: #146EBB; }
span { border-color: rgb(20,110,187); }
td.TdClassName
{
border-color: #146EBB;
}
.TagClassName
{
border-color: #146EBB;
}
</style>