Shades of Denim #144ECD
Tints of Denim #144ECD
RGB
CMYK
RGB Variations
Color information
#144ECD (or 0x144ECD) is known color: Denim. HEX triplet: 14, 4E and CD. RGB value is (20,78,205). Sum of RGB (Red+Green+Blue) = 20+78+205=303 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.60% from 303); Green value is 78 (30.86% from 255 or 25.74% from 303); Blue value is 205 (80.47% from 255 or 67.66% from 303); Max value from RGB is 205 - color contains mainly: blue. Hex color #144ECD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #144ECD is #EBB132. Grayscale: #4A4A4A. Windows color (decimal): -15446323 or 13454868. OLE color: 13454868.
HSL color Cylindrical-coordinate representation of color #144ECD: hue angle of 221.19º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #144ECD is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 78 | 205 | - |
| CMYK | 0.90 | 0.62 | 0 | 0.20 |
| HSL | 221.19º | 0.82% | 0.44% | - |
| HSV(B) | 221.19º | 0.9% | 0.8% | - |
| XYZ | 14.03 | 10.01 | 58.95 | - |
| YUV | 75.14 | 201.28 | 88.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 78 | 205 | 0.90 | 0.62 | 0 | 0.20 | 221.19 | 0.82 | 0.44 |
| Hex | 14 | 4E | CD | 5A | 3E | 0 | 14 | DD | 52 | 2C |
| Octal | 24 | 116 | 315 | 132 | 76 | 0 | 24 | 335 | 122 | 54 |
| Binary | 10100 | 1001110 | 11001101 | 1011010 | 111110 | 0 | 10100 | 11011101 | 1010010 | 101100 |
Color Harmonies of #144ECD
Complementary color
Monochromatic Colors of #144ECD
Black with #144ECD
Text Example
Text Example
White with #144ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144ECD; }
p { color: rgb(20,78,205); }
H1.HeaderClassName
{
color: #144ECD;
}
.AnyTagClassName
{
color: #144ECD;
}
</style>
background-color css
<style>
a { background-color: #144ECD; }
a { background-color: rgb(20,78,205); }
div.DivClassName
{
background-color: #144ECD;
}
.BgClassName
{
background-color: #144ECD;
}
</style>
border-color css
<style>
span { border-color: #144ECD; }
span { border-color: rgb(20,78,205); }
td.TdClassName
{
border-color: #144ECD;
}
.TagClassName
{
border-color: #144ECD;
}
</style>