Shades of Denim #144EBC
Tints of Denim #144EBC
RGB
CMYK
RGB Variations
Color information
#144EBC (or 0x144EBC) is known color: Denim. HEX triplet: 14, 4E and BC. RGB value is (20,78,188). Sum of RGB (Red+Green+Blue) = 20+78+188=286 (37% of max value = 765). Red value is 20 (8.20% from 255 or 6.99% from 286); Green value is 78 (30.86% from 255 or 27.27% from 286); Blue value is 188 (73.83% from 255 or 65.73% from 286); Max value from RGB is 188 - color contains mainly: blue. Hex color #144EBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #144EBC is #EBB143. Grayscale: #484848. Windows color (decimal): -15446340 or 12340756. OLE color: 12340756.
HSL color Cylindrical-coordinate representation of color #144EBC: hue angle of 219.29º 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 #144EBC is Cyan = 0.89, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 20 | 78 | 188 | - |
| CMYK | 0.89 | 0.59 | 0 | 0.26 |
| HSL | 219.29º | 0.81% | 0.41% | - |
| HSV(B) | 219.29º | 0.89% | 0.74% | - |
| XYZ | 12.09 | 9.23 | 48.72 | - |
| YUV | 73.2 | 192.78 | 90.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 78 | 188 | 0.89 | 0.59 | 0 | 0.26 | 219.29 | 0.81 | 0.41 |
| Hex | 14 | 4E | BC | 59 | 3B | 0 | 1A | DB | 51 | 29 |
| Octal | 24 | 116 | 274 | 131 | 73 | 0 | 32 | 333 | 121 | 51 |
| Binary | 10100 | 1001110 | 10111100 | 1011001 | 111011 | 0 | 11010 | 11011011 | 1010001 | 101001 |
Color Harmonies of #144EBC
Complementary color
Monochromatic Colors of #144EBC
Black with #144EBC
Text Example
Text Example
White with #144EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144EBC; }
p { color: rgb(20,78,188); }
H1.HeaderClassName
{
color: #144EBC;
}
.AnyTagClassName
{
color: #144EBC;
}
</style>
background-color css
<style>
a { background-color: #144EBC; }
a { background-color: rgb(20,78,188); }
div.DivClassName
{
background-color: #144EBC;
}
.BgClassName
{
background-color: #144EBC;
}
</style>
border-color css
<style>
span { border-color: #144EBC; }
span { border-color: rgb(20,78,188); }
td.TdClassName
{
border-color: #144EBC;
}
.TagClassName
{
border-color: #144EBC;
}
</style>