Shades of Denim #144EBA
Tints of Denim #144EBA
RGB
CMYK
RGB Variations
Color information
#144EBA (or 0x144EBA) is known color: Denim. HEX triplet: 14, 4E and BA. RGB value is (20,78,186). Sum of RGB (Red+Green+Blue) = 20+78+186=284 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.04% from 284); Green value is 78 (30.86% from 255 or 27.46% from 284); Blue value is 186 (73.05% from 255 or 65.49% from 284); Max value from RGB is 186 - color contains mainly: blue. Hex color #144EBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #144EBA is #EBB145. Grayscale: #484848. Windows color (decimal): -15446342 or 12209684. OLE color: 12209684.
HSL color Cylindrical-coordinate representation of color #144EBA: hue angle of 219.04º 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 #144EBA is Cyan = 0.89, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 78 | 186 | - |
| CMYK | 0.89 | 0.58 | 0 | 0.27 |
| HSL | 219.04º | 0.81% | 0.4% | - |
| HSV(B) | 219.04º | 0.89% | 0.73% | - |
| XYZ | 11.88 | 9.14 | 47.59 | - |
| YUV | 72.97 | 191.78 | 90.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 78 | 186 | 0.89 | 0.58 | 0 | 0.27 | 219.04 | 0.81 | 0.4 |
| Hex | 14 | 4E | BA | 59 | 3A | 0 | 1B | DB | 51 | 28 |
| Octal | 24 | 116 | 272 | 131 | 72 | 0 | 33 | 333 | 121 | 50 |
| Binary | 10100 | 1001110 | 10111010 | 1011001 | 111010 | 0 | 11011 | 11011011 | 1010001 | 101000 |
Color Harmonies of #144EBA
Complementary color
Monochromatic Colors of #144EBA
Black with #144EBA
Text Example
Text Example
White with #144EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144EBA; }
p { color: rgb(20,78,186); }
H1.HeaderClassName
{
color: #144EBA;
}
.AnyTagClassName
{
color: #144EBA;
}
</style>
background-color css
<style>
a { background-color: #144EBA; }
a { background-color: rgb(20,78,186); }
div.DivClassName
{
background-color: #144EBA;
}
.BgClassName
{
background-color: #144EBA;
}
</style>
border-color css
<style>
span { border-color: #144EBA; }
span { border-color: rgb(20,78,186); }
td.TdClassName
{
border-color: #144EBA;
}
.TagClassName
{
border-color: #144EBA;
}
</style>