Shades of Denim #145BCC
Tints of Denim #145BCC
RGB
CMYK
RGB Variations
Color information
#145BCC (or 0x145BCC) is known color: Denim. HEX triplet: 14, 5B and CC. RGB value is (20,91,204). Sum of RGB (Red+Green+Blue) = 20+91+204=315 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.35% from 315); Green value is 91 (35.94% from 255 or 28.89% from 315); Blue value is 204 (80.08% from 255 or 64.76% from 315); Max value from RGB is 204 - color contains mainly: blue. Hex color #145BCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #145BCC is #EBA433. Grayscale: #525252. Windows color (decimal): -15442996 or 13392660. OLE color: 13392660.
HSL color Cylindrical-coordinate representation of color #145BCC: hue angle of 216.85º 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 #145BCC is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 20 | 91 | 204 | - |
| CMYK | 0.90 | 0.55 | 0 | 0.2 |
| HSL | 216.85º | 0.82% | 0.44% | - |
| HSV(B) | 216.85º | 0.9% | 0.8% | - |
| XYZ | 14.93 | 11.99 | 58.65 | - |
| YUV | 82.65 | 196.48 | 83.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 91 | 204 | 0.90 | 0.55 | 0 | 0.2 | 216.85 | 0.82 | 0.44 |
| Hex | 14 | 5B | CC | 5A | 37 | 0 | 14 | D9 | 52 | 2C |
| Octal | 24 | 133 | 314 | 132 | 67 | 0 | 24 | 331 | 122 | 54 |
| Binary | 10100 | 1011011 | 11001100 | 1011010 | 110111 | 0 | 10100 | 11011001 | 1010010 | 101100 |
Color Harmonies of #145BCC
Complementary color
Monochromatic Colors of #145BCC
Black with #145BCC
Text Example
Text Example
White with #145BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145BCC; }
p { color: rgb(20,91,204); }
H1.HeaderClassName
{
color: #145BCC;
}
.AnyTagClassName
{
color: #145BCC;
}
</style>
background-color css
<style>
a { background-color: #145BCC; }
a { background-color: rgb(20,91,204); }
div.DivClassName
{
background-color: #145BCC;
}
.BgClassName
{
background-color: #145BCC;
}
</style>
border-color css
<style>
span { border-color: #145BCC; }
span { border-color: rgb(20,91,204); }
td.TdClassName
{
border-color: #145BCC;
}
.TagClassName
{
border-color: #145BCC;
}
</style>