Shades of Denim #145ABA
Tints of Denim #145ABA
RGB
CMYK
RGB Variations
Color information
#145ABA (or 0x145ABA) is known color: Denim. HEX triplet: 14, 5A and BA. RGB value is (20,90,186). Sum of RGB (Red+Green+Blue) = 20+90+186=296 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.76% from 296); Green value is 90 (35.55% from 255 or 30.41% from 296); Blue value is 186 (73.05% from 255 or 62.84% from 296); Max value from RGB is 186 - color contains mainly: blue. Hex color #145ABA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #145ABA is #EBA545. Grayscale: #4F4F4F. Windows color (decimal): -15443270 or 12212756. OLE color: 12212756.
HSL color Cylindrical-coordinate representation of color #145ABA: hue angle of 214.7º 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 #145ABA is Cyan = 0.89, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 90 | 186 | - |
| CMYK | 0.89 | 0.52 | 0 | 0.27 |
| HSL | 214.7º | 0.81% | 0.4% | - |
| HSV(B) | 214.7º | 0.89% | 0.73% | - |
| XYZ | 12.81 | 11.01 | 47.9 | - |
| YUV | 80.01 | 187.81 | 85.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 90 | 186 | 0.89 | 0.52 | 0 | 0.27 | 214.7 | 0.81 | 0.4 |
| Hex | 14 | 5A | BA | 59 | 34 | 0 | 1B | D7 | 51 | 28 |
| Octal | 24 | 132 | 272 | 131 | 64 | 0 | 33 | 327 | 121 | 50 |
| Binary | 10100 | 1011010 | 10111010 | 1011001 | 110100 | 0 | 11011 | 11010111 | 1010001 | 101000 |
Color Harmonies of #145ABA
Complementary color
Monochromatic Colors of #145ABA
Black with #145ABA
Text Example
Text Example
White with #145ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145ABA; }
p { color: rgb(20,90,186); }
H1.HeaderClassName
{
color: #145ABA;
}
.AnyTagClassName
{
color: #145ABA;
}
</style>
background-color css
<style>
a { background-color: #145ABA; }
a { background-color: rgb(20,90,186); }
div.DivClassName
{
background-color: #145ABA;
}
.BgClassName
{
background-color: #145ABA;
}
</style>
border-color css
<style>
span { border-color: #145ABA; }
span { border-color: rgb(20,90,186); }
td.TdClassName
{
border-color: #145ABA;
}
.TagClassName
{
border-color: #145ABA;
}
</style>