Shades of Denim #145ED6
Tints of Denim #145ED6
RGB
CMYK
RGB Variations
Color information
#145ED6 (or 0x145ED6) is known color: Denim. HEX triplet: 14, 5E and D6. RGB value is (20,94,214). Sum of RGB (Red+Green+Blue) = 20+94+214=328 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.10% from 328); Green value is 94 (37.11% from 255 or 28.66% from 328); Blue value is 214 (83.98% from 255 or 65.24% from 328); Max value from RGB is 214 - color contains mainly: blue. Hex color #145ED6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #145ED6 is #EBA129. Grayscale: #555555. Windows color (decimal): -15442218 or 14048788. OLE color: 14048788.
HSL color Cylindrical-coordinate representation of color #145ED6: hue angle of 217.11º 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 #145ED6 is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 20 | 94 | 214 | - |
| CMYK | 0.91 | 0.56 | 0 | 0.16 |
| HSL | 217.11º | 0.83% | 0.46% | - |
| HSV(B) | 217.11º | 0.91% | 0.84% | - |
| XYZ | 16.43 | 13.01 | 65.26 | - |
| YUV | 85.55 | 200.48 | 81.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 94 | 214 | 0.91 | 0.56 | 0 | 0.16 | 217.11 | 0.83 | 0.46 |
| Hex | 14 | 5E | D6 | 5B | 38 | 0 | 10 | D9 | 53 | 2E |
| Octal | 24 | 136 | 326 | 133 | 70 | 0 | 20 | 331 | 123 | 56 |
| Binary | 10100 | 1011110 | 11010110 | 1011011 | 111000 | 0 | 10000 | 11011001 | 1010011 | 101110 |
Color Harmonies of #145ED6
Complementary color
Monochromatic Colors of #145ED6
Black with #145ED6
Text Example
Text Example
White with #145ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145ED6; }
p { color: rgb(20,94,214); }
H1.HeaderClassName
{
color: #145ED6;
}
.AnyTagClassName
{
color: #145ED6;
}
</style>
background-color css
<style>
a { background-color: #145ED6; }
a { background-color: rgb(20,94,214); }
div.DivClassName
{
background-color: #145ED6;
}
.BgClassName
{
background-color: #145ED6;
}
</style>
border-color css
<style>
span { border-color: #145ED6; }
span { border-color: rgb(20,94,214); }
td.TdClassName
{
border-color: #145ED6;
}
.TagClassName
{
border-color: #145ED6;
}
</style>