Shades of Denim #144ECC
Tints of Denim #144ECC
RGB
CMYK
RGB Variations
Color information
#144ECC (or 0x144ECC) is known color: Denim. HEX triplet: 14, 4E and CC. RGB value is (20,78,204). Sum of RGB (Red+Green+Blue) = 20+78+204=302 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.62% from 302); Green value is 78 (30.86% from 255 or 25.83% from 302); Blue value is 204 (80.08% from 255 or 67.55% from 302); Max value from RGB is 204 - color contains mainly: blue. Hex color #144ECC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #144ECC is #EBB133. Grayscale: #4A4A4A. Windows color (decimal): -15446324 or 13389332. OLE color: 13389332.
HSL color Cylindrical-coordinate representation of color #144ECC: hue angle of 221.09º 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 #144ECC is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 20 | 78 | 204 | - |
| CMYK | 0.90 | 0.62 | 0 | 0.2 |
| HSL | 221.09º | 0.82% | 0.44% | - |
| HSV(B) | 221.09º | 0.9% | 0.8% | - |
| XYZ | 13.91 | 9.96 | 58.32 | - |
| YUV | 75.02 | 200.78 | 88.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 78 | 204 | 0.90 | 0.62 | 0 | 0.2 | 221.09 | 0.82 | 0.44 |
| Hex | 14 | 4E | CC | 5A | 3E | 0 | 14 | DD | 52 | 2C |
| Octal | 24 | 116 | 314 | 132 | 76 | 0 | 24 | 335 | 122 | 54 |
| Binary | 10100 | 1001110 | 11001100 | 1011010 | 111110 | 0 | 10100 | 11011101 | 1010010 | 101100 |
Color Harmonies of #144ECC
Complementary color
Monochromatic Colors of #144ECC
Black with #144ECC
Text Example
Text Example
White with #144ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144ECC; }
p { color: rgb(20,78,204); }
H1.HeaderClassName
{
color: #144ECC;
}
.AnyTagClassName
{
color: #144ECC;
}
</style>
background-color css
<style>
a { background-color: #144ECC; }
a { background-color: rgb(20,78,204); }
div.DivClassName
{
background-color: #144ECC;
}
.BgClassName
{
background-color: #144ECC;
}
</style>
border-color css
<style>
span { border-color: #144ECC; }
span { border-color: rgb(20,78,204); }
td.TdClassName
{
border-color: #144ECC;
}
.TagClassName
{
border-color: #144ECC;
}
</style>