Shades of Denim #145ED5
Tints of Denim #145ED5
RGB
CMYK
RGB Variations
Color information
#145ED5 (or 0x145ED5) is known color: Denim. HEX triplet: 14, 5E and D5. RGB value is (20,94,213). Sum of RGB (Red+Green+Blue) = 20+94+213=327 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.12% from 327); Green value is 94 (37.11% from 255 or 28.75% from 327); Blue value is 213 (83.59% from 255 or 65.14% from 327); Max value from RGB is 213 - color contains mainly: blue. Hex color #145ED5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #145ED5 is #EBA12A. Grayscale: #545454. Windows color (decimal): -15442219 or 13983252. OLE color: 13983252.
HSL color Cylindrical-coordinate representation of color #145ED5: hue angle of 216.99º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #145ED5 is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 20 | 94 | 213 | - |
| CMYK | 0.91 | 0.56 | 0 | 0.16 |
| HSL | 216.99º | 0.83% | 0.46% | - |
| HSV(B) | 216.99º | 0.91% | 0.84% | - |
| XYZ | 16.3 | 12.96 | 64.59 | - |
| YUV | 85.44 | 199.98 | 81.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 94 | 213 | 0.91 | 0.56 | 0 | 0.16 | 216.99 | 0.83 | 0.46 |
| Hex | 14 | 5E | D5 | 5B | 38 | 0 | 10 | D9 | 53 | 2E |
| Octal | 24 | 136 | 325 | 133 | 70 | 0 | 20 | 331 | 123 | 56 |
| Binary | 10100 | 1011110 | 11010101 | 1011011 | 111000 | 0 | 10000 | 11011001 | 1010011 | 101110 |
Color Harmonies of #145ED5
Complementary color
Monochromatic Colors of #145ED5
Black with #145ED5
Text Example
Text Example
White with #145ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145ED5; }
p { color: rgb(20,94,213); }
H1.HeaderClassName
{
color: #145ED5;
}
.AnyTagClassName
{
color: #145ED5;
}
</style>
background-color css
<style>
a { background-color: #145ED5; }
a { background-color: rgb(20,94,213); }
div.DivClassName
{
background-color: #145ED5;
}
.BgClassName
{
background-color: #145ED5;
}
</style>
border-color css
<style>
span { border-color: #145ED5; }
span { border-color: rgb(20,94,213); }
td.TdClassName
{
border-color: #145ED5;
}
.TagClassName
{
border-color: #145ED5;
}
</style>