Shades of Denim #145ECD
Tints of Denim #145ECD
RGB
CMYK
RGB Variations
Color information
#145ECD (or 0x145ECD) is known color: Denim. HEX triplet: 14, 5E and CD. RGB value is (20,94,205). Sum of RGB (Red+Green+Blue) = 20+94+205=319 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.27% from 319); Green value is 94 (37.11% from 255 or 29.47% from 319); Blue value is 205 (80.47% from 255 or 64.26% from 319); Max value from RGB is 205 - color contains mainly: blue. Hex color #145ECD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #145ECD is #EBA132. Grayscale: #545454. Windows color (decimal): -15442227 or 13458964. OLE color: 13458964.
HSL color Cylindrical-coordinate representation of color #145ECD: hue angle of 216º 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 #145ECD is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 94 | 205 | - |
| CMYK | 0.90 | 0.54 | 0 | 0.20 |
| HSL | 216º | 0.82% | 0.44% | - |
| HSV(B) | 216º | 0.9% | 0.8% | - |
| XYZ | 15.31 | 12.56 | 59.38 | - |
| YUV | 84.53 | 195.98 | 81.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 94 | 205 | 0.90 | 0.54 | 0 | 0.20 | 216 | 0.82 | 0.44 |
| Hex | 14 | 5E | CD | 5A | 36 | 0 | 14 | D8 | 52 | 2C |
| Octal | 24 | 136 | 315 | 132 | 66 | 0 | 24 | 330 | 122 | 54 |
| Binary | 10100 | 1011110 | 11001101 | 1011010 | 110110 | 0 | 10100 | 11011000 | 1010010 | 101100 |
Color Harmonies of #145ECD
Complementary color
Monochromatic Colors of #145ECD
Black with #145ECD
Text Example
Text Example
White with #145ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145ECD; }
p { color: rgb(20,94,205); }
H1.HeaderClassName
{
color: #145ECD;
}
.AnyTagClassName
{
color: #145ECD;
}
</style>
background-color css
<style>
a { background-color: #145ECD; }
a { background-color: rgb(20,94,205); }
div.DivClassName
{
background-color: #145ECD;
}
.BgClassName
{
background-color: #145ECD;
}
</style>
border-color css
<style>
span { border-color: #145ECD; }
span { border-color: rgb(20,94,205); }
td.TdClassName
{
border-color: #145ECD;
}
.TagClassName
{
border-color: #145ECD;
}
</style>