Shades of Denim #145AAA
Tints of Denim #145AAA
RGB
CMYK
RGB Variations
Color information
#145AAA (or 0x145AAA) is known color: Denim. HEX triplet: 14, 5A and AA. RGB value is (20,90,170). Sum of RGB (Red+Green+Blue) = 20+90+170=280 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.14% from 280); Green value is 90 (35.55% from 255 or 32.14% from 280); Blue value is 170 (66.80% from 255 or 60.71% from 280); Max value from RGB is 170 - color contains mainly: blue. Hex color #145AAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145AAA is #EBA555. Grayscale: #4D4D4D. Windows color (decimal): -15443286 or 11164180. OLE color: 11164180.
HSL color Cylindrical-coordinate representation of color #145AAA: hue angle of 212º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #145AAA is Cyan = 0.88, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 90 | 170 | - |
| CMYK | 0.88 | 0.47 | 0 | 0.33 |
| HSL | 212º | 0.79% | 0.37% | - |
| HSV(B) | 212º | 0.88% | 0.67% | - |
| XYZ | 11.2 | 10.36 | 39.44 | - |
| YUV | 78.19 | 179.81 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 90 | 170 | 0.88 | 0.47 | 0 | 0.33 | 212 | 0.79 | 0.37 |
| Hex | 14 | 5A | AA | 58 | 2F | 0 | 21 | D4 | 4F | 25 |
| Octal | 24 | 132 | 252 | 130 | 57 | 0 | 41 | 324 | 117 | 45 |
| Binary | 10100 | 1011010 | 10101010 | 1011000 | 101111 | 0 | 100001 | 11010100 | 1001111 | 100101 |
Color Harmonies of #145AAA
Complementary color
Monochromatic Colors of #145AAA
Black with #145AAA
Text Example
Text Example
White with #145AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145AAA; }
p { color: rgb(20,90,170); }
H1.HeaderClassName
{
color: #145AAA;
}
.AnyTagClassName
{
color: #145AAA;
}
</style>
background-color css
<style>
a { background-color: #145AAA; }
a { background-color: rgb(20,90,170); }
div.DivClassName
{
background-color: #145AAA;
}
.BgClassName
{
background-color: #145AAA;
}
</style>
border-color css
<style>
span { border-color: #145AAA; }
span { border-color: rgb(20,90,170); }
td.TdClassName
{
border-color: #145AAA;
}
.TagClassName
{
border-color: #145AAA;
}
</style>