Shades of Denim #144DBA
Tints of Denim #144DBA
RGB
CMYK
RGB Variations
Color information
#144DBA (or 0x144DBA) is known color: Denim. HEX triplet: 14, 4D and BA. RGB value is (20,77,186). Sum of RGB (Red+Green+Blue) = 20+77+186=283 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.07% from 283); Green value is 77 (30.47% from 255 or 27.21% from 283); Blue value is 186 (73.05% from 255 or 65.72% from 283); Max value from RGB is 186 - color contains mainly: blue. Hex color #144DBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #144DBA is #EBB245. Grayscale: #474747. Windows color (decimal): -15446598 or 12209428. OLE color: 12209428.
HSL color Cylindrical-coordinate representation of color #144DBA: hue angle of 219.4º 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 #144DBA is Cyan = 0.89, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 77 | 186 | - |
| CMYK | 0.89 | 0.59 | 0 | 0.27 |
| HSL | 219.4º | 0.81% | 0.4% | - |
| HSV(B) | 219.4º | 0.89% | 0.73% | - |
| XYZ | 11.81 | 9 | 47.57 | - |
| YUV | 72.38 | 192.12 | 90.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 77 | 186 | 0.89 | 0.59 | 0 | 0.27 | 219.4 | 0.81 | 0.4 |
| Hex | 14 | 4D | BA | 59 | 3B | 0 | 1B | DB | 51 | 28 |
| Octal | 24 | 115 | 272 | 131 | 73 | 0 | 33 | 333 | 121 | 50 |
| Binary | 10100 | 1001101 | 10111010 | 1011001 | 111011 | 0 | 11011 | 11011011 | 1010001 | 101000 |
Color Harmonies of #144DBA
Complementary color
Monochromatic Colors of #144DBA
Black with #144DBA
Text Example
Text Example
White with #144DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144DBA; }
p { color: rgb(20,77,186); }
H1.HeaderClassName
{
color: #144DBA;
}
.AnyTagClassName
{
color: #144DBA;
}
</style>
background-color css
<style>
a { background-color: #144DBA; }
a { background-color: rgb(20,77,186); }
div.DivClassName
{
background-color: #144DBA;
}
.BgClassName
{
background-color: #144DBA;
}
</style>
border-color css
<style>
span { border-color: #144DBA; }
span { border-color: rgb(20,77,186); }
td.TdClassName
{
border-color: #144DBA;
}
.TagClassName
{
border-color: #144DBA;
}
</style>