Shades of Denim #145ABD
Tints of Denim #145ABD
RGB
CMYK
RGB Variations
Color information
#145ABD (or 0x145ABD) is known color: Denim. HEX triplet: 14, 5A and BD. RGB value is (20,90,189). Sum of RGB (Red+Green+Blue) = 20+90+189=299 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.69% from 299); Green value is 90 (35.55% from 255 or 30.10% from 299); Blue value is 189 (74.22% from 255 or 63.21% from 299); Max value from RGB is 189 - color contains mainly: blue. Hex color #145ABD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #145ABD is #EBA542. Grayscale: #4F4F4F. Windows color (decimal): -15443267 or 12409364. OLE color: 12409364.
HSL color Cylindrical-coordinate representation of color #145ABD: hue angle of 215.15º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #145ABD is Cyan = 0.89, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 20 | 90 | 189 | - |
| CMYK | 0.89 | 0.52 | 0 | 0.26 |
| HSL | 215.15º | 0.81% | 0.41% | - |
| HSV(B) | 215.15º | 0.89% | 0.74% | - |
| XYZ | 13.13 | 11.14 | 49.6 | - |
| YUV | 80.36 | 189.31 | 84.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 90 | 189 | 0.89 | 0.52 | 0 | 0.26 | 215.15 | 0.81 | 0.41 |
| Hex | 14 | 5A | BD | 59 | 34 | 0 | 1A | D7 | 51 | 29 |
| Octal | 24 | 132 | 275 | 131 | 64 | 0 | 32 | 327 | 121 | 51 |
| Binary | 10100 | 1011010 | 10111101 | 1011001 | 110100 | 0 | 11010 | 11010111 | 1010001 | 101001 |
Color Harmonies of #145ABD
Complementary color
Monochromatic Colors of #145ABD
Black with #145ABD
Text Example
Text Example
White with #145ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145ABD; }
p { color: rgb(20,90,189); }
H1.HeaderClassName
{
color: #145ABD;
}
.AnyTagClassName
{
color: #145ABD;
}
</style>
background-color css
<style>
a { background-color: #145ABD; }
a { background-color: rgb(20,90,189); }
div.DivClassName
{
background-color: #145ABD;
}
.BgClassName
{
background-color: #145ABD;
}
</style>
border-color css
<style>
span { border-color: #145ABD; }
span { border-color: rgb(20,90,189); }
td.TdClassName
{
border-color: #145ABD;
}
.TagClassName
{
border-color: #145ABD;
}
</style>