Shades of Denim #144ED1
Tints of Denim #144ED1
RGB
CMYK
RGB Variations
Color information
#144ED1 (or 0x144ED1) is known color: Denim. HEX triplet: 14, 4E and D1. RGB value is (20,78,209). Sum of RGB (Red+Green+Blue) = 20+78+209=307 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.51% from 307); Green value is 78 (30.86% from 255 or 25.41% from 307); Blue value is 209 (82.03% from 255 or 68.08% from 307); Max value from RGB is 209 - color contains mainly: blue. Hex color #144ED1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #144ED1 is #EBB12E. Grayscale: #4B4B4B. Windows color (decimal): -15446319 or 13717012. OLE color: 13717012.
HSL color Cylindrical-coordinate representation of color #144ED1: hue angle of 221.59º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #144ED1 is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 20 | 78 | 209 | - |
| CMYK | 0.90 | 0.63 | 0 | 0.18 |
| HSL | 221.59º | 0.83% | 0.45% | - |
| HSV(B) | 221.59º | 0.9% | 0.82% | - |
| XYZ | 14.52 | 10.2 | 61.53 | - |
| YUV | 75.59 | 203.28 | 88.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 78 | 209 | 0.90 | 0.63 | 0 | 0.18 | 221.59 | 0.83 | 0.45 |
| Hex | 14 | 4E | D1 | 5A | 3F | 0 | 12 | DE | 53 | 2D |
| Octal | 24 | 116 | 321 | 132 | 77 | 0 | 22 | 336 | 123 | 55 |
| Binary | 10100 | 1001110 | 11010001 | 1011010 | 111111 | 0 | 10010 | 11011110 | 1010011 | 101101 |
Color Harmonies of #144ED1
Complementary color
Monochromatic Colors of #144ED1
Black with #144ED1
Text Example
Text Example
White with #144ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144ED1; }
p { color: rgb(20,78,209); }
H1.HeaderClassName
{
color: #144ED1;
}
.AnyTagClassName
{
color: #144ED1;
}
</style>
background-color css
<style>
a { background-color: #144ED1; }
a { background-color: rgb(20,78,209); }
div.DivClassName
{
background-color: #144ED1;
}
.BgClassName
{
background-color: #144ED1;
}
</style>
border-color css
<style>
span { border-color: #144ED1; }
span { border-color: rgb(20,78,209); }
td.TdClassName
{
border-color: #144ED1;
}
.TagClassName
{
border-color: #144ED1;
}
</style>