Shades of Denim #145AA9
Tints of Denim #145AA9
RGB
CMYK
RGB Variations
Color information
#145AA9 (or 0x145AA9) is known color: Denim. HEX triplet: 14, 5A and A9. RGB value is (20,90,169). Sum of RGB (Red+Green+Blue) = 20+90+169=279 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.17% from 279); Green value is 90 (35.55% from 255 or 32.26% from 279); Blue value is 169 (66.41% from 255 or 60.57% from 279); Max value from RGB is 169 - color contains mainly: blue. Hex color #145AA9 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145AA9 is #EBA556. Grayscale: #4D4D4D. Windows color (decimal): -15443287 or 11098644. OLE color: 11098644.
HSL color Cylindrical-coordinate representation of color #145AA9: hue angle of 211.81º 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 #145AA9 is Cyan = 0.88, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 20 | 90 | 169 | - |
| CMYK | 0.88 | 0.47 | 0 | 0.34 |
| HSL | 211.81º | 0.79% | 0.37% | - |
| HSV(B) | 211.81º | 0.88% | 0.66% | - |
| XYZ | 11.11 | 10.33 | 38.94 | - |
| YUV | 78.08 | 179.31 | 86.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 90 | 169 | 0.88 | 0.47 | 0 | 0.34 | 211.81 | 0.79 | 0.37 |
| Hex | 14 | 5A | A9 | 58 | 2F | 0 | 22 | D4 | 4F | 25 |
| Octal | 24 | 132 | 251 | 130 | 57 | 0 | 42 | 324 | 117 | 45 |
| Binary | 10100 | 1011010 | 10101001 | 1011000 | 101111 | 0 | 100010 | 11010100 | 1001111 | 100101 |
Color Harmonies of #145AA9
Complementary color
Monochromatic Colors of #145AA9
Black with #145AA9
Text Example
Text Example
White with #145AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145AA9; }
p { color: rgb(20,90,169); }
H1.HeaderClassName
{
color: #145AA9;
}
.AnyTagClassName
{
color: #145AA9;
}
</style>
background-color css
<style>
a { background-color: #145AA9; }
a { background-color: rgb(20,90,169); }
div.DivClassName
{
background-color: #145AA9;
}
.BgClassName
{
background-color: #145AA9;
}
</style>
border-color css
<style>
span { border-color: #145AA9; }
span { border-color: rgb(20,90,169); }
td.TdClassName
{
border-color: #145AA9;
}
.TagClassName
{
border-color: #145AA9;
}
</style>