Shades of Denim #145DB2
Tints of Denim #145DB2
RGB
CMYK
RGB Variations
Color information
#145DB2 (or 0x145DB2) is known color: Denim. HEX triplet: 14, 5D and B2. RGB value is (20,93,178). Sum of RGB (Red+Green+Blue) = 20+93+178=291 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.87% from 291); Green value is 93 (36.72% from 255 or 31.96% from 291); Blue value is 178 (69.92% from 255 or 61.17% from 291); Max value from RGB is 178 - color contains mainly: blue. Hex color #145DB2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145DB2 is #EBA24D. Grayscale: #505050. Windows color (decimal): -15442510 or 11689236. OLE color: 11689236.
HSL color Cylindrical-coordinate representation of color #145DB2: hue angle of 212.28º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #145DB2 is Cyan = 0.89, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 20 | 93 | 178 | - |
| CMYK | 0.89 | 0.48 | 0 | 0.30 |
| HSL | 212.28º | 0.8% | 0.39% | - |
| HSV(B) | 212.28º | 0.89% | 0.7% | - |
| XYZ | 12.24 | 11.19 | 43.63 | - |
| YUV | 80.86 | 182.82 | 84.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 93 | 178 | 0.89 | 0.48 | 0 | 0.30 | 212.28 | 0.8 | 0.39 |
| Hex | 14 | 5D | B2 | 59 | 30 | 0 | 1E | D4 | 50 | 27 |
| Octal | 24 | 135 | 262 | 131 | 60 | 0 | 36 | 324 | 120 | 47 |
| Binary | 10100 | 1011101 | 10110010 | 1011001 | 110000 | 0 | 11110 | 11010100 | 1010000 | 100111 |
Color Harmonies of #145DB2
Complementary color
Monochromatic Colors of #145DB2
Black with #145DB2
Text Example
Text Example
White with #145DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145DB2; }
p { color: rgb(20,93,178); }
H1.HeaderClassName
{
color: #145DB2;
}
.AnyTagClassName
{
color: #145DB2;
}
</style>
background-color css
<style>
a { background-color: #145DB2; }
a { background-color: rgb(20,93,178); }
div.DivClassName
{
background-color: #145DB2;
}
.BgClassName
{
background-color: #145DB2;
}
</style>
border-color css
<style>
span { border-color: #145DB2; }
span { border-color: rgb(20,93,178); }
td.TdClassName
{
border-color: #145DB2;
}
.TagClassName
{
border-color: #145DB2;
}
</style>