Shades of Denim #145EBC
Tints of Denim #145EBC
RGB
CMYK
RGB Variations
Color information
#145EBC (or 0x145EBC) is known color: Denim. HEX triplet: 14, 5E and BC. RGB value is (20,94,188). Sum of RGB (Red+Green+Blue) = 20+94+188=302 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.62% from 302); Green value is 94 (37.11% from 255 or 31.13% from 302); Blue value is 188 (73.83% from 255 or 62.25% from 302); Max value from RGB is 188 - color contains mainly: blue. Hex color #145EBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #145EBC is #EBA143. Grayscale: #525252. Windows color (decimal): -15442244 or 12344852. OLE color: 12344852.
HSL color Cylindrical-coordinate representation of color #145EBC: hue angle of 213.57º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #145EBC is Cyan = 0.89, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 20 | 94 | 188 | - |
| CMYK | 0.89 | 0.50 | 0 | 0.26 |
| HSL | 213.57º | 0.81% | 0.41% | - |
| HSV(B) | 213.57º | 0.89% | 0.74% | - |
| XYZ | 13.37 | 11.78 | 49.15 | - |
| YUV | 82.59 | 187.48 | 83.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 94 | 188 | 0.89 | 0.50 | 0 | 0.26 | 213.57 | 0.81 | 0.41 |
| Hex | 14 | 5E | BC | 59 | 32 | 0 | 1A | D6 | 51 | 29 |
| Octal | 24 | 136 | 274 | 131 | 62 | 0 | 32 | 326 | 121 | 51 |
| Binary | 10100 | 1011110 | 10111100 | 1011001 | 110010 | 0 | 11010 | 11010110 | 1010001 | 101001 |
Color Harmonies of #145EBC
Complementary color
Monochromatic Colors of #145EBC
Black with #145EBC
Text Example
Text Example
White with #145EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145EBC; }
p { color: rgb(20,94,188); }
H1.HeaderClassName
{
color: #145EBC;
}
.AnyTagClassName
{
color: #145EBC;
}
</style>
background-color css
<style>
a { background-color: #145EBC; }
a { background-color: rgb(20,94,188); }
div.DivClassName
{
background-color: #145EBC;
}
.BgClassName
{
background-color: #145EBC;
}
</style>
border-color css
<style>
span { border-color: #145EBC; }
span { border-color: rgb(20,94,188); }
td.TdClassName
{
border-color: #145EBC;
}
.TagClassName
{
border-color: #145EBC;
}
</style>