Shades of Denim #144EC0
Tints of Denim #144EC0
RGB
CMYK
RGB Variations
Color information
#144EC0 (or 0x144EC0) is known color: Denim. HEX triplet: 14, 4E and C0. RGB value is (20,78,192). Sum of RGB (Red+Green+Blue) = 20+78+192=290 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.90% from 290); Green value is 78 (30.86% from 255 or 26.90% from 290); Blue value is 192 (75.39% from 255 or 66.21% from 290); Max value from RGB is 192 - color contains mainly: blue. Hex color #144EC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #144EC0 is #EBB13F. Grayscale: #494949. Windows color (decimal): -15446336 or 12602900. OLE color: 12602900.
HSL color Cylindrical-coordinate representation of color #144EC0: hue angle of 219.77º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #144EC0 is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 78 | 192 | - |
| CMYK | 0.90 | 0.59 | 0 | 0.25 |
| HSL | 219.77º | 0.81% | 0.42% | - |
| HSV(B) | 219.77º | 0.9% | 0.75% | - |
| XYZ | 12.53 | 9.4 | 51.02 | - |
| YUV | 73.65 | 194.78 | 89.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 78 | 192 | 0.90 | 0.59 | 0 | 0.25 | 219.77 | 0.81 | 0.42 |
| Hex | 14 | 4E | C0 | 5A | 3B | 0 | 19 | DC | 51 | 2A |
| Octal | 24 | 116 | 300 | 132 | 73 | 0 | 31 | 334 | 121 | 52 |
| Binary | 10100 | 1001110 | 11000000 | 1011010 | 111011 | 0 | 11001 | 11011100 | 1010001 | 101010 |
Color Harmonies of #144EC0
Complementary color
Monochromatic Colors of #144EC0
Black with #144EC0
Text Example
Text Example
White with #144EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144EC0; }
p { color: rgb(20,78,192); }
H1.HeaderClassName
{
color: #144EC0;
}
.AnyTagClassName
{
color: #144EC0;
}
</style>
background-color css
<style>
a { background-color: #144EC0; }
a { background-color: rgb(20,78,192); }
div.DivClassName
{
background-color: #144EC0;
}
.BgClassName
{
background-color: #144EC0;
}
</style>
border-color css
<style>
span { border-color: #144EC0; }
span { border-color: rgb(20,78,192); }
td.TdClassName
{
border-color: #144EC0;
}
.TagClassName
{
border-color: #144EC0;
}
</style>