Shades of Denim #145CCC
Tints of Denim #145CCC
RGB
CMYK
RGB Variations
Color information
#145CCC (or 0x145CCC) is known color: Denim. HEX triplet: 14, 5C and CC. RGB value is (20,92,204). Sum of RGB (Red+Green+Blue) = 20+92+204=316 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.33% from 316); Green value is 92 (36.33% from 255 or 29.11% from 316); Blue value is 204 (80.08% from 255 or 64.56% from 316); Max value from RGB is 204 - color contains mainly: blue. Hex color #145CCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #145CCC is #EBA333. Grayscale: #525252. Windows color (decimal): -15442740 or 13392916. OLE color: 13392916.
HSL color Cylindrical-coordinate representation of color #145CCC: hue angle of 216.52º 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 #145CCC is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 20 | 92 | 204 | - |
| CMYK | 0.90 | 0.55 | 0 | 0.2 |
| HSL | 216.52º | 0.82% | 0.44% | - |
| HSV(B) | 216.52º | 0.9% | 0.8% | - |
| XYZ | 15.01 | 12.16 | 58.68 | - |
| YUV | 83.24 | 196.15 | 82.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 92 | 204 | 0.90 | 0.55 | 0 | 0.2 | 216.52 | 0.82 | 0.44 |
| Hex | 14 | 5C | CC | 5A | 37 | 0 | 14 | D9 | 52 | 2C |
| Octal | 24 | 134 | 314 | 132 | 67 | 0 | 24 | 331 | 122 | 54 |
| Binary | 10100 | 1011100 | 11001100 | 1011010 | 110111 | 0 | 10100 | 11011001 | 1010010 | 101100 |
Color Harmonies of #145CCC
Complementary color
Monochromatic Colors of #145CCC
Black with #145CCC
Text Example
Text Example
White with #145CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145CCC; }
p { color: rgb(20,92,204); }
H1.HeaderClassName
{
color: #145CCC;
}
.AnyTagClassName
{
color: #145CCC;
}
</style>
background-color css
<style>
a { background-color: #145CCC; }
a { background-color: rgb(20,92,204); }
div.DivClassName
{
background-color: #145CCC;
}
.BgClassName
{
background-color: #145CCC;
}
</style>
border-color css
<style>
span { border-color: #145CCC; }
span { border-color: rgb(20,92,204); }
td.TdClassName
{
border-color: #145CCC;
}
.TagClassName
{
border-color: #145CCC;
}
</style>