Shades of Denim #145BA9
Tints of Denim #145BA9
RGB
CMYK
RGB Variations
Color information
#145BA9 (or 0x145BA9) is known color: Denim. HEX triplet: 14, 5B and A9. RGB value is (20,91,169). Sum of RGB (Red+Green+Blue) = 20+91+169=280 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.14% from 280); Green value is 91 (35.94% from 255 or 32.5% from 280); Blue value is 169 (66.41% from 255 or 60.36% from 280); Max value from RGB is 169 - color contains mainly: blue. Hex color #145BA9 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145BA9 is #EBA456. Grayscale: #4E4E4E. Windows color (decimal): -15443031 or 11098900. OLE color: 11098900.
HSL color Cylindrical-coordinate representation of color #145BA9: hue angle of 211.41º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #145BA9 is Cyan = 0.88, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 20 | 91 | 169 | - |
| CMYK | 0.88 | 0.46 | 0 | 0.34 |
| HSL | 211.41º | 0.79% | 0.37% | - |
| HSV(B) | 211.41º | 0.88% | 0.66% | - |
| XYZ | 11.19 | 10.5 | 38.97 | - |
| YUV | 78.66 | 178.98 | 86.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 91 | 169 | 0.88 | 0.46 | 0 | 0.34 | 211.41 | 0.79 | 0.37 |
| Hex | 14 | 5B | A9 | 58 | 2E | 0 | 22 | D3 | 4F | 25 |
| Octal | 24 | 133 | 251 | 130 | 56 | 0 | 42 | 323 | 117 | 45 |
| Binary | 10100 | 1011011 | 10101001 | 1011000 | 101110 | 0 | 100010 | 11010011 | 1001111 | 100101 |
Color Harmonies of #145BA9
Complementary color
Monochromatic Colors of #145BA9
Black with #145BA9
Text Example
Text Example
White with #145BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145BA9; }
p { color: rgb(20,91,169); }
H1.HeaderClassName
{
color: #145BA9;
}
.AnyTagClassName
{
color: #145BA9;
}
</style>
background-color css
<style>
a { background-color: #145BA9; }
a { background-color: rgb(20,91,169); }
div.DivClassName
{
background-color: #145BA9;
}
.BgClassName
{
background-color: #145BA9;
}
</style>
border-color css
<style>
span { border-color: #145BA9; }
span { border-color: rgb(20,91,169); }
td.TdClassName
{
border-color: #145BA9;
}
.TagClassName
{
border-color: #145BA9;
}
</style>