Shades of Denim #145CCD
Tints of Denim #145CCD
RGB
CMYK
RGB Variations
Color information
#145CCD (or 0x145CCD) is known color: Denim. HEX triplet: 14, 5C and CD. RGB value is (20,92,205). Sum of RGB (Red+Green+Blue) = 20+92+205=317 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.31% from 317); Green value is 92 (36.33% from 255 or 29.02% from 317); Blue value is 205 (80.47% from 255 or 64.67% from 317); Max value from RGB is 205 - color contains mainly: blue. Hex color #145CCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #145CCD is #EBA332. Grayscale: #525252. Windows color (decimal): -15442739 or 13458452. OLE color: 13458452.
HSL color Cylindrical-coordinate representation of color #145CCD: hue angle of 216.65º 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 #145CCD is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 92 | 205 | - |
| CMYK | 0.90 | 0.55 | 0 | 0.20 |
| HSL | 216.65º | 0.82% | 0.44% | - |
| HSV(B) | 216.65º | 0.9% | 0.8% | - |
| XYZ | 15.14 | 12.21 | 59.32 | - |
| YUV | 83.35 | 196.65 | 82.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 92 | 205 | 0.90 | 0.55 | 0 | 0.20 | 216.65 | 0.82 | 0.44 |
| Hex | 14 | 5C | CD | 5A | 37 | 0 | 14 | D9 | 52 | 2C |
| Octal | 24 | 134 | 315 | 132 | 67 | 0 | 24 | 331 | 122 | 54 |
| Binary | 10100 | 1011100 | 11001101 | 1011010 | 110111 | 0 | 10100 | 11011001 | 1010010 | 101100 |
Color Harmonies of #145CCD
Complementary color
Monochromatic Colors of #145CCD
Black with #145CCD
Text Example
Text Example
White with #145CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145CCD; }
p { color: rgb(20,92,205); }
H1.HeaderClassName
{
color: #145CCD;
}
.AnyTagClassName
{
color: #145CCD;
}
</style>
background-color css
<style>
a { background-color: #145CCD; }
a { background-color: rgb(20,92,205); }
div.DivClassName
{
background-color: #145CCD;
}
.BgClassName
{
background-color: #145CCD;
}
</style>
border-color css
<style>
span { border-color: #145CCD; }
span { border-color: rgb(20,92,205); }
td.TdClassName
{
border-color: #145CCD;
}
.TagClassName
{
border-color: #145CCD;
}
</style>