Shades of Denim #145BCD
Tints of Denim #145BCD
RGB
CMYK
RGB Variations
Color information
#145BCD (or 0x145BCD) is known color: Denim. HEX triplet: 14, 5B and CD. RGB value is (20,91,205). Sum of RGB (Red+Green+Blue) = 20+91+205=316 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.33% from 316); Green value is 91 (35.94% from 255 or 28.80% from 316); Blue value is 205 (80.47% from 255 or 64.87% from 316); Max value from RGB is 205 - color contains mainly: blue. Hex color #145BCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #145BCD is #EBA432. Grayscale: #525252. Windows color (decimal): -15442995 or 13458196. OLE color: 13458196.
HSL color Cylindrical-coordinate representation of color #145BCD: hue angle of 216.97º 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 #145BCD is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 91 | 205 | - |
| CMYK | 0.90 | 0.56 | 0 | 0.20 |
| HSL | 216.97º | 0.82% | 0.44% | - |
| HSV(B) | 216.97º | 0.9% | 0.8% | - |
| XYZ | 15.05 | 12.04 | 59.29 | - |
| YUV | 82.77 | 196.98 | 83.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 91 | 205 | 0.90 | 0.56 | 0 | 0.20 | 216.97 | 0.82 | 0.44 |
| Hex | 14 | 5B | CD | 5A | 38 | 0 | 14 | D9 | 52 | 2C |
| Octal | 24 | 133 | 315 | 132 | 70 | 0 | 24 | 331 | 122 | 54 |
| Binary | 10100 | 1011011 | 11001101 | 1011010 | 111000 | 0 | 10100 | 11011001 | 1010010 | 101100 |
Color Harmonies of #145BCD
Complementary color
Monochromatic Colors of #145BCD
Black with #145BCD
Text Example
Text Example
White with #145BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145BCD; }
p { color: rgb(20,91,205); }
H1.HeaderClassName
{
color: #145BCD;
}
.AnyTagClassName
{
color: #145BCD;
}
</style>
background-color css
<style>
a { background-color: #145BCD; }
a { background-color: rgb(20,91,205); }
div.DivClassName
{
background-color: #145BCD;
}
.BgClassName
{
background-color: #145BCD;
}
</style>
border-color css
<style>
span { border-color: #145BCD; }
span { border-color: rgb(20,91,205); }
td.TdClassName
{
border-color: #145BCD;
}
.TagClassName
{
border-color: #145BCD;
}
</style>