Shades of Denim #145DCC
Tints of Denim #145DCC
RGB
CMYK
RGB Variations
Color information
#145DCC (or 0x145DCC) is known color: Denim. HEX triplet: 14, 5D and CC. RGB value is (20,93,204). Sum of RGB (Red+Green+Blue) = 20+93+204=317 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.31% from 317); Green value is 93 (36.72% from 255 or 29.34% from 317); Blue value is 204 (80.08% from 255 or 64.35% from 317); Max value from RGB is 204 - color contains mainly: blue. Hex color #145DCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #145DCC is #EBA233. Grayscale: #535353. Windows color (decimal): -15442484 or 13393172. OLE color: 13393172.
HSL color Cylindrical-coordinate representation of color #145DCC: hue angle of 216.2º 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 #145DCC is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 20 | 93 | 204 | - |
| CMYK | 0.90 | 0.54 | 0 | 0.2 |
| HSL | 216.2º | 0.82% | 0.44% | - |
| HSV(B) | 216.2º | 0.9% | 0.8% | - |
| XYZ | 15.1 | 12.34 | 58.71 | - |
| YUV | 83.83 | 195.82 | 82.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 93 | 204 | 0.90 | 0.54 | 0 | 0.2 | 216.2 | 0.82 | 0.44 |
| Hex | 14 | 5D | CC | 5A | 36 | 0 | 14 | D8 | 52 | 2C |
| Octal | 24 | 135 | 314 | 132 | 66 | 0 | 24 | 330 | 122 | 54 |
| Binary | 10100 | 1011101 | 11001100 | 1011010 | 110110 | 0 | 10100 | 11011000 | 1010010 | 101100 |
Color Harmonies of #145DCC
Complementary color
Monochromatic Colors of #145DCC
Black with #145DCC
Text Example
Text Example
White with #145DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145DCC; }
p { color: rgb(20,93,204); }
H1.HeaderClassName
{
color: #145DCC;
}
.AnyTagClassName
{
color: #145DCC;
}
</style>
background-color css
<style>
a { background-color: #145DCC; }
a { background-color: rgb(20,93,204); }
div.DivClassName
{
background-color: #145DCC;
}
.BgClassName
{
background-color: #145DCC;
}
</style>
border-color css
<style>
span { border-color: #145DCC; }
span { border-color: rgb(20,93,204); }
td.TdClassName
{
border-color: #145DCC;
}
.TagClassName
{
border-color: #145DCC;
}
</style>