Shades of Denim #144DBE
Tints of Denim #144DBE
RGB
CMYK
RGB Variations
Color information
#144DBE (or 0x144DBE) is known color: Denim. HEX triplet: 14, 4D and BE. RGB value is (20,77,190). Sum of RGB (Red+Green+Blue) = 20+77+190=287 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.97% from 287); Green value is 77 (30.47% from 255 or 26.83% from 287); Blue value is 190 (74.61% from 255 or 66.20% from 287); Max value from RGB is 190 - color contains mainly: blue. Hex color #144DBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #144DBE is #EBB241. Grayscale: #484848. Windows color (decimal): -15446594 or 12471572. OLE color: 12471572.
HSL color Cylindrical-coordinate representation of color #144DBE: hue angle of 219.88º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #144DBE is Cyan = 0.89, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 77 | 190 | - |
| CMYK | 0.89 | 0.59 | 0 | 0.25 |
| HSL | 219.88º | 0.81% | 0.41% | - |
| HSV(B) | 219.88º | 0.89% | 0.75% | - |
| XYZ | 12.24 | 9.17 | 49.84 | - |
| YUV | 72.84 | 194.12 | 90.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 77 | 190 | 0.89 | 0.59 | 0 | 0.25 | 219.88 | 0.81 | 0.41 |
| Hex | 14 | 4D | BE | 59 | 3B | 0 | 19 | DC | 51 | 29 |
| Octal | 24 | 115 | 276 | 131 | 73 | 0 | 31 | 334 | 121 | 51 |
| Binary | 10100 | 1001101 | 10111110 | 1011001 | 111011 | 0 | 11001 | 11011100 | 1010001 | 101001 |
Color Harmonies of #144DBE
Complementary color
Monochromatic Colors of #144DBE
Black with #144DBE
Text Example
Text Example
White with #144DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144DBE; }
p { color: rgb(20,77,190); }
H1.HeaderClassName
{
color: #144DBE;
}
.AnyTagClassName
{
color: #144DBE;
}
</style>
background-color css
<style>
a { background-color: #144DBE; }
a { background-color: rgb(20,77,190); }
div.DivClassName
{
background-color: #144DBE;
}
.BgClassName
{
background-color: #144DBE;
}
</style>
border-color css
<style>
span { border-color: #144DBE; }
span { border-color: rgb(20,77,190); }
td.TdClassName
{
border-color: #144DBE;
}
.TagClassName
{
border-color: #144DBE;
}
</style>