Shades of Denim #144ECE
Tints of Denim #144ECE
RGB
CMYK
RGB Variations
Color information
#144ECE (or 0x144ECE) is known color: Denim. HEX triplet: 14, 4E and CE. RGB value is (20,78,206). Sum of RGB (Red+Green+Blue) = 20+78+206=304 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.58% from 304); Green value is 78 (30.86% from 255 or 25.66% from 304); Blue value is 206 (80.86% from 255 or 67.76% from 304); Max value from RGB is 206 - color contains mainly: blue. Hex color #144ECE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #144ECE is #EBB131. Grayscale: #4A4A4A. Windows color (decimal): -15446322 or 13520404. OLE color: 13520404.
HSL color Cylindrical-coordinate representation of color #144ECE: hue angle of 221.29º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #144ECE is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 78 | 206 | - |
| CMYK | 0.90 | 0.62 | 0 | 0.19 |
| HSL | 221.29º | 0.82% | 0.44% | - |
| HSV(B) | 221.29º | 0.9% | 0.81% | - |
| XYZ | 14.15 | 10.05 | 59.59 | - |
| YUV | 75.25 | 201.78 | 88.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 78 | 206 | 0.90 | 0.62 | 0 | 0.19 | 221.29 | 0.82 | 0.44 |
| Hex | 14 | 4E | CE | 5A | 3E | 0 | 13 | DD | 52 | 2C |
| Octal | 24 | 116 | 316 | 132 | 76 | 0 | 23 | 335 | 122 | 54 |
| Binary | 10100 | 1001110 | 11001110 | 1011010 | 111110 | 0 | 10011 | 11011101 | 1010010 | 101100 |
Color Harmonies of #144ECE
Complementary color
Monochromatic Colors of #144ECE
Black with #144ECE
Text Example
Text Example
White with #144ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144ECE; }
p { color: rgb(20,78,206); }
H1.HeaderClassName
{
color: #144ECE;
}
.AnyTagClassName
{
color: #144ECE;
}
</style>
background-color css
<style>
a { background-color: #144ECE; }
a { background-color: rgb(20,78,206); }
div.DivClassName
{
background-color: #144ECE;
}
.BgClassName
{
background-color: #144ECE;
}
</style>
border-color css
<style>
span { border-color: #144ECE; }
span { border-color: rgb(20,78,206); }
td.TdClassName
{
border-color: #144ECE;
}
.TagClassName
{
border-color: #144ECE;
}
</style>