Shades of Denim #145DBA
Tints of Denim #145DBA
RGB
CMYK
RGB Variations
Color information
#145DBA (or 0x145DBA) is known color: Denim. HEX triplet: 14, 5D and BA. RGB value is (20,93,186). Sum of RGB (Red+Green+Blue) = 20+93+186=299 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.69% from 299); Green value is 93 (36.72% from 255 or 31.10% from 299); Blue value is 186 (73.05% from 255 or 62.21% from 299); Max value from RGB is 186 - color contains mainly: blue. Hex color #145DBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #145DBA is #EBA245. Grayscale: #515151. Windows color (decimal): -15442502 or 12213524. OLE color: 12213524.
HSL color Cylindrical-coordinate representation of color #145DBA: hue angle of 213.61º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #145DBA is Cyan = 0.89, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 93 | 186 | - |
| CMYK | 0.89 | 0.5 | 0 | 0.27 |
| HSL | 213.61º | 0.81% | 0.4% | - |
| HSV(B) | 213.61º | 0.89% | 0.73% | - |
| XYZ | 13.07 | 11.52 | 47.99 | - |
| YUV | 81.78 | 186.82 | 83.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 93 | 186 | 0.89 | 0.5 | 0 | 0.27 | 213.61 | 0.81 | 0.4 |
| Hex | 14 | 5D | BA | 59 | 32 | 0 | 1B | D6 | 51 | 28 |
| Octal | 24 | 135 | 272 | 131 | 62 | 0 | 33 | 326 | 121 | 50 |
| Binary | 10100 | 1011101 | 10111010 | 1011001 | 110010 | 0 | 11011 | 11010110 | 1010001 | 101000 |
Color Harmonies of #145DBA
Complementary color
Monochromatic Colors of #145DBA
Black with #145DBA
Text Example
Text Example
White with #145DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145DBA; }
p { color: rgb(20,93,186); }
H1.HeaderClassName
{
color: #145DBA;
}
.AnyTagClassName
{
color: #145DBA;
}
</style>
background-color css
<style>
a { background-color: #145DBA; }
a { background-color: rgb(20,93,186); }
div.DivClassName
{
background-color: #145DBA;
}
.BgClassName
{
background-color: #145DBA;
}
</style>
border-color css
<style>
span { border-color: #145DBA; }
span { border-color: rgb(20,93,186); }
td.TdClassName
{
border-color: #145DBA;
}
.TagClassName
{
border-color: #145DBA;
}
</style>