Shades of Denim #145ECC
Tints of Denim #145ECC
RGB
CMYK
RGB Variations
Color information
#145ECC (or 0x145ECC) is known color: Denim. HEX triplet: 14, 5E and CC. RGB value is (20,94,204). Sum of RGB (Red+Green+Blue) = 20+94+204=318 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.29% from 318); Green value is 94 (37.11% from 255 or 29.56% from 318); Blue value is 204 (80.08% from 255 or 64.15% from 318); Max value from RGB is 204 - color contains mainly: blue. Hex color #145ECC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #145ECC is #EBA133. Grayscale: #535353. Windows color (decimal): -15442228 or 13393428. OLE color: 13393428.
HSL color Cylindrical-coordinate representation of color #145ECC: hue angle of 215.87º 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 #145ECC is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 20 | 94 | 204 | - |
| CMYK | 0.90 | 0.54 | 0 | 0.2 |
| HSL | 215.87º | 0.82% | 0.44% | - |
| HSV(B) | 215.87º | 0.9% | 0.8% | - |
| XYZ | 15.19 | 12.51 | 58.74 | - |
| YUV | 84.41 | 195.48 | 82.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 94 | 204 | 0.90 | 0.54 | 0 | 0.2 | 215.87 | 0.82 | 0.44 |
| Hex | 14 | 5E | CC | 5A | 36 | 0 | 14 | D8 | 52 | 2C |
| Octal | 24 | 136 | 314 | 132 | 66 | 0 | 24 | 330 | 122 | 54 |
| Binary | 10100 | 1011110 | 11001100 | 1011010 | 110110 | 0 | 10100 | 11011000 | 1010010 | 101100 |
Color Harmonies of #145ECC
Complementary color
Monochromatic Colors of #145ECC
Black with #145ECC
Text Example
Text Example
White with #145ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145ECC; }
p { color: rgb(20,94,204); }
H1.HeaderClassName
{
color: #145ECC;
}
.AnyTagClassName
{
color: #145ECC;
}
</style>
background-color css
<style>
a { background-color: #145ECC; }
a { background-color: rgb(20,94,204); }
div.DivClassName
{
background-color: #145ECC;
}
.BgClassName
{
background-color: #145ECC;
}
</style>
border-color css
<style>
span { border-color: #145ECC; }
span { border-color: rgb(20,94,204); }
td.TdClassName
{
border-color: #145ECC;
}
.TagClassName
{
border-color: #145ECC;
}
</style>